HOISTED FROM ÞE ARCHIVES: Jupyter Notebook Programming Dos and Don'ts

6a00e551f08003883401b7c90f49fb970b pi 710×326 pixels
Python 𝜈B programmer Gandalf the Grey confronting an unexpected behavior from the balrog.pdf Pandas dataframe…

Subscribe now

  1. Do restart your kernel and run cells up to your current working point every fifteen minutes or so. Yes, it takes a little time. But if you don’t, sooner or later the machine’s namespace will get confused, and then you will get confused about the state of the machine’s namespace, and by assuming things about it that are false you will lose hours and hours…

  2. Do edit code cells by copying them below your current version and then working on the copy: when you break everything in the current cell (as you will), you can then go back to the old cell and start fresh…

  3. Do exercise agile development practices: if there is a line of code that you have not tested, test it. The best way to test is to ask the machine to echo back to you the thing you have just created in its namespace to make sure that it is what you want it to be…

  4. Do take screenshots of your error messages…

  5. Do google your error messages: ms. google is your best friend here…

  6. Do not confuse assignment (“=”) and test for equality (“==”). In general, if there is an “if” anywhere nearby, you should be testing for equality. If there is not, you should be assignment a variable in your namespace to a value. Do curse the mathematicians 500 years ago who did not realize that in the twenty-first century it would be very convenient if we had different and not confusable symbols for equals-as-assignment and equals-as-test…


Share Brad DeLong’s Grasping Reality

Share

Leave a comment

Subscribe now