
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.
========================= TESTIMONIALS =========================
"Everything is explained perfectly!" - 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!