" - Mouheb
"Great Teacher. I like his teaching style, step by step approach, easy to follow him. Lectures is very engaging. Well structured and organized course content" - Faisal
" - Mouheb
"Great Teacher. I like his teaching style, step by step approach, easy to follow him. Lectures is very engaging. Well structured and organized course content" - Faisal
"Overall, this is a very high quality course. Taking the course has *shown* me what is possible even before I thought of searching for it." - Kevin
"Great course overall. I started off as a complete beginner and feel much more confident about coding with Python" - Frank S
"Great set of Python Tutorials. The instructor walks you through the classes and materials in an easy to understand manor. A++" - Mirko
"Just did my first program very early on, which was exciting" - Chloe
If you want to learn Python to advance your skills, then this is the course for you.
If you have no previous knowledge or experience in Python, you will like that the course begins with Python basics. Even if you have some experience in programming in Python, this course can help you learn some new information you had missed before. Each section of the course is linked to the previous one in terms of utilizing what was already learned and each topic is supplied with lots of examples which will help students in their process of learning. Upon the completion of this course, you should be able to write programs that have real-life applications.
What I think is the best about this course is that you can search questions others have had, post your own questions, and get answers to challenges you are currently facing in learning and using Python. You get paid Python expert technical support in this course here to answer every single question you ask.
If you have any suggestions on topics that have not been covered, you can send them via private message. I will do my best to cover them as soon as possible.
Thank you for reading this. I hope to see you in the course soon and I hope you will enjoy your time learning as much as I have.
Welcome to this Python Course, this lecture will tell you what you need in preparation for this Python Course.GitHub: https://github.com/Creator69
YouTube: https://www.youtube.com/c/ErminKreponic
How to download and install Python 3.5 on Windows.
In this tutorial you will learn how to set up the Integrated Development Environment (IDE) for Python. You will find in the Downloadable Materials section a file that contains the text needed for creating a Python build system in Sublime Text (covered in this lecture).
In this tutorial you will write your first Python program.
In this tutorial you will learn about data types in Python.
In this tutorial you will learn about variables in Python - what they are and how to declare them.
In this tutorial you will learn how to write blocks of code in Python.
In this tutorial you will learn how to clear the screen of your Python interpreter.
Learn how to write single-line comments in your Python scripts.
Learn how to write multi-line comments in your Python scripts.
Arithmetic operations of addition, subtraction, multiplication, and division are simple and intuitive. The syntax is relatively similar to other programming language. This tutorial demonstrates the use of these operations.
Learn how to properly use the division operator.
Learn about the operator precedence in Python as it is very important in some complex expressions.
Learn how to use multiple arithmetic operators to write complex expressions in Python.
Learn how to use bitwise operators and manipulate numbers on the bit level.
Introduction to strings in Python and how to manipulate the strings.
Learn how to use the format method on strings.
Specific character manipulation.
Conditional statements allow you to execute a specific part of code based on some condition. You can define conditions using logical and relational operators. This tutorial demonstrates the use of logical operators and conditional statements through examples.
Learn how to write an if statement in Python.
Learn how to write an if-else statement in Python.
Learn how to write an if-elif statement in Python.
Ternary operator is used when there is a decision to be made when assigning a value to a variable.
Learn how to write a for loop in Python.
Part 2 of how to write a for loop in Python.
Part 3 of how to write a for loop in Python.
Learn how to write a while loop in Python.
Learn how to use break and continue statements in your loops.
In this tutorial you will learn what a function is and how it is defined and used.
In this tutorial you will learn how to pass arguments to your functions. We will also learn about default parameters in Python, as well as nesting functions.
Learn how to write recursive functions.
Learn about lambda functions - what they are and how to use them.
In this tutorial you will learn what exceptions and errors are and how to write an exception in Python.
Learn how to handle exceptions in Python.
Learn how to throw an exception in Python.
In this tutorial you will learn how to interact with your Python program during its execution.
Learn how to read files in Python.
Learn how to write to files in Python.
Learn about tuples in Python and how to use them.
In this tutorial you will learn which functions you can use to work with tuples.
Learn what lists are and how to define and use them.
Learn which functions you can use to manipulate lists in Python.
Learn about dictionaries in Python.
In this tutorial you will learn the difference between a deep and a shallow copy in Python.
Learn about sets in Python.
Learn how to manipulate sets in Python.
Learn how to decompose your program on the file level.
Learn what a package is and how to create one.
Learn about the built-in modules in Python.
This tutorial is an introduction to Object Oriented Programming.
Learn how to define a class and instantiate an object.
Learn about methods (or functions) in OOP.
Part 2 of class methods in Python.
Learn what operator overloading is.
In this tutorial you will learn what inheritance is and how to implement it.
Part 2 of inheritance in Python OOP.
Some useful tips when it comes to OOP.
In this tutorial you will install the necessary modules for visualization in Python.
Learn how to represent your data visually.
Part 2 of data visualization.
Part 3 of data visualization.
Learn how use pandas library for data analysis and modeling.
In this tutorial you will install the numpy library.
Learn how to create a numpy object.
In this tutorial you will learn about useful functions from the numpy library.
Learn basic operations that are performed on numpy objects.
In this tutorial you will learn how to debug your Python code.
In this tutorial you will learn commands that are used for debugging.
Part 2 of commands for debugging.
A series of examples containing code with regular expressions.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.