Python Video Course for Beginners in 4 Hours

In this article we are going to introduce Python Video Course for Beginners in 4 Hours , so according to python.org documentation Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python’s simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed. Often, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is easy: a bug or bad input will never cause a segmentation fault. Instead, when the interpreter discovers an error, it raises an exception. When the program doesn’t catch the exception, the interpreter prints a stack trace. A source level debugger allows inspection of local and global variables, evaluation of arbitrary expressions, setting breakpoints, stepping through the code a line at a time, and so on. The debugger is written in Python itself, testifying to Python’s introspective power. On the other hand, often the quickest way to debug a program is to add a few print statements to the source: the fast edit-test-debug cycle makes this simple approach very effective.

 

So this course is divided in to 5 parts. in the first part we are going to talk about Python Basics, in the second part we are going to talk about Python Object Oriented Programming, in the third part we will talk about Python Database Programming and we are going to make CRUD examples for Mysql, Sqlite and Postgres Databases, in the fourth part we are going to make examples in Python Socket Programming and in the last part we are going to talk about Python Firebase Programming and we will make examples on Python Firebase Authentication with Email & Password, Python Firebase Storage and Python Firebase Real Time Database.

 

 

 

So this is 4 Hours Training on Python Video Course for Beginners

 

 

 

 

Table of content for Python Video Course for Beginners in 4 Hours

 

Python Basics

1: Course Introduction = 00:00:08
2: Download Python = 00:02:17
3: Python Hello World = 00:03:20
4: Python Variables = 00:05:30
5: Python Variables Naming Rules = 00:07:40
6: Python Data Types = 00:09:55
7: Python Numbers = 00:10:46
8: Python Arithmetic Operations = 00:14:47
9: Python String = 00:17:27
10: Python List = 00:24:35
11: Python Tuple = 00:31:40
12: Python Dictionary = 00:31:34
13: Python Set = 00:42:59
14: Python For Loop = 00:48:21
15: Python While Loop = 00:53:19
16: Python If Else Statement = 00:55:07
17: Python Short Hand If Else = 00:57:53
18: Python Function = 00:59:50
19: Python Input = 01:05:26
20: Python File Handling

 

 

Python Object Oriented Programming

21: Python OOP: Classes & Objects = 01:11:14
22: Python OOP: Initializer Method = 01:25:24
23: Python OOP: Python Inheritance = 01:30:40
24: Python OOP: Python Multiple Inheritance = 01:36:46
25: Python OOP: Multi Level Inheritance = 01:50:18
26: Python OOP: Python Super Function = 01:55:07
27: Python OOP: Hierarchical Inheritance = 01:57:18
28: Python OOP: Python Polymorphism = 02:03:14
29: Python OOP: Python Encapsulation = 02:11:26

 

 

 

Python Database Programming

30: Python Mysql Database Programming = 02:18:06
31: Python Sqlite Database Programming = 02:44:18
32: Python PostgreSql Database Programming = 03:06:10

 

 

 

Python Socket Programming

33: Python Socket Introduction = 03:32:43
34: Python Socket Get Host Name = 03:38:32
35: Python Socket Get Website IP = 03:41:33
36: Python Socket TCP Client = 03:46:02
37: Python Socket Convert IP = 03:54:34
38: Python Socket Set Timeout = 04:00:44
39: Python Socket Current Time = 04:03:47

 

 

Python Firebase Basics

40: Python Firebase Authentication = 04:08:28
41: Python Firebase Storage = 04:23:48
42: Python Firebase Real Time Database = 04:31:23

 

 

Subscribe and Get Free Video Courses & Articles in your Email

 

Codeloop
Share via
Copy link
Powered by Social Snap
×