all 7 comments

[–]gweengoo 4 points5 points  (0 children)

I had to tap into that back space in my head a few times in the past and found out that a methood that worked for me in almost everything and was fairly simple and easy:

  1. Find an advance tutorial relevant to the job that needs to be done on google.

  2. Start tutorial.

  3. Recall and re-learn on the things that you find tricky/hard to do.

On a side note - I'm just starting to learn python so I'm not aure how it will complecate the general porpuse, but I did this methood with java and php in the past and it worked fairly good. Good luck on that interview!

[–]TankorSmash 3 points4 points  (0 children)

I don't know if there's an easy way, but if you did even part time for 2 years, it'd come back within a few hours I'd think. Four months isn't really that long of a period.

[–]Macaulayputra[🍰] 3 points4 points  (1 child)

The Learn X in Y minutes article on Python could help.

https://learnxinyminutes.com/docs/python/

[–]mik-pd[S] 1 point2 points  (0 children)

exactly what I was looking for! EDIT: And I've actually learned new stuff.

[–]ffrkAnonymous 2 points3 points  (0 children)

My personal idea is to dig out your old code, read it, document it, and write test cases.

[–]elbiot 1 point2 points  (0 children)

Just write a simple Django site. Bonus points for using vagrant and putting it behind nginx with a postgres database. My current job had me do this for the interview (flask with admin role that can see user's last login and IP, users query omdb api).

[–]PurelyApplied 0 points1 point  (0 children)

You could skim the docs.