Python-Cool-Concepts icon indicating copy to clipboard operation
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:

  1. Args and Kwargs
  2. Numpy Cheatsheet for Data scientists
  3. A custom python logging template that can be used for setting up logging in any app/project.
  4. Date and Time functions and their usages from Pandas
  5. Scikit-learn pipelines mini project
  6. Optuna with XGBoost in a Regression mini project