Python Programming Basics for Beginners
π Lesson 1 | Install Python IDE β How to Install Python on Windows [Pycharm IDE] |
π Lesson 2 | Python Hello World β Create Your First Python Program |
π Lesson 3 | Python print() Function β How to Print in Python with Examples |
π Lesson 4 | Python Variables β How to Define/Declare String Variable Types |
π Lesson 5 | Escape Character Sequences β Python Escape Character Sequences (Examples) |
π Lesson 6 | How to check the Python Version β Windows, Mac, Linux, Script, Command Line |
π Lesson 7 | How to Run Python Scripts β Step by Step Guide |
Python Conditional Loops
π Lesson 1 | Python Conditional Statements β IFβ¦Else, ELIF & Switch Case |
π Lesson 2 | Python For & While Loops β Enumerate, Break, Continue Statement |
π Lesson 3 | Python break, continue, pass statements β Learn with Example |
π Lesson 4 | Python OOPs β Class, Object, Inheritance and Constructor with Example |
π Lesson 5 | Python Polymorphism β Polymorphism in Python with EXAMPLES |
π Lesson 6 | Mutable & Immutable Objects β Mutable & Immutable Objects in Python {EXAMPLES} |
Python Data Structure
π Lesson 1 | Python TUPLE β Pack, Unpack, Compare, Slicing, Delete, Key |
π Lesson 2 | Python Dictionary(Dict) β Update, Cmp, Len, Sort, Copy, Items, str Example |
π Lesson 3 | Python Dictionary Append β How to Add Key/Value Pair |
π Lesson 4 | Python Operators β Arithmetic, Logical, Comparison, Assignment, Bitwise & Precedence |
π Lesson 5 | Python Not Equal (!=) β Python Not Equal (!=) Operator with Examples |
π Lesson 6 | Python Arrays β Create, Reverse, Pop with Python Array Examples |
π Lesson 7 | Python 2D Arrays β Python 2D Arrays: Two-Dimensional List Examples |
Python Strings
π Lesson 1 | Python Strings β Replace, Join, Split, Reverse, Uppercase & Lowercase |
π Lesson 2 | Python String strip() Function β What is, Examples of strip() Function |
π Lesson 3 | Python String count() β Python String count() Method with Examples |
π Lesson 4 | Python String format() β What is, How works & Examples |
π Lesson 5 | Python String len() Method β Python string length | len() method Example |
π Lesson 6 | Python String find() Method β Python string.find() Method With Examples |
π Lesson 7 | Python String split() Method β Python String split(): List, By Character, Delimiter EXAMPLE |
π Lesson 8 | How to reverse a String β How to reverse a String in Python (5 Methods) |
Python Functions
π Lesson 1 | Python Main Function & Method Example β Understand __main__ |
π Lesson 2 | Python Functions Examples β Call, Indentation, Arguments & Return Values |
π Lesson 3 | Lambda Functions in Python β Python Lambda Functions with EXAMPLES |
π Lesson 4 | Python abs() Function β Absolute Value Examples |
π Lesson 5 | Python round() Function β What is the round() function in Python? |
π Lesson 6 | Python range() Function β Float, List, For loop Examples |
π Lesson 7 | Python map() Function β What is the map() function in Python? (With Examples) |
π Lesson 8 | Python Timeit() with Examples β What is Python Timeit()? |
π Lesson 9 | Yield in Python Tutorial β Generator & Yield vs Return Example |
π Lesson 10 | Python Queue β FIFO, LIFO Example |
π Lesson 11 | Python Counter in Collections β What is, Use & Examples |
π Lesson 12 | Enumerate() Function in Python β Loop, Tuple, String (Example) |
π Lesson 13 | Python time.sleep() β Add Delay to Your Code (Example) |
π Lesson 14 | type() and isinstance() in Python β What is, Syntax & Examples |
π Lesson 15 | Python New Line β How to Print WITHOUT Newline in Python |
π Lesson 16 | Python Timer Function β Measure Elapsed Time with EXAMPLES |
Python File Handling
π Lesson 1 | Python File Handling β How to Create, Open, Append, Read, Write |
π Lesson 2 | Python Check If File or Directory Exists β How to Check |
π Lesson 3 | Python Copy File Methods β Python COPY File using shutil.copy(), shutil.copystat() |
π Lesson 4 | Python Rename File β Python Rename File and Directory using os.rename() |
π Lesson 5 | Python ZIP file with Example β How to create Zip File in Python with Examples |
π Lesson 6 | Python Exception Handling β Try, Catch, Finally |
π Lesson 7 | Python readline() Method β What is Python readline? (With Examples) |
Python Data Science
π Lesson 1 | SciPy in Python Tutorial β What is | Library & Functions Examples |
π Lesson 2 | Reading and Writing CSV Files in Python β Using Module & Pandas |
π Lesson 3 | Python JSON β Encode(dumps), Decode(loads) & Read JSON File |
π Lesson 4 | Python with MySQL β Connect, Create Database, Table, Insert [Examples] |
π Lesson 5 | PyUnit Tutorial β Python Unit Testing Framework (with Example) |
π Lesson 6 | Facebook Login using Python β FB Login Example |
π Lesson 7 | Python Matrix β Transpose, Multiplication, NumPy Arrays Examples |
Differences: Python vs Other Technologies
π Lesson 1 | Python Vs PHP β Whatβs the Difference? |
π Lesson 2 | Python Vs Go β Whatβs the Difference? |
π Lesson 3 | Python Vs JavaScript β Whatβs the Difference? |
π Lesson 4 | Python Vs Ruby β Whatβs the Difference? |
π Lesson 5 | Python 2 Vs Python 3 β Key Differences Between Python 2 and Python 3 |
π Lesson 6 | Python Vs C++ β Whatβs the Difference? |
π Lesson 7 | Flask Vs Django β Whatβs the Difference Between Flask & Django? |
Python List
π Lesson 1 | Python List β Comprehension, Apend, Sort, Length, Reverse EXAMPLES |
π Lesson 2 | Python Average β Find AVERAGE of a List in Python with Example |
π Lesson 3 | Python List count() β Python List count() method with Examples |
π Lesson 4 | Python remove Duplicates from a List β Using Different Methods |
π Lesson 5 | Remove element from a Python LIST β [clear, pop, remove, del] |
π Lesson 6 | Python List index() β Python List index() method with Examples |
π Lesson 7 | Python List sort() β Python List sort() with Examples |
π Lesson 8 | Python List Append() β Python List Append() with Examples |
Must Know Stuff!
π Lesson 1 | Python RegExΒ β re.match(), re.search(), re.findall() with Example |
π Lesson 2 | Python DateTimeΒ β Python DateTime, TimeDelta, Strftime(Format) with Examples |
π Lesson 3 | Python CALENDAR TutorialΒ β Python Calendar Module with Example |
π Lesson 4 | PyTest TutorialΒ β What is, How to Install, Framework, Assertions |
π Lesson 5 | Django TutorialΒ β A Complete Beginnerβs Guide to Django |
π Lesson 6 | Urllib.Request and urlopen()Β β Python Internet Access using Urllib.Request & urlopen() |
π Lesson 7 | Python XML Parser TutorialΒ β Read xml file example (Minidom, ElementTree) |
π Lesson 8 | PyQt5 TutorialΒ β Design GUI using PyQt in Python with Examples |
π Lesson 9 | Multithreading in Python with Global Interpreter Lock (GIL)Β β What is, Why Need (With Examples) |
π Lesson 10 | Python ModulesΒ β Import module in Python with Examples |
π Lesson 11 | Python FactorialΒ β Python Program to find factorial () of a Number |
π Lesson 12 | Python Swap two numbersΒ β Swap two numbers without using a third variable: C, Python Program |
π Lesson 13 | [::-1] in Python with ExamplesΒ β [::-1] in Python with Examples |
π Lesson 14 | How to Square a Number in PythonΒ β How to Square a Number in Python (6 ways) |
π Lesson 15 | Python Projects for BeginnersΒ β 15 Python Projects for Beginners with Source Code |
π Lesson 16 | How to install PIP on WindowsΒ β How to install PIP on Windows |
π Lesson 17 | Palindrome in PythonΒ β Program to check a Number or String |
π Lesson 18 | How to Make a Tic Tac Toe Game in PythonΒ β Code with Example |