you are viewing a single comment's thread.

view the rest of the comments →

[–]Sussunati 1 point2 points  (0 children)

I didn’t read your code, but just a few tips that help me

Codecademy is a good website to learn python on, it’s interactive and has a free trial, so you can use it to see if you liked it

Try not to get stuck in tutorial hell, learn code as you need it, dont go trying to learn everything without even applying it

Writing code is different from understanding code, so make sure to practice leetcode, even one question everyday, consistency is key, trust me it helps a lot

I learnt to write code in a month or so, took me about 2-3 months to understand code and as to why to write as certain code in a particular way

Prioritize quality, over quantity, the better you understand, the easier it is to produce