Complete beginners Masterclass in Python 3 programming 2018

Complete beginners Masterclass in Python 3 programming 2018

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 6 Hours | 2.11 GB

Turn your passion into hobby by learning how to develop awesome applications using Python programming language

Python is an Object Oriented Programming Language and this course will help you to understand the entire concept of Object Oriented Programming (OOP). This is the most difficult part of Python programming language and I have taken my time to build my strength on this path to ensure that my students walk over it with ease and understand every aspect of this topic.

Programming Python is fun! But without the knowledge of OOP, it becomes a nightmare and a hard nut to crack for some developers. To live your full life as a happy Python developer, you must understand Object Oriented Programming (OOP) very well.

Why Must I Take This Course And What Benefit Is It To ME As Python Developer?

This is the only course on the internet that will help you to become a successful Python developer with an in-depth knowledge of the entire aspect of Python programming and prepare you with the required skills necessary to build you to face job interviews and get employed as a full stack Python developer.

What Will I Learn?

  • You will learn how to use both Python Shell and PyCharm to code python programs
  • You will master how to use PyCharm professionally
  • You will learn the basic Python syntax
  • You will learn how to build calendar in python
  • You will learn how to build the multiplication table
  • You will learn how to create Date and Time in python
  • You will learn about functions in python
  • You will learn about modules in python
  • You will learn about classes in python
  • You will learn about Object Oriented Programming (OOP) in python
  • You will learn about inheritance in python
  • You will learn how to handle errors in python programming
Table of Contents

Programming with Python Shell
1 General Course Overview
2 Download and Installation of Python Shell

Basics of Python programming
3 Basic Python syntax
4 Comments in Python
5 How to use Python Shell as a Calculator

Programming with PyCharm
6 Download and Installation of PyCharm
7 How to use PyCharm for Python programming
8 Variables in Python
9 Strings and Variables in Python
10 Accepting input from users in Python
11 Operators in Python

Decision Making statements in Python
12 if statement in Python
13 if else statement
14 elif statement

Loop systems in Python
15 for loop in Python
16 while loop in python
17 Break statement in Python
18 Continue statement in Python
19 String properties in Python

Sequences in Python
20 List [ ] in Python
21 List [ ] methods in Python
22 Tuples in Python
23 Dictionaries

Functions and Modules
24 Functions
25 Modules
26 User define functions
27 User define functions with arguments
28 Round up of Functions and Modules
29 Time Module
30 Example of Time module

Multiplication Tables in Python
31 Multiplication Table
32 Multiplication table based on users demand
33 Print multiplication table with user’s click

Sample Python projects
34 How to detect Vowels and Consonants
35 How to get maximum and minimum number from user
36 How to get the minimum number from a user
37 How to find even and odd number
38 How to create a calendar
39 How to authenticate a Password

Files and folders in Python
40 How to write to file
41 How to read from file
42 How to rename a file
43 How to remove a file from your system
44 How to create a folder
45 How to remove a folder from its directory

Error Handling
46 How to handle program errors

Formatting in Python
47 Print formatting
48 Function format

Object Oriented Programming (OOP) in Python
49 Class
50 Constructor Method
51 Inheritance
52 Overloading