Learn how to adopt Next.js to a Flask application to benefit from server-side rendering.
Learn how to build a simple full-stack blog application while getting familiar with the Tetra framework and its components.
Learn how to deploy Python code in the browser using PyScript, a new library that builds of Pyodide and ports CPython to Wasm.
Learn how to integrate React with Django, create a simple CRUD API with the Django REST framework free from common CORS issues, and more.
Compare Node.js and Python to see the scenarios where one would be better than the other so that you make the best choice for your backend.
Create a Discord bot that can create a new Solana wallet, send and receive SOL, and check your balance with this in-depth tutorial.
Learn how to use React as a Python developer with this guide and by creating a contact manager application with Flask and React.
Easily visualize data with interactive charts in your next project, and understand the powerful combination of Python’s Flask and D3.js.
If you’re interested in Python mobile development, Kivy is your best bet. Build a random number generator app that you can install on your phone.
This tutorial demonstrates how to build a Telegram bot and then integrate it with Flask to build a customized dictionary app quickly and deploy it to Heroku.
Pillow is a powerful library for processing images in Python. Learn how to perform basic operations, such as flipping, rotating, and cropping images.
In this tutorial, you’ll learn about web crawling via a simple online store and how to build a Python web crawler from scratch.