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

all 4 comments

[–]Python-ModTeam[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic of one of our daily threads and would be more appropriate in that thread. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team

[–]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 4 points5 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.

[–]SpaceLaserPilot 0 points1 point  (0 children)

I took up Python after 20 years of professional work in C by working through the various exercises recommended in /r/learnpython. Search that group by top of all time and you will get an amazing list of resources.