
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
In this lesson, we will learn how to install Python 3 in a MacOS system.
In this lesson, we will learn how to use Visual Studio Code Editor in MacOS.
In this lesson, we will learn how to install Python 3 in a Windows system.
In this lesson, we will learn how to use Visual Studio Code Editor in Windows.
Learn to run Python code in Windows PowerShell, access the interactive Python console (Python 3.7.0), and execute simple programs like Hello world and 2+4 before exiting.
Let's learn what is variable in a programming language.
There are different types of variables in Python. So let's learn them all.
Explore type casting in Python: dividing two integers yields a floating point result; use int(result) to cast back to an integer, e.g., 5.0 becomes 5.
Explore the remainder (modulo) operator in Python to compute remainders when dividing numbers, with examples showing x and y, including 10 divided by 3 yielding remainder 1.
Learn how to compute exponentials in Python using the exponent operator (**) and the pow function. Practice with base 2 and exponent 4 to see the result 16.
In this section, you will get all the codes we discussed in our video course. So we can download and use this to quickly search for reference.
Learn to work with Python strings as iterable sequences, using zero- and negative-indexing, and perform operations like upper and title, concatenation, escape sequences, and strip.
Explore Python string slicing using square brackets, learn to select substrings with start and end indices, use ranges like 7:, understand zero-based indexing and negative indices such as -1.
Learn to build a Python program that reads input, converts to int, and uses an if statement to check divisibility by 2 to determine even numbers.
Learn how to use and, or as logical operators to build complex if statements in Python, combining conditions to test ranges and control program flow.
Write a Python program that sums numbers in a list using a loop, initializes a sum variable, and uses type checks to exclude non-numeric items.
Learn how Python lists are mutable and how to add, insert, and delete items using index positions, the plus equals shortcut, and the del statement.
Develop the skill to get the last element of a list and remove it using pop, returning the value and updating the list after each operation.
Learn to convert a string into a list by using the split function with a comma separator, then print the resulting list of items.
The course is updated and added new materials in 2020.
Python is one of the popular and beginner-friendly computer programming languages in the world.
It is everywhere. Using the Python programming language, you can develop a backend web application. You can use Python language in data science including machine learning, deep learning. We can also use Python in data analysis, data visualization and different kind of scripting. Python is also very popular in web scraping project where a program automatically collects data from various websites.
I carefully crafted this course to help anyone, who wants to be a computer programmer as fast as possible. The goal of this Python programming course for absolute beginners is to speed up someone who never wrote any computer programming code but wants to be a computer programmer very fast.
If you have other computer programming experiences like JavaScript, Java, C++, C#, PHP or Ruby, you will learn Python much faster by following my course. This course is designed for any age of people who never programmed in Python before.
This Python course started from setup in both mac and in windows. You will also learn about various way to run Python programming code. You can run in Python-specific IDE like PyCharm or you can learn how to use Visual Studio code editor and mac terminal and windows Powershell to run Python code.
Next, you will see the variables, the fundamental concept of Python programming where you can store data. You will also learn about how different kind of operators works in Python. Then you will learn about String, making decision-based on data, iterating part of code and some collection.
I will teach you, how to define list or array, how to use them. How to use Tuple and Dictionary, two important collection type in Python. You will also learn about the unit of a python program like function and how to use it. You will learn the inline function called Lambda in Python.
Then I will teach you, Object-oriented programming or in short OOP in Python. Using this concept you can create reusable code. You will also learn about the modules and some important packages in Python. I will not stop here, I will teach you about how to handle runtime programming error in Python by using Exception Handling.
In the advanced section, you will learn files input and output operation, CSV and JSON file parsing. You will also run about Python-based regular expression. Finally, I will teach you test-driven development by unit testing in Python, Decorator, and Closure. You will also see some tutorials linked at the end.
Don’t waste your precious time
This 5-hour python course is the shortest and elegant programming course published on Udemy. I personally do not like to watch the long, boring video tutorial. I like to know the specific thing in the right way.
ZERO Risk with Money Back Guarantee…
I am very confident that you will love my Python programming course. In case you're not happy, you can claim your FULL money back within 30 days. So sign up today and let's start learning!
By the end of this course, you'll understand:
Fundamental of Computer Programming using Python
Advanced and Modern Python Features
Object-Oriented Programming using Python
Collection types like list, dictionary and how to use them
The Clear understanding of Modules and Package
How to handle error in Programming
How to use Regular Expression
Test-Driven Development by Unit Testing
Decorator and Closure concept in programming
By solving coding challenges in the curricular you will boost your confidence
So don't waste your time by overthinking and Let's enroll in my course. I will be more than happy to guide you in this journey!