arrow_back
Course Overview
Python Handwritten Notes(100 pages) by @python.hub
Install and Setup Python
Language Fundamentals
Features of Python
Identifiers
Keywords
Quiz 1.1
Datatypes Overview
Int Datatype
Float Datatype
Complex
Quiz 1.2
Boolean
String Datatype
Bytes Datatype
List Tuple Datatype
Quiz 1.3
None Datatype
Frozenset
Range Datatype
Dictionary Datatype
Quiz 1.4
Assignment 1
Operators - Arithmetic
Relational Operator
Equality Operator
Logical Operator
Bitwise Operator
Assignment Operator
Ternary Operator
Special Operator
Quiz 2
Assignment 2
Introduction to Input & Output
Input
Multiple Inputs
Command Line Arguments
Output Statements
Assignment 3
Quiz 3
Control Flow Introduction
IF Statement
IF Else
IF Elif Else
For Loop
While Loop
Infinite Loop
Nested Loop
Break
Continue
Assignment 4
Quiz 4
Strings
Index slicing str
Mathmatical operations string
pos neg string
Membership string
Strip string
Find index string
Count string
Replace string
Split join
Changing cases of string
Startswith endswith
Data check in string
String formatting
Assignment 5
Quiz 5
List Properties
different ways to create list
Accessing list
List mutability
Traversing list
Len Count Index
Adding Elements
Removing elements
Clear list
Sort reverse
Mathematical operators
Aliasing cloning
Membership List
Nested lists
List comprehensions
Assignment 6
Quiz 6
Tuple
Different ways to create tuple
Index slice tuple
Math operatons tuple
Important functions on tuple
Packing Unpacking
Tuple comprehension
Difference between list & tuple
Assignment 7
Quiz 7
Set
Creating Sets
Adding Elements in Set
Removing Elements from Set
Copy Set
Membership Set
Mathematical Operations in Set
Set Comprehension
Assignment 8
Quiz 8
dictionary
Creatiing Accessing Dictionary
Add, Update and Delete
Dictionay Functions
Dictionary Program
Dictionary Comprehension
Assignment 9
Quiz 9
Functions
Functions Introduction
Return
Return Multiple Values
Parameters
Initial argument
Variable Length Argument
Local & Global Variable
Recursion
Lambda Function
Filter
Map
Reduce
Function Alias
Nested Functions
Function Decorators
Function Generators
Assignment 10
Quiz 10
Modules
Modules Intro
Different Types of Modules
Directory Function
__name__
Math Module
Random Module
Assignment 11
Quiz 11
Classes and Objects
OOPs Introduction
__init__andself
Types of Variables
Types of Methods
Inheritance
Assignment 12
Quiz 12
Python Projects
Address Book Project in Python
Currency Converter Using Python
Music Player Using Python
File Manager Using Python
Text Editor Using Python
Pacman Using Python
Exception Handling
Introduction to Exception Handling
Handling errors using try and except block
File Handling
Preview - Python Mega Course 2023 : Zero To Mastery - From Python.Hub
Discuss (
0
)
navigate_before
Previous
Next
navigate_next