0% found this document useful (0 votes)
16 views1 page

Python Projects To Work With

Python Projects to Work With

Uploaded by

jawahars2708
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

Python Projects To Work With

Python Projects to Work With

Uploaded by

jawahars2708
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1. File sorter Organizes files in your Downloads folder by type.

Taught me how to work with


directories and conditionals.

2. Personal expense tracker Logs your spending and saves it to a CSV. Simple but great for
learning input handling and working with files.

3. Website uptime checker Pings a URL every few minutes and alerts you if it goes down.
Helped me learn about requests, loops, and scheduling.

4. PDF merger Combines multiple PDF files into one. Surprisingly useful and introduced me to
working with external libraries.

5. Weather app Pulls live weather data from an API. This was my first experience using APIs and
handling JSON.
6. A multi-threaded IPv4 TCP port scanner
7. A reusable “function call tracer” decorator for debugging Python applications
8. An application to put, get, and delete messages from an AWS SQS
queue (using boto3)
9. A script that uses the Reddit Python SDK

You might also like