Python
Useful tools
Listing dependency tree:
pip install pipdeptree
pipdeptree -fl
Scientific Computation
NumPy
- https://github.com/rougier/numpy-100
- https://www.labri.fr/perso/nrougier/from-python-to-numpy/
Graphics
3D
- Awesome book about Python + OpenGL:
https://www.labri.fr/perso/nrougier/python-opengl
Networking
- Socket programming: https://www.pubnub.com/blog/socket-programming-in-python-client-server-p2p/
- Sockets with SSL: https://paullockaby.com/archive/2019/05/python-ssl-socket-server/
Libraries
- https://github.com/moderngl/moderngl
- https://github.com/pyglet/pyglet
- https://github.com/vispy/vispy (successor of glumpy)
- https://github.com/glumpy/glumpy
- https://cityinabottle.org/nodebox/
Refs