https://github.com/syslog777/python-colabs
Learn the core of Python, then you can branch out wherever you want.
https://github.com/syslog777/python-colabs
Last synced: 2 months ago
JSON representation
Learn the core of Python, then you can branch out wherever you want.
- Host: GitHub
- URL: https://github.com/syslog777/python-colabs
- Owner: Syslog777
- License: agpl-3.0
- Created: 2022-08-23T18:17:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T22:30:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T08:47:34.424Z (over 1 year ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python-Fundamentals
A python course with little to no hand-holding.
Skill is earned and can never be given.
### The Intro
- [Keywords & Identifiers](https://colab.research.google.com/drive/1jWtjwGHGr1R09e__vrzTQZw_-J02E4hK?usp=sharing)
- [Statements & Comments](https://colab.research.google.com/drive/1Vmr3-do-RsdTGcqTBCqa9xz9p9jDxgxe?usp=sharing)
- [Variables](https://colab.research.google.com/drive/1FqkDWxYI9hmk__ukgRvz24RiDkDl8NXP?usp=sharing)
- Data types
- Type conversion
- Input/Output & Import
- Operators
- Namespace
### Flow Control
- If else
- For loop
- While loop
- Break and continue
- Pass
### Functions
- Functions
- Argument
- Recursion
- Anonymous Function
- Global, local, nonlocal
- Global Keyword
- Modules
- Packages
### Datatypes
- Numbers
- List
- Tuple
- String
- Set
- Dictionary
### Files
- File operation
- Dictionary
- Exception Handling
- User-defined
### Object & Class
- OOP
- Classes
- Inheritance
- Polymorphism
- Abstraction
- Encapsulation
### Advanced Python
- Iterators
- Generators
- Closures
- Decorators
- Properties
- RegEx
### Date and time
- Date time module
- Sleep module