How to install Numpy and Pandas for data science in a M1 MacBook
The new M1 chip MacBooks come with a nasty surprise for those of us who like to tinker with code: You can’t install Pandas and…
Keep readingHow to submit an Unity game in WebGL format to Itch.io
You can publish a WebGL game in Itch.io in under a minute, and make it available for the whole world easily.
Keep readingHow to get Crypto prices using Google Finance and spreadsheets easy (Updated: 2022)
How to get Crypto prices using Google Finance and Google Spreadsheet easy, no programming experience, now updated for 2022.
Keep readingRSI analysis in Python: Technical implementation
This Python script will pull all necessary data from a ticker and return its RSI, this way we can work directly with the data.
Keep readingRoguelike C# in Unity (1/13): Drawing the ‘@’ symbol and moving it around
The intention of this serie is not to rewrite the Roguelike tutorial, but to offer an alternative implementation using C# in Unity. I discovered pretty…
Keep reading