Python Programming For Everyone

Python Programming For Everyone

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2 Hours | 250 MB

Learn Python 3 Programming Fast!

In this course we’ll learn the Python version 3 programming language from an absolute Beginner level all the way to Advanced in no time at all!

This course is aimed at the absolute beginner, you don’t need any coding experience at all!

We’ll start out by setting downloading and installing Python and the Sublime Text Editor – both for free. This will give you all the tools you need to start writing and running Python code.

Then, we’ll dive into very basic computer science concepts. Things like:

  • Printing to the Screen
  • String Manipulation
  • Variables
  • Data Types (lists, tuples, dictionaries and more)
  • Simple Math
  • Comparison Operators
  • Assignment Operators

After that, we’ll move into more intermediate topics like:

  • Conditional If/Else Statements
  • While Loops
  • For Loops
  • Fizzbuzz

Finally we’ll finish up with more advanced topics like:

  • Functions
  • Modules
  • Classes

Python is one of the greatest programming languages to learn, and learning has never been this easy!

Table of Contents

Beginners Python
1 Intro – Python 3 vs Python 2 – Which Should You Use
2 Installing Python
3 First Program – Hello World
4 Comments and Clearing The Screen
5 Variables
6 Intro To Data Types
7 Strings
8 String Manipulation
9 Math With Python
10 Floats and Ints
11 Assignment Operators
12 Lists
13 Tuples
14 Dictionaries

Intermediate Python
15 Comparison Operators
16 Conditional Statements
17 Multiple Conditional Statements
18 While Loops
19 For Loops
20 Lets Build FizzBuzz

Advanced Python
21 Functions
22 Functions Part 2
23 Modules
24 Intro To Classes
25 Classes Part 1
26 Classes Part 2
27 Classes Part 3
28 Course Conclusion