What you'll learn:
- Writing and running Python source code
- Basic understanding of Python and how it works, as well as programming in general
- Pre-requisite Python skills to move into specific branches
- Basics of printing to the console
- Understanding and working with different data types
- How conditions and loops work
- Getting user input
- Creating and calling functions
- Reading and writing to files
- Creating and working 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