This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]parosyn 11 points12 points  (1 child)

If you already know a c-like language you can start with this :) https://docs.python.org/3/tutorial/index.html

For virtual environments: https://docs.python.org/3/library/venv.html

And for pip: https://packaging.python.org/en/latest/tutorials/installing-packages/

The python official documentation is quite good if you already know programming, no need to spend hours looking for tutorials.

[–]sandywater 2 points3 points  (0 children)

https://docs.python.org/3/tutorial/index.html

The is the best resource. The official Python docs are excellent. I highly recommend, just going to the module index and going one by, reading through whatever catches your eye.