• Post category:StudyBullet-3
  • Reading time:11 mins read


This complete Python for beginners course will get you from a Python beginner to Python expert as quickly as possible!

What you will learn

From Beginner to Expert, learn about every major Python topic, working with Python 3.

Learn to write Python code using best practices and avoiding common errors.

Become an Expert in Object-Oriented Programming and structure your Python programs like a professional.

Learn how to apply Data Structures to enhance your Python code

Understand computer science concepts such as flow control and functions

Read & Write files with Python

Exception Handling

Find a passion with Python!

Description

Do you want to learn Python?

If so, you have come to the right place, welcome to Python for Absolute Beginners!

In this course, you will learn all fundamentals of Python Programming

Why should you learn Python?

Python is one of the fastest-growing programming language in the world!

Python is a multi-purpose language used across many different industries:

  • Web applications
  • Games
  • Machine learning
  • Data Science
  • APIs
  • Python is everywhere!

Who is this course for?

  1. Beginners with no experience with python
  2. Anyone who wants to learn programming
  3. Programmers with experience in other programming languages
  4. Any age, just an interest in learning how to program!

What you can find inside the course?

  • How to install Python
  • How to install &Β setup PyCharm
  • Working with Basic Arithmetic
  • Working with Variables
  • Comments
  • Strings – Text Data
  • User Input
  • Data Structures
  • Operators
  • Flow Control
  • Loops!
  • Functions
  • Recursive Functions
  • String Methods
  • Dictionaries
  • Sets & Tuples
  • Importing Modules
  • Read, Write & Create Files
  • Dealing with Date & Time
  • Exception Handling
  • Object Oriented Programming
  • Inheritance
  • Creating Applications and Solving Interview Questions Along the Way!
  • and more…!

We have over 70 high-quality video lectures


Get Instant Notification of New Courses on our Telegram channel.


Combined with assignments and quizzes.

To strengthen your Python skills!

I am a very responsive instructor!

If you get stuck feel free to as a question in any forum. IΒ respond within 24 hours!

Certificate of completion

Certificate is given at the end of the course, which you can use to stand out from the crowd on your resume!

The course comes with aΒ  30-day money-back guarantee

So you can try the course, risk-free.

English
language

Content

Introduction
Course Introduction
Practice Activities: Overview
Python Installation
Install Python on a Mac
Install Python on Windows
Setup Integrated Development Environment
Python Basics
Numbers! Understanding Basic Arithmetic
Variables
Comments
Python Basics: Programming Challenge
Python Basics: Programming Challenge Solution
Strings – Text Data
Strings
Strings Concatenation
Strings: Useful Methods
Strings: Assignment
Strings Assignment Solution
Strings: User Input
Strings: Modify Assignment
Strings: Modify Assignment Solution
Lists
Lists
Lists: Assignment 1
Lists: Assignment Solution
Lists Slicing
Lists: Slicing Assignment
Lists: Slicing Assignment Solution
Lists: Add & Remove Elements
Lists 3: Assignment
Lists: Assignment Solution 3
Nested Lists
Boolean & Operators
Booleans & Operators
Boolean & Operators Quiz
Flow Control
If Statements
Else Statements
El-If Statements
Flow Control: Assignment
Flow Control: Assignment Solution
Loops
For Loops
While Loops
For Loops: Assignment
For Loops Assignment Solution
While Loops: Assignment
While Loops Assignment Solution
Loops Programming Challenge: FizzBuzz
Loops Programming Challenge Solution: FizzBuzz
Functions
Functions
Functions: Assignment
Functions: Assignment Solution 1
Functions 2
Functions: Assignment 2
Functions: Assignment Solution 2
Functions: Programming Challenge
Functions: Programming Challenge Solution
Functions: Fibonacci Sequence
Functions: Fibonacci Sequence Solution
Functions: Recursive
Recursive Functions: How to solve the Fibonacci Sequence
String Methods
String Methods: Part 1
String Methods: Part 2
String Methods: Assignment
String Methods: Assignment Solution
Dictionaries
Dictionary: Part 1
Dictionary: Assignment 1
Dictionary: Assignment Solution
Dictionary: Part 2
Dictionary: Assignment 2
Dictionary: Assignment Solution 2
Dictionary: Programming Challenge
Dictionary: Programming Challenge
Sets & Tuples
Tuples
Tuples: Assignment
Tuples: Assignment Solution
Sets
Sets: Assignment
Sets: Assignment Solution
Importing Modules & Standard Library
Importing Modules & Standard Library
Rock, Paper, Scissors SHOOT!
Grocery Store: Application
Simple Groceries: Part 1
Simple Groceries: Part 2
Simple Groceries: Assignment
Simple Groceries: Part 3
Read, Write & Create Files
Read Files
Create & Write Files
Files: Assignment
Files: Assignment Solution
Date & Time
DateTime: Dates
DateTime: Time
DateTime: Assignment
DateTime: Assignment Solution
Exception Handling
Exception Handling: Try Except
Exception Handling: Error Handling
Exception Handling: Assignment
Exception Handling: Assignment Solution
Object Oriented Programming
Object Oriented Programming: Part 1
Object Oriented Programming: Class Variables
Object Oriented Programming: Class Methods
Object Oriented Programming: Inheritance Part 1
Object Oriented Programming: Inheritance Part 2
Summary
Bonus Lecture