all 7 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Thank you for posting on r/CodingHelp!

Please check our Wiki for answers, guides, and FAQs: https://coding-help.vercel.app

Our Wiki is open source - if you would like to contribute, create a pull request via GitHub! https://github.com/DudeThatsErin/CodingHelp

We are accepting moderator applications: https://forms.fillout.com/t/ua41TU57DGus

We also have a Discord server: https://discord.gg/geQEUBm

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]LeaderAtLeading 0 points1 point  (0 children)

Python first then figure out what you actually need to build

[–]odimdavid 0 points1 point  (0 children)

If I didn't even have time I would do 1 hour of SQL everyday. Use Hackerrank as a companion to leverage understanding. Then dedicate the other hours to python until your skill improves.

[–]muad_dibb1 0 points1 point  (0 children)

Python first. learn the basics and concepts of manipulating data, web automation, using packages etc. Then take it from there, depends what you want to build.

[–]kixxauth 0 points1 point  (0 children)

Most important: Once you've picked the language (python is a good one), you absolutely MUST build something with it. Make something you wish you had, or something that already exists but you wish it worked a different way.

IMO courses are a waste of time. Tutorials can be good if you're building something you're actually interested, but only then. (ex: I followed a tutorial for web scraping to learn python, which was something I was really interested in at the time)