Pelican: Static Site Generation with Python

If you're looking for a simple, lightweight, and flexible way to build a website, Pelican might be just what you need. Pelican is a Python-based static site generator that makes it easy to create and maintain a website using plain text files and a few simple templates.

What is Pelican …

Continue reading »

Fast API

FastAPI is a modern, fast (high-performance) web framework for building APIs with Python 3.7+ based on standard Python type hints. It is designed to be easy to use and provide high performance, with automatic validation of request and response data, and automatic generation of OpenAPI and JSON Schema documentation …

Continue reading »

Python Virtual Environments

Python virtual environments are a powerful tool for managing dependencies and isolating your Python projects. Virtual environments allow you to create a separate environment for each project, with its own dependencies and configuration, without interfering with other projects or the system's Python installation. In this article, we'll explore what Python …

Continue reading »

A Closer Look at Python 3.11: What's New and Exciting?

Python is one of the most popular programming languages today, thanks to its simple syntax, versatility, and vast range of applications. With each new release, Python adds more features and capabilities to make programming even easier and more efficient. The latest version, Python 3.11, was released in October 2022 …

Continue reading »