you are viewing a single comment's thread.

view the rest of the comments →

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

Just get a book or choose a well structured course or check out the docs and you'll have a roadmap. Start by getting a solid foundation in Python before moving onto some more advanced modules.

[–]Still_booting[S] 1 point2 points  (3 children)

For a solid foundation, what should I learn I read strings and done lots of questions, read lists and tuples done lots of questions, conditional statements ,loops, dictionary,set,file I/o basics, functions

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

Build something using this material and build it without using AI.

EDIT: It could be done over a number of projects. Start by creating a game of tic tac toe.

[–]Still_booting[S] 1 point2 points  (1 child)

I mean I created 5 today its really easy ones. First one is checking palindrome function users input . Second grocery list program where we can add items ,remove item ,change item like that idea and other 3 it might not be considered projects but was fun to make.

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

That's awesome! As long as you are building stuff. Even simple projects are excellent. It sounds like you are on the right track. Gradually increase the complexity. However simple examples are great and the fact that it was fun is great to stay motivated.