Practice and develop your coding skills by building real live interactive autograded projects with solutions and video tutorials
8hrs average
The StarWars Blog API will let you practice building a REST API using lightweight API frameworks like Express (for node) or Flask (for python) using SQLAlchemy ORM and Python language. while building a fun blog. Ideal for juniors looking to practice API development in python.
Easy
3hrs average
This project involves cleaning and analyzing a real estate dataset using Pandas, focusing on practical data science skills. After completing this project, students will be capable of handling, processing, and visualizing real-world data efficiently.
Easy
2hrs average
Use your NumPy, Pandas and Matplotlib skills to practice a little about hypothesis testing with Annova and others
Beginner
2hrs average
Learn how to optimize and build better Python algorithms for Machine Learning. Follow a step-by-step guide, improve code performance and master key techniques. Complete exercises, compare solutions and improve your skills.
Beginner
2hrs average
Use python and the beautiful soup library to download, scrape, clean and visualize the revenue information from Tesla
Beginner
1hrs average
Use Streamlit to build an interactive web application that integrates a machine learning model. This will allow users to input data, make predictions, and visualize results in a user-friendly interface.
Beginner
4hrs average
Use your Python skills to randomly draw a poker card on every time the algorithm runs
Beginner
4hrs average
Learn to build a Basic Inventory API using FastAPI! Manage items with CRUD operations and expand with filters, search, and persistence. Perfect for beginners exploring APIs.
Beginner
4hrs average
Create an AI-powered Excuse Generator using Python or JavaScript. Learn to connect with ChatGPT's API and generate creative excuses. Perfect for coding practice!
Beginner
8hrs average
Create an API to read from a family tree structure
Beginner
2hrs average
Use your NumPy, Pandas, and Matplotlib skills to practice probability distributions. Complete the exercises in Python, follow the instructions to start, and submit your repository once finished. For additional help, refer to the provided solutions after attempting the problems.
Beginner
8hrs average
The StarWars Blog API will let you practice building a REST API using lightweight API frameworks like Express (for node) or Flask (for python) using SQLAlchemy ORM and Python language. while building a fun blog. Ideal for juniors looking to practice API development in python.
Easy
2hrs average
These are your machine learning final project instructions
Beginner
8hrs average
Develop a TicTacToe CLI in Python to practice lists, 2D matrices, loops, and conditionals. Implement play, check_for_winner, and new_game functions. Players take turns as ‘X’ and ‘O’. The game checks for winners, allows resets, and can be exited anytime.
Beginner
6hrs average
Learn to build a personal expense tracker using Python and Flask. Create APIs, manage data with SQLAlchemy, and design a user-friendly interface to track expenses effectively.
Intermediate
2hrs average
Connect with any API, retrieve the data and save it into a python pandas dataframe for easier manipulation and into a SQL database.
Beginner
2hrs average
Use Flask to create a machine learning web application to predict Titanic survival.
Beginner
2hrs average
Use your NumPy, Pandas, and Matplotlib skills to practice a little about descriptive statistics
Beginner
2hrs average
Learn how to build a linear regression model from scratch: understand a new dataset, perform exploratory data analysis (EDA), model the data, and optimize your model. Discover how the $R^2$ evolves by adjusting the Lasso model's hyperparameter up to a value of 20.
Beginner
8hrs average
Build a Todo List CLI app that syncs tasks with the cloud using the BreatheCode Todo API. Users can add, update, and delete tasks. Tasks are stored on the cloud, and the app retrieves them from the cloud as well, practicing API communication, Python lists, dictionaries, and HTTP protocols.
Easy