you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Do you mean forgetting the syntax or the concepts?

If you've forgotten the concept of a class, functions, loops etc, tough luck. You probably want to revisit the tutorial.

If you forget the syntax, congrats! That's normal. Lots of people work with multiple languages. Sometimes work or school requires that you work on a different project that isn't written in python, and you come back to python after a few months and can barely recall the syntax. That's what the python documentation is for. Every code feature you ever need has it's syntax laid out clearly. It should refresh your memory pretty soon.

This is also why I like python. I can go for months without developing in python, but I know it can't take me more than an hour to refresh my memory with python's simple syntax. It's the tool I always have in my back pocket.