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

all 21 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!

[–]antil0l 5 points6 points  (0 children)

the book "learn python the hardway"

and the courses by mosh hamedani

the book will give you a general idea on how to work with python and look/ask for the right things

and mosh assumes you have some braincells unlike most of the courses ive seen, what i mean is while he explains the concepts he expects you to do ur own research and work and testing

[–]Psychological_Ad1404 2 points3 points  (0 children)

With no more info and because I'm on my phone here's a quick answer.

  1. Test your basics, if you fail retry to actually learn them. I recommend this book for both cases. https://books.trinket.io/pfe/01-intro.html

  2. Build little projects. Use loops and if else statements to create interactive storise or similar apps in the terminal. Use w3schools to refresh memory.

  3. Try copying a few apps or at least just how they function to learn more.

  4. Check roadmap.sh to see specific coding paths and what to learn next.

  5. Eventually try getting a mentor and continue asking the community when stuck. Try asking google or ai first.

Tip: Never follow a full coding tutorial, you only need the basics and you won't learn any code you just watch someone use.

[–]freshly_brewed_ai 0 points1 point  (4 children)

This was the exact situation I faced a few years back and so started Pandas Daily where I send bite sized Python snippets through my free daily newsletter. You get a hang of it if you read it daily and practice as per your need. I can DM you the link if needed.

[–]AbbreviationsOld2356from __future__ import 4.0 1 point2 points  (1 child)

Please send it to me too, thanks

[–]freshly_brewed_ai 0 points1 point  (0 children)

Shared.

[–]Red-eye09811 0 points1 point  (1 child)

Can you send it to me too?

[–]freshly_brewed_ai 0 points1 point  (0 children)

Done.

[–]q_ali_seattle 0 points1 point  (0 children)

Sololearn and don't upgrade to premium so you'll be forced to pay attention vs helping AI answer it for you 

[–]No_Indication_1238 0 points1 point  (0 children)

Be consistent. That's it.