Tag: python

Deploying Next.js With Flask

Deploying Next.js with Flask

Dev

Learn how to adopt Next.js to a Flask application to benefit from server-side rendering.

Eze Sunday
Aug 11, 2022 ⋅ 5 min read
Build a full-stack app with Tetra

Build a full-stack app with Tetra

Dev

Learn how to build a simple full-stack blog application while getting familiar with the Tetra framework and its components.

Damilare Jolayemi
Aug 11, 2022 ⋅ 12 min read
Intro to PyScript: Run Python in the browser

Intro to PyScript: Run Python in the browser

Dev

Learn how to deploy Python code in the browser using PyScript, a new library that builds of Pyodide and ports CPython to Wasm.

Stanley Ulili
Aug 1, 2022 ⋅ 22 min read
Using React With Django To Create An App: Tutorial

Using React with Django to create an app: Tutorial

Dev

Learn how to integrate React with Django, create a simple CRUD API with the Django REST framework free from common CORS issues, and more.

Diogo Souza
Jul 15, 2022 ⋅ 16 min read
Node.js Vs. Python: How To Choose The Best Technology To Develop Your Backend

Node.js vs. Python: How to choose the best technology to develop your backend

Dev

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.

Stanley Ulili
May 31, 2022 ⋅ 10 min read

How to build a Solana Discord wallet with Python

Dev

Create a Discord bot that can create a new Solana wallet, send and receive SOL, and check your balance with this in-depth tutorial.

Carlos Mucuho
Jan 27, 2022 ⋅ 19 min read
A Python Developer's Guide To React

A Python developer’s guide to React

Dev

Learn how to use React as a Python developer with this guide and by creating a contact manager application with Flask and React.

Ochuko Onojakpor
Jan 21, 2022 ⋅ 13 min read

Build interactive charts with Flask and D3.js

Dev

Easily visualize data with interactive charts in your next project, and understand the powerful combination of Python’s Flask and D3.js.

Brain Aboze
Jan 12, 2022 ⋅ 12 min read
Python Kivy Framework

Build an Android application with Kivy Python framework

Dev

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.

Samuel Martins
Jan 7, 2022 ⋅ 13 min read
Build Telegram Bot Deploy With Flask

How to build and deploy a Telegram bot with Flask

Dev

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.

Damilare Jolayemi
Jan 7, 2022 ⋅ 6 min read
Image processing in Python using Pillow

Image processing in Python using Pillow

Dev

Pillow is a powerful library for processing images in Python. Learn how to perform basic operations, such as flipping, rotating, and cropping images.

Abiola Farounbi
Jan 6, 2022 ⋅ 5 min read
Python Logo Over a Blue Background

Build a Python web crawler from scratch

Dev

In this tutorial, you’ll learn about web crawling via a simple online store and how to build a Python web crawler from scratch.

Bekhruz Tuychiev
Jan 5, 2022 ⋅ 6 min read