In this Data Science Tutorial, You'll learn how to run Jupyter Lab on Google Colab (to leverage their GPU's and TPU's for Free for Data Science and Machine L... (more…)
Read more »
NASA has a bunch of awesome APIs which give you programmatic access to the wonders of space. I think the Mars Rover Photos API in particular is really amazing as you can use it to see what kind of pictures the Mars Curiosity rover has been taking. (more…)
Read more »
Python decorators are "syntactic sugar" that makes it easy to add new features to a function or class without changing its code. To understand decorators, an... (more…)
Read more »
Generally a 406 error is caused because a request has been blocked by Mod Security. If you believe that your request has been blocked by mistake please contact the web site owner. (more…)
Read more »
In the Code-First approach, you first define your data-model in plain code. You can start working with that model immediately, and only later you worry about schema definitions, bindings, and other… (more…)
Read more »