How to generate test data for PostgreSQL using SQL, PL/pgSQL, and Python... (more…)
Read more »
To explore SQLite along with Python, which is a user-friendly and no-nonsense language, we are going to build a simple tic-tac-toe game. So buckle up and get your machines ready! (more…)
Read more »
As explained in my Summer of code 2017: Python post I decided to pick up Python This is officially day 29. today I decided to take a ... (more…)
Read more »
Whenever I started learning about parsing and writing interpreters, I would get to how to handle comments. The gist of it was simple: just throw them out! You find them in the raw text output as you are generating lexing tokens, and discard them, meaning ... (more…)
Read more »