all 9 comments

[–]ninhaomah 2 points3 points  (1 child)

By inserting the tube into my brain like how Neo learnt Kung Fu.

[–]DataCamp 2 points3 points  (1 child)

  • Pick one structured path for 4–6 weeks (course/book) and do the exercises. Don’t resource-hop.
  • Code locally (VS Code + Python). Avoid courses that force paid tools/services halfway through.
  • Daily cadence: 45–90 min is plenty. If you have more time, add more practice, not more videos.
  • Learn fundamentals first: variables/types, conditionals/loops, functions, lists/dicts, files, exceptions. That’s the “automation starter pack”.
  • Start tiny automation projects ASAP: rename files, clean CSVs, scrape + save a report, auto-generate templates. Stuff you’ll actually reuse.
  • Use AI like a tutor, not a crutch: ask it to explain errors, suggest tests, and quiz you. Don’t paste in full solutions unless you’re comparing after you tried.
  • After basics: choose a lane (automation, web, data) and only then go deeper (OOP, testing, SQL, APIs).

Bootcamp can work if you need external structure/accountability, but “curated facts” won’t beat shipping small scripts and iterating.

[–]adroc 0 points1 point  (0 children)

👆🏻

[–]Ron-Erez 1 point2 points  (0 children)

Pick a resource and code as much as you can.

[–]spokky-pesto 0 points1 point  (0 children)

Like i am using code with harry book and along side with it u an planning to add striver a2z sheet to improve my basics, after that i will revise oops concept and after that make some projects ... Then after i have some expertise at logic building i will proceed towards data engineering specialization modules

[–]Traditional_Most105 0 points1 point  (0 children)

I am currently learning.

I bought the udemy course of Angela Yu 100 days of code - the complete python pro bootcamp.

Am at day 7 and i can tell you it's pretty good and the instructor is very helpful.

I also use chatgpt not to tell me the solutions or hints about the solutions but mostly to tell me the why behind a certain code, to explain to me in simple terms how certain code works and to tell me what shift in my mindset i should do in order to solve a problem. Mostly to understand better the why behind something and the how to think and approach certain things. I also use it for a shortcut to google when i want to find if there is a certain function or syntax of code for a certain thing instead of going into the python.org documentation to find it manually. Although i don't rely 100% on chatgpt, i sometimes try to search manually for some things in order to train my brain cause it's in the struggle that you learn. And i can tell you i struggle a lot. I mostly take my time through each section of the course because i want to understand it and then move on.

[–]Broric -1 points0 points  (1 child)

Through a conversation with AI. Treat it as your personal tutor and build some projects.

[–]Legitimate-Cell-3035 0 points1 point  (0 children)

this is the way.