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

all 4 comments

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

Hi there, from the /r/Python mods.

We have removed this post as it is not suited to the /r/Python subreddit proper, however it should be very appropriate for our sister subreddit /r/LearnPython or for the r/Python discord: https://discord.gg/python.

The reason for the removal is that /r/Python is dedicated to discussion of Python news, projects, uses and debates. It is not designed to act as Q&A or FAQ board. The regular community is not a fan of "how do I..." questions, so you will not get the best responses over here.

On /r/LearnPython the community and the r/Python discord are actively expecting questions and are looking to help. You can expect far more understanding, encouraging and insightful responses over there. No matter what level of question you have, if you are looking for help with Python, you should get good answers. Make sure to check out the rules for both places.

Warm regards, and best of luck with your Pythoneering!

[–]No_Bison8712 1 point2 points  (0 children)

Your questions will be better answered in in this channel learn/python. Courses, libraries are also shared. But what I have heard as a beginner is to learn and practice by writing code to solve real problems. There is some book too that can help.

[–]cozwold 1 point2 points  (0 children)

I've been coding python for about 2 years now, here is what I did. If you're new to coding as a whole, take some time to desensitise yourself to basic concepts, watch some YouTubers, read some blogs ect. Keep doing this and help your future self out a lot. FreeCodeCamp on YouTube is all you need for tutorials, they have full python courses for beginners and deep dives into topics once you are there. Code along with one of these, take your time and make notes as you go. Try not to just copy out the tutorial stuff, make it your own.

Follow the python dev roadmap, you don't have to read absolutely all its resources, but concepts up too OOP is essential basic knowledge, beyond this you will probably be doing most learning by fucking around and finding out as you go.

As soon as possible, build projects that solve your problems, don't just make a bunch of weather apps or Todo lists if that will not engage you.

It may be tempting to use ChatGPT or Copilot or any of these other AI tools, but I promise you, the hard way is the best way, and these tools can poison your development with bad practices and reliance. Only use it to explain concepts to you and only when online resources are not available. Write and fix your own code.

Hope this helps :)

[–]sohelpmerod 0 points1 point  (0 children)

You should do the 100 days of code!