cheat sheet
-
Python Interviewing Quick Reference Guide (a.k.a. “cheat sheet”)
PEP8 style guide: https://peps.python.org/pep-0008/. Top 3 style guidance – use 4 space indents, lower camel case functions and variables, 79 char width (72 for docstrings). I use double quotes for strings so I don’t have to reprogram my brain when… Continue reading
-
heroku cheat sheet quick start
#note requires java 8. add the ppa repo for oracle and install this if you dont have it already. check your local with: java -version #create auth token for subsequent commands heroku login #from within a local git cloned app… Continue reading