Skip to the content.

Create exe from Python code

This is an example of how to create an exe from a Python application.

Python Pyinstaller Auto-py-to-exe

2025.10.06


Executing Code in E2B Sandbox

An example application running in the console using E2B to execute Claude model-generated code and the yfinance library to fetch information about stocks.

Python E2B Claude Rich

2025.07.03


Deploying Django Project Using both ASGI and WSGI

Deploying a web application based on the previous two that has both ASGI and WSGI applications.

ASGI WSGI Railway Docker

2025.01.29


Deploying Async LLM-Chat with Message History

Deploying a real-time AI chat application using Channels and WebSockets, with Redis as the channel layer for message history.

Django Channels WebSocket Redis LLM-Chat Railway Docker

2025.01.27


Integrating LLM Using API to a Django and React App

A web application that consumes an LLM API to implement a language AI assistant, which helps with English correction and translation.

Django Restframework Axios OpenAI API

2025.01.26


Deployment

Deploying a Django application can seem daunting, but it’s an essential step to make your project accessible to users worldwide. The easiest solutions here.

Preparation Railway Heroku Docker-compose

2024.06.23


Adding React to Django

This combination offers an improved user experience compared to traditional Django templates, allowing for smoother interactions and a more modern web application feel.

Node React Staticfiles Setting up Hello World Docker GitHub

2024.06.23


Custom User Model

Creating a custom user model in Django is a crucial step for developers who need to extend the default user functionalities to fit their application’s unique requirements.

Models migration settings.py forms.py admin.py

2024.06.23


Installation and Setting Up

Getting started with Django, a popular Python web framework, is essential for developing high-performance web applications.

Prerequisites Pipenv Installation Setting up Hello World Database

2024.06.23