Skip to content

Python Bookmarks

Awesome Python: a curated list of Python stuff.

Running Python programs

JupyterLab themes

Run Python Notebooks online

  • Google Colab : an online jupyter notebook platform for machine learning.
  • Binder : make a git repo of notebooks executable.

Package Manager for Python

Machine learning

Gradient boosters

Wikipedia: Gradient boosting

Hyperparameter optimization

Wikipedia: Hyperparameter optimization

Scientific machine learning

  • lululxvi/deepxde : deep learning and differential equations.
  • google/jax : Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.

Python tutorials

Visualization Tutorials

Scientific Python Tutorials

Data Processing and Machine learning

Comments