Learn programming with Python to move on to branches like machine learning, data science, web development, django, etc.

What you will 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

Description

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.


Get Instant Notification of New Courses on our Telegram channel.


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
English
language

Content

Getting Started

Installing Python
Installing Pycharm
Writing and Running Python Code

The Basics

Printing to the Screen
Variables
Strings
Lists
Tuples
Dictionaries
Booleans
Comments
The Basics

Conditions and Loops

Conditions
While Loops
For Loops
Pass, Continue, and Break Statements
Conditions and Loops
Conditions and Loops

User Input and Errors

User Input
Errors
User Input and Errors
User Input and Errors

Functions

Functions
Functions
Functions

Files

Reading Files
Writing to Files
Appending to Files
Files
Files

Classes and Objects

Creating Classes and Objects
Useful Functions of Classes and Objects
Classes and Objects