Python Tutorial for Beginners: Learn Programming Basics

Created with Sketch.

Python Programming Basics for Beginners

πŸ‘‰ Lesson 1Install Python IDE β€” How to Install Python on Windows [Pycharm IDE]
πŸ‘‰ Lesson 2Python Hello World β€” Create Your First Python Program
πŸ‘‰ Lesson 3Python print() Function β€” How to Print in Python with Examples
πŸ‘‰ Lesson 4Python Variables β€” How to Define/Declare String Variable Types
πŸ‘‰ Lesson 5Escape Character Sequences β€” Python Escape Character Sequences (Examples)
πŸ‘‰ Lesson 6How to check the Python Version β€” Windows, Mac, Linux, Script, Command Line
πŸ‘‰ Lesson 7How to Run Python Scripts β€” Step by Step Guide

Python Conditional Loops

πŸ‘‰ Lesson 1Python Conditional Statements β€” IF…Else, ELIF & Switch Case
πŸ‘‰ Lesson 2Python For & While Loops β€” Enumerate, Break, Continue Statement
πŸ‘‰ Lesson 3Python break, continue, pass statements β€” Learn with Example
πŸ‘‰ Lesson 4Python OOPs β€” Class, Object, Inheritance and Constructor with Example
πŸ‘‰ Lesson 5Python Polymorphism β€” Polymorphism in Python with EXAMPLES
πŸ‘‰ Lesson 6Mutable & Immutable Objects β€” Mutable & Immutable Objects in Python {EXAMPLES}

Python Data Structure

πŸ‘‰ Lesson 1Python TUPLE β€” Pack, Unpack, Compare, Slicing, Delete, Key
πŸ‘‰ Lesson 2Python Dictionary(Dict) β€” Update, Cmp, Len, Sort, Copy, Items, str Example
πŸ‘‰ Lesson 3Python Dictionary Append β€” How to Add Key/Value Pair
πŸ‘‰ Lesson 4Python Operators β€” Arithmetic, Logical, Comparison, Assignment, Bitwise & Precedence
πŸ‘‰ Lesson 5Python Not Equal (!=) β€” Python Not Equal (!=) Operator with Examples
πŸ‘‰ Lesson 6Python Arrays β€” Create, Reverse, Pop with Python Array Examples
πŸ‘‰ Lesson 7Python 2D Arrays β€” Python 2D Arrays: Two-Dimensional List Examples

Python Strings

πŸ‘‰ Lesson 1Python Strings β€” Replace, Join, Split, Reverse, Uppercase & Lowercase
πŸ‘‰ Lesson 2Python String strip() Function β€” What is, Examples of strip() Function
πŸ‘‰ Lesson 3Python String count() β€” Python String count() Method with Examples
πŸ‘‰ Lesson 4Python String format() β€” What is, How works & Examples
πŸ‘‰ Lesson 5Python String len() Method β€” Python string length | len() method Example
πŸ‘‰ Lesson 6Python String find() Method β€” Python string.find() Method With Examples
πŸ‘‰ Lesson 7Python String split() Method β€” Python String split(): List, By Character, Delimiter EXAMPLE
πŸ‘‰ Lesson 8How to reverse a String β€” How to reverse a String in Python (5 Methods)

Python Functions

πŸ‘‰ Lesson 1Python Main Function & Method Example β€” Understand __main__
πŸ‘‰ Lesson 2Python Functions Examples β€” Call, Indentation, Arguments & Return Values
πŸ‘‰ Lesson 3Lambda Functions in Python β€” Python Lambda Functions with EXAMPLES
πŸ‘‰ Lesson 4Python abs() Function β€” Absolute Value Examples
πŸ‘‰ Lesson 5Python round() Function β€” What is the round() function in Python?
πŸ‘‰ Lesson 6Python range() Function β€” Float, List, For loop Examples
πŸ‘‰ Lesson 7Python map() Function β€” What is the map() function in Python? (With Examples)
πŸ‘‰ Lesson 8Python Timeit() with Examples β€” What is Python Timeit()?
πŸ‘‰ Lesson 9Yield in Python Tutorial β€” Generator & Yield vs Return Example
πŸ‘‰ Lesson 10Python Queue β€” FIFO, LIFO Example
πŸ‘‰ Lesson 11Python Counter in Collections β€” What is, Use & Examples
πŸ‘‰ Lesson 12Enumerate() Function in Python β€” Loop, Tuple, String (Example)
πŸ‘‰ Lesson 13Python time.sleep() β€” Add Delay to Your Code (Example)
πŸ‘‰ Lesson 14type() and isinstance() in Python β€” What is, Syntax & Examples
πŸ‘‰ Lesson 15Python New Line β€” How to Print WITHOUT Newline in Python
πŸ‘‰ Lesson 16Python Timer Function β€” Measure Elapsed Time with EXAMPLES

Python File Handling

πŸ‘‰ Lesson 1Python File Handling β€” How to Create, Open, Append, Read, Write
πŸ‘‰ Lesson 2Python Check If File or Directory Exists β€” How to Check
πŸ‘‰ Lesson 3Python Copy File Methods β€” Python COPY File using shutil.copy(), shutil.copystat()
πŸ‘‰ Lesson 4Python Rename File β€” Python Rename File and Directory using os.rename()
πŸ‘‰ Lesson 5Python ZIP file with Example β€” How to create Zip File in Python with Examples
πŸ‘‰ Lesson 6Python Exception Handling β€” Try, Catch, Finally
πŸ‘‰ Lesson 7Python readline() Method β€” What is Python readline? (With Examples)

Python Data Science

πŸ‘‰ Lesson 1SciPy in Python Tutorial β€” What is | Library & Functions Examples
πŸ‘‰ Lesson 2Reading and Writing CSV Files in Python β€” Using Module & Pandas
πŸ‘‰ Lesson 3Python JSON β€” Encode(dumps), Decode(loads) & Read JSON File
πŸ‘‰ Lesson 4Python with MySQL β€” Connect, Create Database, Table, Insert [Examples]
πŸ‘‰ Lesson 5PyUnit Tutorial β€” Python Unit Testing Framework (with Example)
πŸ‘‰ Lesson 6Facebook Login using Python β€” FB Login Example
πŸ‘‰ Lesson 7Python Matrix β€” Transpose, Multiplication, NumPy Arrays Examples

Differences: Python vs Other Technologies

πŸ‘‰ Lesson 1Python Vs PHP β€” What’s the Difference?
πŸ‘‰ Lesson 2Python Vs Go β€” What’s the Difference?
πŸ‘‰ Lesson 3Python Vs JavaScript β€” What’s the Difference?
πŸ‘‰ Lesson 4Python Vs Ruby β€” What’s the Difference?
πŸ‘‰ Lesson 5Python 2 Vs Python 3 β€” Key Differences Between Python 2 and Python 3
πŸ‘‰ Lesson 6Python Vs C++ β€” What’s the Difference?
πŸ‘‰ Lesson 7Flask Vs Django β€” What’s the Difference Between Flask & Django?

Python List

πŸ‘‰ Lesson 1Python List β€” Comprehension, Apend, Sort, Length, Reverse EXAMPLES
πŸ‘‰ Lesson 2Python Average β€” Find AVERAGE of a List in Python with Example
πŸ‘‰ Lesson 3Python List count() β€” Python List count() method with Examples
πŸ‘‰ Lesson 4Python remove Duplicates from a List β€” Using Different Methods
πŸ‘‰ Lesson 5Remove element from a Python LIST β€” [clear, pop, remove, del]
πŸ‘‰ Lesson 6Python List index() β€” Python List index() method with Examples
πŸ‘‰ Lesson 7Python List sort() β€” Python List sort() with Examples
πŸ‘‰ Lesson 8Python List Append() β€” Python List Append() with Examples

Must Know Stuff!

πŸ‘‰ Lesson 1Python RegExΒ β€” re.match(), re.search(), re.findall() with Example
πŸ‘‰ Lesson 2Python DateTimeΒ β€” Python DateTime, TimeDelta, Strftime(Format) with Examples
πŸ‘‰ Lesson 3Python CALENDAR TutorialΒ β€” Python Calendar Module with Example
πŸ‘‰ Lesson 4PyTest TutorialΒ β€” What is, How to Install, Framework, Assertions
πŸ‘‰ Lesson 5Django TutorialΒ β€” A Complete Beginner’s Guide to Django
πŸ‘‰ Lesson 6Urllib.Request and urlopen()Β β€” Python Internet Access using Urllib.Request & urlopen()
πŸ‘‰ Lesson 7Python XML Parser TutorialΒ β€” Read xml file example (Minidom, ElementTree)
πŸ‘‰ Lesson 8PyQt5 TutorialΒ β€” Design GUI using PyQt in Python with Examples
πŸ‘‰ Lesson 9Multithreading in Python with Global Interpreter Lock (GIL)Β β€” What is, Why Need (With Examples)
πŸ‘‰ Lesson 10Python ModulesΒ β€” Import module in Python with Examples
πŸ‘‰ Lesson 11Python FactorialΒ β€” Python Program to find factorial () of a Number
πŸ‘‰ Lesson 12Python 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 14How to Square a Number in PythonΒ β€” How to Square a Number in Python (6 ways)
πŸ‘‰ Lesson 15Python Projects for BeginnersΒ β€” 15 Python Projects for Beginners with Source Code
πŸ‘‰ Lesson 16How to install PIP on WindowsΒ β€” How to install PIP on Windows
πŸ‘‰ Lesson 17Palindrome in PythonΒ β€” Program to check a Number or String
πŸ‘‰ Lesson 18How to Make a Tic Tac Toe Game in PythonΒ β€” Code with Example

Leave a Reply

Your email address will not be published. Required fields are marked *