Learn practical Python by examples and projects
- Description
- Curriculum
- FAQ
- Reviews
This course is for both the beginner and intermediate level with emphasis on practical approach and coding along with the tutorial.
The course demonstrates small set of independent program to demo a feature and later I stitch together concepts learnt to create medium complexity project.
The course is from beginner level but the student needs to have idea or familiarity with at-least one programming language.
Detailed understanding of the Python Language.
Detailed tutorial and internals of List, Dictionary, Sets, Tuples.
Detailed File Handling like reading/writing/opening. Several mini Project on Python.
Installation and development guide on Python.String Manipulation.
Detailed description and handling of Functions. Detailed description of Python Modules and how to write modules of your own.
Periodic updates on python news and new development. Future updates with lots of stuff like web scraping, youtube downloading and other stuff.
Operating system interfacing modules like OS and os.path
Demonstration of post, get for the rest client handling.
Writing Rest API backend with the Python.
Demo of the project in python for checking if the system is alive using the ping utility from within python program.
Demo of the project using the argparse, IPNetwork, netaddr, threads to do ping discovery for alive system.
Small Demo of the flask, although flask will not be covered extensively as its not a flask course.
This would be a dynamic and ever evolving course on python and new stuff will be posted very periodically.
I am planning to later cover the stock API and stock data fetch particularly from the polygon dot io for those who are interested, although this is currently not part of the program and will be added later.
-
1IntroductionVideo lesson
Python Introduction
-
2Install Python on UbuntuVideo lesson
-
3Python Program Structure, comments, multiline comments, shebang etcVideo lesson
-
4String Handling Part 1Video lesson
String Handling Part 1
-
5String Handling Part 2Video lesson
String Handling Part 2
-
6String, list and tuple slicingVideo lesson
Python String, list and tuple Slicing
-
7List Lecture 1Video lesson
List demo part 1
-
8List Lecture 2Video lesson
List demo part 2
-
9List Lecture 3Video lesson
List lecture 3
-
10List Lecture 4Video lesson
List Lecture 4
-
11TupleVideo lesson
Lecture On Tuple
-
12SetVideo lesson
-
13Dictionary Part 1Video lesson
Dictionary Lecture 1
-
14Dictionary Part 2Video lesson
Dictionary Lecture 2
-
15Dictionary Part 3Video lesson
Dictionary Lecture 3
-
16Python Module Part1Video lesson
What are python modules, how it works and some examples of inbuilt modules in system.
-
17Python Module Part2Video lesson
Demo of python module part 2
-
18Python Module Part 3Video lesson
Demo of python module part 3
-
19Python Module Part 4Video lesson
Demo of python module part 4
-
20Getting user input and __main__Video lesson
-
21Function definiton and how to call itVideo lesson
-
22Function, *args, **kwargs Part_1Video lesson
Function, *args, **kwargs Part_1
-
23Function, *args, **kwargs Part_2Video lesson
Function, *args, **kwargs Part_2
-
24Function, *args, **kwargs Part_3Video lesson
Function, *args, **kwargs Part_3
-
25Swap without temporary variable and one line assignmentVideo lesson
Swap variable using one line assignment.
-
26readfile Part 1Video lesson
-
27readfile part 2Video lesson
-
28Implement a function with variable number of arguments for summing all the argumentsQuiz
-
29class and objectsVideo lesson
-
30class and objects Part 2Video lesson
-
31String Slicing Practice QuestionVideo lesson
-
32String Slicing Practice answer 1Video lesson
-
33String Slicing Practice answer 2Video lesson
-
34dir, type, id methods in python and their use caseVideo lesson
External Links May Contain Affiliate Links read more