game-dev Building a two player Wordle clone with Python and Rich on Replit Use Python and Rich on the Replit platform to build a clone of the popular Wordle game.
email Build an email news digest app with Nix and Celery Build a bulk email sending application using Nix and Celery on Replit. Users will also be able to subscribe to RSS and Atom feeds.
Serve Django Static and Media Files in Production Learn how to securely serve Django static files and media files using AWS S3.
Build a paid content site with replit.web and Stripe Learn how to use `replit.web` and Stripe to build a paid content site that keeps record of a user's purchases.
Generating Word Cloud in Python Use a prepopulated dataset and tools like matplotlib and pandas to generate a word cloud.
Lyricize: Create lyrics using Markov chains Learn how to build an application that writes lyrics as output using Markov chains in Flask.
Perform Sentiment Analysis using NLTK Build a program that performs sentiment analysis on its given input using the NLTK package.
Build a Simple Summarizer Learn how to build a simple text summarizer using the Natural Language Toolkit in python.
Automate Getting Twitter Data Use the tweepy package and the Twitter API to automate mining for twitter data and making posts.
Build a Reddit Bot Learn how to use the Reddit API to monitor for particular posts and post replies when they are made using a bot.
Face clustering with Python Build a face clustering system in Python using common tools like OpenCV and scikit-learn.
Create a Discussion Forum in Python Django Learn how to build a discussion forum using Django to allow different people to post in groups and comment on the posts.
Build a Memory Puzzle Game Learn how to build the memory puzzle game using nested for loops to make moves on the board.
Detecting Fake News with Python and Machine Learning Build an app for detecting fake news using machine learning concepts and tools like classifiers and the Jupyter lab respectively.
How to Create Your Own Cryptocurrency Blockchain in Python Create a simple blockchain in Python and get to understand how cryptocurrencies work from a single block's perspective.
Face Recognition with Python and OpenCV Build an AI program for recognizing faces in images as well as on live webcam feed using the OpenCV library in Python.
Send Emails in Flask Build a simple email sending application in Flask using the Flask-Mail extension.
Build basic photo editor using histogram equalization Learn how to build a basic photo editor which increases the contrast of low quality images to make them more clearer.
Build a Personal Stock Market Dashboard Use web scraping and flask to build a personal stock market app for keeping track of how your portfolio is doing.
Build a CRUD application with Flask and SQLAlchemy Build a basic CRUD application with SQLite as a data store. Easily extend its functionality to meet any real world needs of your own.
Building a Chatbot using Telegram and Python Build a simple Telegram chatbot block by block by starting with an echo bot and extending it to a to do list manager bot.
Introduction to Machine Learning with Python's Scikit-learn Build a machine learning classifier to distinguish clickbait headlines from normal ones using Python's Scikit-learn
How To Extract Text From PDF In Python Use the PyPDF2 python package to build a pdf to text conversion tool.
Build a chat app using network programming fundamentals Use TCP sockets to establish a connection between a HTTP client and server and send messages between the two. Learn how to use Tornado to ensure your app scales smoothly.
Setting up Stripe Checkout and Email Subscription with Flask Create an e-commerce site using Stripe for the checkout process and also see how to add user email subscription with Flask.