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

https://github.com/joehunterdev/100-days-of-python


https://github.com/joehunterdev/100-days-of-python

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

## Python General
- [] When to use super() init class
- [] Use of main loop
- [] Windows you must enable path to scripts C:\Users\{pc_name}\AppData\Local\Programs\Python\Python311\Scripts\pip.exe" install pandas
- [] You can install using vs manage extensions
>
> **Super ()** makes class inheritance more manageable and extensible. The super keyword refers to superclass (parent) objects. It is used to call superclass methods, and to access the superclass constructor. The most common use of the super keyword is to eliminate the confusion between superclasses and subclasses that have methods with the same name