The main purpose behind this app was to learn CRUD operations in MongoDB using Python. You can enter the task, assign them priorities and due dates. They will added to Due Tasks. You can mark taska as ...
A Django REST Framework-based API for managing tasks in a todo list. Supports task creation, updating, completion, deletion, and status filtering (completed/pending). Built with Python, Django, and ...
It's possible to build a simple Python CLI weather app in a weekend using geopy, requests, and the NWS JSON API. Use geopy's ...