
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
Installation process for Python.
Installation process for Pycharm. Pycharm is an IDE for Python, where you can write and run Python code.
Learning to create Python files and then running those files.
Learning to print text on to the screen.
Learning about variables that can store numbers, as well as some of it's basic operations.
Learning about variables that can store text, as well as some of it's basic operations.
Learning about variables that can store multiple data, as well as accessing those data.
Learning about variables that can store multiple data, (similar to lists) as well as it's difference from lists.
Learning about variables that can store multiple data by using key and value pairs, as well as accessing those data.
Learning about variables that can store a true or false value, as well as where we will be using them.
Learning about comments and commenting about what the code does.
Learning about the if - elif - else condition statements, as well as their comparing operators.
Learning about the while loop, as well as go through how it works.
Learning about the for loop, as well as go through how it works.
Learning about the pass, continue, and break statements, as well as how and where they work.
Learning about getting user input, as well as converting different inputs.
Learning to handle errors, as well as why and how they occur.
Learning to create and work with functions.
Learning to open and read files.
Learning to write to files.
Learning to append to files.
Learning to create classes and objects.
Learning about useful functions we get use with classes and objects
Welcome to the Python in 80 Minutes course for beginners. This course will go through the fundamentals of programming with Python. By the end of the course you will have gained enough knowledge to move on to different branches or continue to learn more advanced topics with Python. The course includes 6 quizzes and 4 coding exercises that will help you through your learning process. Keep in mind that this course will only teach the basics of Python, so if you are looking to learn more advanced topics, this is not the right course for you. This course is best for those who are looking to learn the basics of Python or just people looking to revise their basic Python knowledge. The course only takes 80 minutes, so if you have any doubts about learning programming, think about how much a new skill can help you in life, from automating your boring task to starting a career in programming.
This course will be covering the following topics:
Installing and setting up Python and PyCharm
The basics of Python
Using conditions (if else elif)
Using loops (while for)
Getting user input
Handling errors
Creating and working with files
Reading and writing to and from files
Working with classes and objects