CodeNewbie Community 🌱

Discussion on: Is memorization the key?

Collapse
 
kyemasa profile image
Kyem

LPTHW has a very specific way of teaching Python that may or may not work for you. I can't remember the exact part of the book you're referencing, but I know he does say to memorize and drill certain things like escape sequences and logical operators.

I find memorizing some things helpful because of how my brain works. I don't want to have to look up things like syntax every time because it breaks my focus, for example. I find a combination of memorization (I use Anki flashcards) and building projects help, but it's important to figure out what works for you. There are definitely other
resources to learn if you want to try out other approaches, and it's up to you how you want to progress through the book :)

Collapse
 
jasonrezzed profile image
Jason Shockley

Thank you, honestly I have no idea where or how to start that’s best for me. I’ve been getting super pumped about coding while listening to the podcast at work, but when I get home I get swamped by children. I’m also ordering a raspberry pie so I don’t have to borrow a computer.

Collapse
 
kyemasa profile image
Kyem

In terms of what feels best for you, think about how you learn best and what engages you well and what you have the capacity to do given whatever life situations you currently have. There are tons of free resources out there and a lot of people that will recommend doing x or z, but that might not fit into how you process information or work for your circumstances. Define some clear goals and take a little bit of time to explore.

I think CodeCademy is a decent place to get an introduction because it teaches you syntax in a very friendly way. The lessons are shorter and easier to consume, so it might be helpful if you have kids. You can access the Python 3 course with a free trial. Have fun and you got this :)

Thread Thread
 
jasonrezzed profile image
Jason Shockley

Thank you. Since, I do t have a computer,yet (can’t do LOTHW yet), I started practicing on freecodecamp. This has been the only thing in 20 years that makes me feel confident and excited. You’re right about setting goals. I have yet to do this.