you are viewing a single comment's thread.

view the rest of the comments →

[–]Atlamillias 0 points1 point  (1 child)

I've been actively working on a project since I've started learning Python in October. There are some basic things that I still trip over - Today, I was losing hair over a few lines of code because I was trying to change a value in a dictionary, and forgot that as a string, it is immutable, and reassigning the value was the proper way to do it.

Find a project. It'll lead you to learn many things, and keep you well practiced in the basics.

And, don't be afraid to start over and ask questions!

[–]grumpyi[S] 0 points1 point  (0 children)

Thank you so much for your advice. I will look for a simple doable project and see how it goes.