Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 3.36 KB

File metadata and controls

78 lines (53 loc) · 3.36 KB

Python_Sept2021_Tutorials

Welcome to Python Tutorials, Please navigate as below to go through the entire course materials

 

Basics

 

Introduction

 

Topics Links
Variables All about Variables in Python
Objects in Python Short tale about objects
Indentation in Python How Indentation helps clean codes
Namespaces in Python How Namespace works
DataTypes in Python Basic Explanation on DataTypes
546, 67.34, 78-67j, -2 - Numbers
True or False - Boolean
"strings" - Strings
[1, 2, 3] - List
{1, 2, 3} - Set
{"Name": "Me"} - Dictionary
(1, 2, 3) - Tuple
Operators in Python Operators a deep dive
Conditionals in Python Conditions are heart of Coding
Loops in Python Loops drive continuous operation

 

Intermediate

 

Topics Links
Indexing and Slicing get a Chocolate and Cake Slicing
Comprehensions Impressive Comprehensions
Methods More Insight on Data Types
Functions User Defined Functions
Function Closures Nested Functions a kind of
Lambda Functions A battery for Python

 

Advanced

 

Topics Links
Decorators That's Awesome Decoration
Generators High Performance Delivered
Classes Data Blue Print
Modules & Packages Extra Hands to Python
Virtualization Territorial Control
Few Modules Let's Check in