Some python codes, for tricks practice and professional tips!
class & oop:
code | description |
---|---|
data class | python data classes |
method types | method types, instance, static and class methods |
polymorphism | polymorphism in python |
encapsulation | encapsulation in python |
abstraction | abstraction in python |
advanced class | advanced class example |
score class | score management with oop |
async codes:
code | description |
---|---|
asyncio example | simple use asyncio in python |
asynchronous | async factorial calculator |
custom tools:
code | description |
---|---|
custom range | implementation custom range function |
custom error | use custom error in project |
custom zip | implementation custom zip method |
code test:
code | description |
---|---|
survey codes | survey class for testing |
test survey | test survey class with unittest |
useful codes:
code | description |
---|---|
cache | use cache for faster code |
multi language app | implementation multi language app in python |
requests html | easy html parsing with python |
other codes:
code | description |
---|---|
find hash | find the desired hash for another form of message |
named tuple | use name tuple in python |
simple server | create simple web server using python |
Download Source Code: Click Here
My Github Account: Click Here