Tag: online learning
-
Hands-on Projects to Start Your Journey with Amazon Web Services
Simple & easy to implement AWS projects for your portfolio. Introduction to Amazon Web Services and 5 simple and hands-on projects that you can work on to get started.
-
Enhance Your Images using OpenCV Noise Reduction Algorithm
Image Noise Reduction in 3 Steps using Python In this article, I will show you how to do noise reduction in 3 simple steps. We will be using a machine learning trained noise reduction model. It is one of the best noise reduction models I’ve found out there. I will share more about the model…
-
Data Cleaning in Python using Regular Expressions
Using string manipulation to clean strings In this post, we will go over some Regex (Regular Expression) techniques that you can use in your data cleaning process. Regex techniques are mostly used while string manipulating. We will get to that in a second. Data Science is more about understanding the data, and data cleaning is…
-
The Abc of Programming
Hello, This is the third course of the JavaScript series I’ve started. If you have missed them, you can check them “Introduction to JavaScript” and “HTML and CSS: A quick refresher” courses. In this course, we will cover the basics of programming. Basically we will answer the following questions: What is script? How do computers…