Posts
All the articles I've posted.
Weekly Dose of Content #2
Posted on:August 20, 2023Creating a Web Framework with Python
Posted on:August 12, 2023Yes, let’s create yet another web framework, because why not? By the end of this post, we’ll be able to use our new web framework.
Weekly Dose of Content #1
Posted on:August 6, 2023A Guide to Creating Comprehensive, Effective Software Documentation
Posted on:December 15, 2022A guide to creating comprehensive and effective software documentation. It provides tips and guidelines for creating documentation that is easy to read and navigate. This article is aimed at software engineers and developers who want to improve their documentation.
Calling Rust code from Python
Posted on:December 10, 2022Call Rust code from Python using the cffi library. It covers the necessary steps and discusses the benefits of using Rust and Python together.
Guide to Using the itertools module for Efficient Iteration and Combinatoric Operations in Python
Posted on:December 3, 2022A guide to the itertools library in Python, which provides tools for efficient iteration and combinatoric operations. It covers common use cases and demonstrates how to use the library to improve the efficiency of your code.
Introduction to Python Decorators
Posted on:December 1, 2022A primer on using Python decorators to extend and modify the behavior of existing functions and methods. It covers the basics of decorators, including how to use them and how to pass arguments to them. The post also includes examples of using decorators to improve code readability and maintainability.