Tag: python

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
Understanding type annotation in Python

Understanding type annotation in Python

Dev

In this extensive post with specific examples, learn how to use Python type annotation to your advantage using the mypy library.

Stanley Ulili
Jan 3, 2022 ⋅ 19 min read
Celery Logo Over a Green Yellow and Blue Background

Optimizing task queues with Celery and Flask

Dev

Learn how to set up and run long-running tasks with Celery in your Flask web application with this short guide and demonstration.

Gur Raunaq Singh
Dec 31, 2021 ⋅ 5 min read
Python Logo Over a Grassy Background

Web scraping in Python with lxml and pandas

Dev

These steps will help you use Python and the popular packages lxml and pandas to manage dataset creation and visualization.

Shahin Rostami
Dec 28, 2021 ⋅ 6 min read