Tag: python

Understanding Python dataclasses

Dev

Learn what dataclasses in Python are, how to manipulate object fields, how to sort and compare dataclasses, and more.

Kingsley Ubah
Oct 28, 2021 ⋅ 6 min read
for and while Loops in Python

for and while loops in Python

Dev

for and while loops are essential to Python. Learn their syntax, how to loop with numbers and lists, and important loop control statements.

Hussain Arif
Oct 28, 2021 ⋅ 6 min read
Working with lists in Python

Working with lists in Python

Dev

Catch up on everything you need to know about working with lists in Python, including some advanced concepts, in this in-depth tutorial.

Shalitha Suranga
Oct 22, 2021 ⋅ 8 min read
Server Side Rendering FastAPI Mysql

Server-side rendering with FastAPI and MySQL

Dev

FastAPI is a web framework that handles both the client side and the server side. Explore FastAPI by building a simple movie database.

Ekekenta Odionyenfe
Oct 19, 2021 ⋅ 9 min read

Build a profanity filter API with GraphQL

Dev

Learn how to detect and censor profanity with an API built with GraphQL and Python to keep your apps appropriate and safe.

Solomon Esenyi
Aug 5, 2021 ⋅ 4 min read

Integrate GraphQL into Python using Ariadne

Dev

In this article, learn how to use Ariadne, a Python library that helps you create a GraphQL API without the extra weight.

Jaden Baptista
Aug 4, 2021 ⋅ 7 min read

QuerySets and aggregations in Django

Dev

Learn how to efficiently utilize filters and queries in Django from basic to advanced with this guide to QuerySets and aggregations.

Gaurav Singhal
Apr 27, 2021 ⋅ 6 min read
Illustration of Paper Planes Flying Into Light

Using FastAPI to get updates from GitHub to Telegram

Dev

Here, you can learn how to create a Telegram bot using FastAPI to get updates from a GitHub repository with Python and GitHub webhooks.

Athul Cyriac
Jan 13, 2021 ⋅ 8 min read
The python and nim logos.

Nim vs Python: Which should you choose?

Dev

Check out this guide to Nim and Python to decide which program is best for your project.

Diogo Souza
Oct 12, 2020 ⋅ 7 min read
Frustrations in Python

Frustrations in Python

Dev

Are there areas in your Python codebase that are breaking or cluttering your code? Find out in this tutorial about common frustrations in Python.

Nikita Sobolev
Dec 16, 2019 ⋅ 5 min read

How Python can help you learn ES6

Dev

“Have you learned ES6 yet?” Oof. I used to feel a sense of pressure when people would ask me that. […]

Jenn Wong
Jun 5, 2019 ⋅ 5 min read