Many languages start running your program by calling a function of
yours that must have a specific name. In C (and many C derived
languages), this is just called main(); in Go, it's main.main()
(the main() function in the main package). Python famously
do... (more…)
Read more »
On why It's not possible to isolate Python code when running it in the same interpreter... (more…)
Read more »
Scalars, Vectors and Matrices are the basic objects in Linear Algebra... (more…)
Read more »
Python 3.6 adds a couple of new features and improvements that’ll affect the day to day work of Python coders. In this article I’ll give you an overview of the new features I found the most interesting.
Read more »
Python library to interact with Google Sheets V4 API - socialpoint-labs/sheetfu... (more…)
Read more »