Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Pritam-s
/
Python_MasterClass_RoadMap
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
main
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
105 Commits
105 Commits
Flask
Flask
Programs
Programs
.gitignore
.gitignore
10_Tuples and Tuples Methods.py
10_Tuples and Tuples Methods.py
11_Dictionaries & Dictionaries Methods.py
11_Dictionaries & Dictionaries Methods.py
12_Sets and Sets Methods.py
12_Sets and Sets Methods.py
13_Operators.py
13_Operators.py
14_If Else & Elif Conditionals.py
14_If Else & Elif Conditionals.py
15_Conditional Statements - For Loop & While Loop.py
15_Conditional Statements - For Loop & While Loop.py
16_For Loops.py
16_For Loops.py
17_While Loops.py
17_While Loops.py
18_Break & Continue Statements.py
18_Break & Continue Statements.py
19_Break Statements.py
19_Break Statements.py
1_Comments in python.py
1_Comments in python.py
20.1_File Input_Output basics.py
20.1_File Input_Output basics.py
20.2_Files - open(), os.remove(), read(), readline() for reading files.py
20.2_Files - open(), os.remove(), read(), readline() for reading files.py
20.3_Files - 'with' Block to open python files.py
20.3_Files - 'with' Block to open python files.py
20.4_Files - Read, Write, Delete & Appending to a file.py
20.4_Files - Read, Write, Delete & Appending to a file.py
20.5_Files - tell(), seek() & more.py
20.5_Files - tell(), seek() & more.py
21_try nd except error_exception handling.py
21_try nd except error_exception handling.py
22_Time & datetime Module.py
22_Time & datetime Module.py
23_Os module, platform module, sys module.py
23_Os module, platform module, sys module.py
24.1_Functions, Return values, Docstings.py
24.1_Functions, Return values, Docstings.py
24.2_Scope - Global & Local Variables.py
24.2_Scope - Global & Local Variables.py
24.3_Scope - 'global' keyword and 'nonlocal' keyword.py
24.3_Scope - 'global' keyword and 'nonlocal' keyword.py
24.4 _Recursion - Recursive Vs Iterative approach.py
24.4 _Recursion - Recursive Vs Iterative approach.py
24.5_Lambda, Anonymous Functions or throw-away functions.py
24.5_Lambda, Anonymous Functions or throw-away functions.py
24.6_(arbitrary arguments)args & kwargs in python functions.py
24.6_(arbitrary arguments)args & kwargs in python functions.py
24.7_Enumerate functions.py
24.7_Enumerate functions.py
24.8_Join() Function.py
24.8_Join() Function.py
25.10_Public, Private & Protected Access Specifiers.py
25.10_Public, Private & Protected Access Specifiers.py
25.11_Name Mangling.py
25.11_Name Mangling.py
25.1_Classes & Objects (OOPS).py
25.1_Classes & Objects (OOPS).py
25.2_Instance Variables & Class Variables.py
25.2_Instance Variables & Class Variables.py
25.2a_The __dict__ attribute.py
25.2a_The __dict__ attribute.py
25.3_Methods, Self & __init__() (Constructors).py
25.3_Methods, Self & __init__() (Constructors).py
25.4_@classmethod().py
25.4_@classmethod().py
25.4a_Classmethods as alternative constructor & split().py
25.4a_Classmethods as alternative constructor & split().py
25.5_@staticmethod.py
25.5_@staticmethod.py
25.6_Abstraction & Encapsulation.py
25.6_Abstraction & Encapsulation.py
25.7_Single Inheritance.py
25.7_Single Inheritance.py
25.8_Multiple Inheritance.py
25.8_Multiple Inheritance.py
25.9_Multi-level Inheritance.py
25.9_Multi-level Inheritance.py
2_Pip (External) & Internal Modules in python.py
2_Pip (External) & Internal Modules in python.py
3_'end' & Escape Sequences.py
3_'end' & Escape Sequences.py
4_Variables, DataTypes & Typecasting.py
4_Variables, DataTypes & Typecasting.py
5_input() function.py
5_input() function.py
6_String Operations (Slicing and some other functions).py
6_String Operations (Slicing and some other functions).py
7_Python Built-in functions.py
7_Python Built-in functions.py
8_Data Collection Data Types.py
8_Data Collection Data Types.py
9_Lists and Lists Functions.py
9_Lists and Lists Functions.py
FileAppend.txt
FileAppend.txt
README.md
README.md
RandomFile.txt
RandomFile.txt
View all files
Repository files navigation
README
More
items
Python_MasterClass_RoadMap
About
A Roadmap for Masterclass in Python.
Topics
break-continue
cheatsheet
conditional-statements
data-structures
end-
escape-sequences
examples-python
f-strings
flask-sqlalchemy
functions
looping
modules
oops-in-python
pip
programs
string-manipulation
typecasting
Resources
Readme
Activity
Stars
3
stars
Watchers
1
watching
Forks
1
fork
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.