Build an email spam detector in Python using popular machine learning algorithms like the train-test split method from Sklearn and the SVM model.
Web scraping can be one of the most important things you can learn in Python. Learn about web scraping with Beautiful Soup in this tutorial.
Build a simple to-do list application with Masonite, a web framework for Python that uses an MVC model.
dataclasses
Learn what dataclasses in Python are, how to manipulate object fields, how to sort and compare dataclasses, and more.
for and while loops are essential to Python. Learn their syntax, how to loop with numbers and lists, and important loop control statements.
Catch up on everything you need to know about working with lists in Python, including some advanced concepts, in this in-depth tutorial.
FastAPI is a web framework that handles both the client side and the server side. Explore FastAPI by building a simple movie database.
Learn how to detect and censor profanity with an API built with GraphQL and Python to keep your apps appropriate and safe.
In this article, learn how to use Ariadne, a Python library that helps you create a GraphQL API without the extra weight.
Learn how to efficiently utilize filters and queries in Django from basic to advanced with this guide to QuerySets and aggregations.
Here, you can learn how to create a Telegram bot using FastAPI to get updates from a GitHub repository with Python and GitHub webhooks.
Check out this guide to Nim and Python to decide which program is best for your project.