https://github.com/devsdenepal/pythoncrashcourse
Guides, docs and materials for Python Tutorial
https://github.com/devsdenepal/pythoncrashcourse
bootcamp learn-to-code learning python python3
Last synced: over 1 year ago
JSON representation
Guides, docs and materials for Python Tutorial
- Host: GitHub
- URL: https://github.com/devsdenepal/pythoncrashcourse
- Owner: devsdenepal
- License: cc0-1.0
- Created: 2023-02-16T11:12:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T16:55:46.000Z (almost 2 years ago)
- Last Synced: 2024-08-26T19:52:12.021Z (almost 2 years ago)
- Topics: bootcamp, learn-to-code, learning, python, python3
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: roadmap.txt
Awesome Lists containing this project
README
# Python Crash Course
Guides, docs and materials for Python Tutorial
---
* Intro
* Setup(Environment)
* Syntax
* Comments
* Variables
* Data Types
* Numbers
* Casting
* Strings
* Booleans
* Operators
* Lists
* Tuples
* Sets
* Dictionaries
* If...Else
* While Loops
* For Loops
* Functions
* Lambda
* Arrays
* Classes/Objects
* Inheritance
* Iterators
* Scope
* Modules
* Dates
* Math (Python)
* JSON
* PIP
* Try..Except
* User Input
* File handling
## Learning the fundamentals

* Basic syntax
* Variables & Data Types
* Conditionals
* Operators
* User Input
* Type Casting, Exceptions
* Functions, Builtin Functions
* List, Tuples, Sets, Dictionaries
* Math in Python
* Classes/Objects
* Inheritance
* Modules
* Dates
* JSON
* File handling
## Working on practicle projects [CLI]

* Generic Converter
* Calculator
* Bill Generator
* Quiz App
## Online learning Platforms
* W3Schools.com
* freecodecamp.org
* Sololearn.com
* GreatLearning
## Android Learning Platforms
* W3Schools App
* Learn Python App
* Sololearn App
* Great Learning
* Termux
* QPython
## Thanks for your kind visit !
---


