Python programming Bible - From Beginner to Advanced
- Description
- Curriculum
- FAQ
- Reviews
Python programming bible course is divided into 8 modules that covers the python programming with theory and practical examples. This is lectures series of python programming from beginner to advanced topics. Jupyter files and PPT files used in this lecture have been uploaded.
In addition to theory and handson, 230+ assignment and interview question with answers will prepare student for any interview.
Following are the module in the course :
– Python Introduction & History
– Installation & Program Execution
– Python Data Types and processing
– Python Statement
– Python Function
– Python Module and Module Package
– Class and OOPs concepts
– Exception handling
Python Introduction & History
The course starts with basic python introduction and history of python. It also answers basic question on why we should learn python when there are so many programming languages available in the market. It also delves into what can be done in python and what are the areas where python does not score very well.
Installation and Program Execution
This module covers details about the python installation using anaconda package and steps of python program execution. The python programmer will be able to write their first “hello world” program in python using Jupyter editor and Python shell.
Python Data Types and processing
This covers python built-in object types like Numbers- integer, float, complex number, String etc. It also covers details on list, tuple, dictionary, set and file operations that can be done in python. Dynamic typing concept is investigated here that is fundamentally different from other programming language.
Python Statement
This module covers basic IF, WHILE and FOR loop that is at the heart of python compound statement. We will also go through print, range, zip, enumerate function that is provided by python for looping operations.Iteration and Comprehension is also covered here to traverse the container object in faster and efficient way.
Python Function
Python function is natural progression after the study of python statement. In this module we will go through the details of various function, nested function and various types of variables like global, local and non-local. We will also go through the details about a function that takes one or multiple input and how it returns one and multiple outputs. We will also go through the advance concept like lambda function, map, filter & reduce concepts and generator & extended generator concepts.
Python Module and Module Package
This module explains module coding and module package. It covers the concept about how and when to use IMPORT, FROM and RELOAD commands.
Python Class and OOPs
This module starts with basic introduction of Class and object oriented programming in python. It also includes concept of inheritance, abstract class and operator overloading with theory and practical examples.
Python Exception handling
This is last module of this course that covers the concepts of exception handling framework in python. We will go through the usage of TRY, EXCEPT, ELSE, FINALLY, RAISE and ASSERT examples. We will also see how to use nested exception handling and how and why to use class hierarchy in exception handling.
-
11Introduction to integer, float & complex numbers, built-in function, expressionsVideo lesson
-
12Demo (variable create & assign, division, expression, normal & chain comparison)Video lesson
-
13Demo (Complex,Hex,octal,bin no, bitwise operation, builtin function(pow,abs,min)Video lesson
-
14Introduction and Demo to Built-in Module ( Math & Random )Video lesson
-
15Introduction and demo to Decimal, Fraction and Boolean.Video lesson
-
16Introduction and demo of SETsVideo lesson
-
17Python Assignment 1Quiz
-
20Introduction to Python StringVideo lesson
-
21Demo for String Creation, Escape Sequence & Raw StringVideo lesson
-
22Writing comment in pythonVideo lesson
-
23Demo ( Concatenation, Repeat, length, Membership operator-IN)Video lesson
-
24Demo (Indexing, Slicing and Extended slicing )Video lesson
-
25Demo ( Immutability, find, replace, split )Video lesson
-
26Demo ( strip, case, start & end character or string )Video lesson
-
27Demo ( string conversion, alignment, integer and float formatting)Video lesson
-
28Demo (Relative, Position, Keyword, dataype based, dictionary based Formatting )Video lesson
-
29Python Assignment 3Quiz
-
30Introduction to Python ListVideo lesson
-
31Demo (length, index, slice operator, repeat, update or in-place changes in list)Video lesson
-
32Demo (index, slice, extended slice, sort, reverse, append, pop, basic matrix )Video lesson
-
33Demo ( Extend, reverse, index, remove, count, delete )Video lesson
-
34Python Assignment 4Quiz
-
41Introduction to File operation in pythonVideo lesson
-
42HandsOn to file operation in pythonVideo lesson
-
43EVAL function - convert a string to python objectVideo lesson
-
44Demo (EVAL function read and write python object in file )Video lesson
-
45Demo (PICKLE function read and write python object in file )Video lesson
-
46Demo (JSON function read and write python object in file )Video lesson
-
47Python Assignment 6Quiz
-
48Introduction to Python StatementVideo lesson
-
49Introduction to assignment statement in pythonVideo lesson
-
50Demo to Python assignment statementVideo lesson
-
51Consideration during extended assignmentVideo lesson
-
52Introduction and demo for Augment assignmentVideo lesson
-
53Python Assignment 7Quiz
-
57Introduction to IF statement in PythonVideo lesson
-
58Demo of IF statementVideo lesson
-
59Nested IF statement in pythonVideo lesson
-
60Shorter IF syntax in pythonVideo lesson
-
61Introduction to WHILE loop in pythonVideo lesson
-
62Demo of WHILE loop in pythonVideo lesson
-
63Introduction and Demo of FOR loop in pythonVideo lesson
-
64Demo of FOR loop with List, Tuple, Dictionary and StringVideo lesson
-
65Demo of FOR loop with multiple and extended assignmentVideo lesson
-
66Demo of FOR loop with RANGE functionVideo lesson
-
67Python Assignment 9Quiz
-
72Introduction to Iteration in pythonVideo lesson
-
73Demo of iteration with FILE objectVideo lesson
-
74Demo of iteration with List and dictionary objectVideo lesson
-
75Introduction to List Comprehension in pythonVideo lesson
-
76Demo of List comprehension in pythonVideo lesson
-
77Python Assignment 11Quiz
External Links May Contain Affiliate Links read more