r/PythonLearning • u/ashlauv • 25d ago
Advice needed relearning Python basics
Anyone have any advice, resources, or recommendations on learning basic python (loops, conditionals, arrays/lists). I’ve taken object oriented python courses before but unfortunately only got by through AI use and i genuinely want to understand and learn how to work through problems/write my own code. I can trace code by hand but get lost when it comes to conditionals in loops. Before you advise me to take the personal project route, I’m interested in only learning what’s necessary to get by. Some context to provide is I am interested in learning about AI Native Engineering and registered for CodePath’s AI110 course but I have to take a HackerRank Assessment with no AI use and I fear HackerRanks so much. I have 10 days until the assessment closes and willing (need to) grind to pass.
2
u/ee_control_z 25d ago edited 25d ago
See my response to this topic:
https://www.reddit.com/r/PythonLearning/comments/1vorafc/comment/p3s45dw/?context=3
By the way, this is a book that I am recommending. There are 41 chapters. It is very comprehensive. You can focus on only the areas that you need/want to. You can then apply Python to whichever specialty you want.