From 6203ffca92307969ece1cc041989459678aac48e Mon Sep 17 00:00:00 2001 From: Shreeya Date: Sun, 5 Apr 2026 18:54:53 +0530 Subject: [PATCH 1/2] YES --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3119b7..c09de2ee 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Gitter](https://badges.gitter.im/practical-tutorials/community.svg)](https://gitter.im/practical-tutorials/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) -A list of programming tutorials in which aspiring software developers learn how to build an application from scratch. These tutorials are divided into different primary programming languages. Tutorials may involve multiple technologies and languages. +A list of programming tutorials in which aspiring software developers learn how to build an application from scratch. These tutorials are divided into different primary programming languages. Tutorials may involve multiple technologies and languages. It involves several projects using several languages which is very useful for aspiring learners from all domains and a repo to find ideas and projects for engineering majors. To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines. From 93474302b6940512c85091fae844b19275e8becb Mon Sep 17 00:00:00 2001 From: shreeyabbb-cloud Date: Sun, 5 Apr 2026 23:45:58 +0530 Subject: [PATCH 2/2] Add weather app project link to README Added a new project link for building a weather app using Python. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c09de2ee..9ca09002 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Choose Your Own Adventure Presentations](https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html) - [Build a Todo List with Flask and RethinkDB](https://realpython.com/blog/python/rethink-flask-a-simple-todo-list-powered-by-flask-and-rethinkdb/) - [Build a Todo List with Django and Test-Driven Development](http://www.obeythetestinggoat.com/) +- [Build a Weather App with Python](https://www.geeksforgeeks.org/weather-app-using-python/) - Create a simple weather app using Python and APIs. - [Build a RESTful Microservice in Python](http://www.skybert.net/python/developing-a-restful-micro-service-in-python/) - [Microservices with Docker, Flask, and React](https://testdriven.io/) - [Build A Simple Web App With Flask](https://pythonspot.com/flask-web-app-with-python/)