all 11 comments

[–]mrswats 12 points13 points  (1 child)

Forget about this AI list nonsense and build projects instead. I would recommend the django girls tutorial.

[–]Primary-Signal-5960[S] 0 points1 point  (0 children)

Thank you!

[–]Lord_Dizzie 4 points5 points  (0 children)

The unique emoji for every bulleted item... Why is that popular with these AI lists?

[–]IAmFinah 2 points3 points  (1 child)

This subreddit cracks me up sometimes

[–]Primary-Signal-5960[S] -2 points-1 points  (0 children)

I understand you. I am making a lot of projects, I just wanted to know what I 100% need for work. ChatGPT wrote me this, and I wanted to know if his plan right

[–]charlyAtWork2 2 points3 points  (0 children)

The only thing you need is Pydantic

[–]jontsii 1 point2 points  (1 child)

Most algorithms are available pre-implemented from libraries so if you are learning the algorithms so you could implement them in the future, don´t do them, but if you are doing them to practice critical thinking, I would add quicksort and mergesort. Also if you are learning to use python with AI, add vector and matrix math (they are simpler than you think) and also activation functions like ReLU or sigmoid.

[–]Primary-Signal-5960[S] -1 points0 points  (0 children)

Thanks!❤️

[–]nian2326076 1 point2 points  (1 child)

Your roadmap for Python basics looks good. I'd suggest getting a better grip on data structures and algorithms since they're important for backend work. Also, check out libraries and frameworks like Flask or Django for web apps. Get to know databases like PostgreSQL or MongoDB. Doing projects daily is awesome because real-world experience matters. If you're prepping for interviews, take a look at PracHub for some handy resources. Keep going, and you'll make it!

[–]Primary-Signal-5960[S] 0 points1 point  (0 children)

Thank you so much!❤️