DISCLAIMER: Any losses incurred based on the content of this post are the responsibility of the trader, not me. I, the author, neither take responsibility for the conduct of others nor offer any gu… (more…)
Read more »
I recently finished teaching an introductory Python course as part of the Youth Remote Learning project. The intended audience was 6th-8th graders and consisted of 6 classes, each lasting 30 minutes. (more…)
Read more »
Type Tracing - as a program runs you trace it and record the types of variables coming in and out of functions, and being assigned to vari... (more…)
Read more »
In this video we'll cover how you can automate running a python script daily using WayScript. There's many use cases for this, but the specific one we'll tal... (more…)
Read more »
An introduction and comparison of the Python libraries marshmallow vs. pydantic, which (de-) serialize data from and to Python objects and validate your data. (more…)
Read more »