Python-Cool-Concepts
Python-Cool-Concepts copied to clipboard
All noteworthy Python tricks, tips, and cheatsheets!
trafficstars
Python Cool Concepts
A repo containing some of the awesome features of Python that makes our lives easier. Advanced material ensues!
Concepts covered so far are:
- Args and Kwargs
- Numpy Cheatsheet for Data scientists
- A custom python logging template that can be used for setting up logging in any app/project.
- Date and Time functions and their usages from Pandas
- Scikit-learn pipelines mini project
- Optuna with XGBoost in a Regression mini project