An open API service indexing awesome lists of open source software.

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.

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