◐ Shell
clean mode source ↗

GitHub - saeidnp/mini-tutorials: Mini-tutorials for different useful tools


This repo contains a brief walkthrough of various useful tools I learned at some point. Hope you also find some of them useful :)

Contents

  • jupyter-notebook-remote: How to remotely access a jupyter notebook.
  • Python
    • python-multiprocessing: A brief introduction to multiprocessing in Python (using process pool or handling processes manually), with examples of its usage.
    • python-profiler: How to run a profiler on your Python code which measures time spent in each function of your code. It then uses uses SnakeViz for showing the output graphically.
  • Git
  • PyTorch