Recently, I came across a resource that allowed me to download the entire collection of UTZOO NetNews Archive of the earliest USENET posts. These were essentially the earliest available discussions posted to the Internet by people working at various Unive... (more…)
Read more »
Set up your Windows development environment using the subsystem for Linux to work with Python, Node.js, and more. (more…)
Read more »
Converts python code into c++ by using OpenAI CODEX. - GitHub - alxschwrz/codex_py2cpp: Converts python code into c++ by using OpenAI CODEX. (more…)
Read more »
Find out how to run FastAPI with PostgreSQL and SQLAlchemy using asyncio. (more…)
Read more »
Code metrics are a popular way to analyse the complexity of our software. For some reason, we are attracted to single-figure summaries of quality, whether it’s lines of code, cyclomatic complexity, or the Pylint score. Personally, I think using these are ... (more…)
Read more »