View the code in this article in CoLab to play around with it.
If you’re used to using C++ in your codebase but now you’re starting to use Python either directly in your systems or as a scripting language for tests and DevOps it can feel a little awkward. Aside from the misused semicolons causing your IDE to scream at you, Python can feel a little limiting or not as expressive as you’d come to love about languages like C++.
This is natural at first for any language but with Python it can be especially frustrating as you look up…
This post will be part one of three in a series of posts showing the power of Google Sheets and Google Colab for quick and simple data science. This post will cover importing data from an existing Google Sheet file. The second post will cover how to create a new Google Sheet file with data you have in a Python notebook. …