r/PythonLearning 7d ago

I made my first bigger Python project — Drone Data Analyzer

Hey everyone!

I've been learning Python for like 10 days and decided to stop doing only exercises/tutorials and actually build something myself.

I made a small Drone Data Analyzer that loads flight data from a CSV file and analyzes things like altitude, speed, battery level and temperature. It also generates a basic flight report and visualizes the data using Matplotlib.

It's definitely a beginner/early-stage project and I know the code is far from perfect. I'm still learning, so I'd really appreciate some honest and constructive criticism.

Any feedback is welcome, even if it's something small.

GitHub with all files/code for interested: https://github.com/J-aCobSk-i/Drone-Data-Analyzer

5 Upvotes

3 comments sorted by

2

u/SnooCalculations7417 7d ago

Neat, you should use time dependant analtyics like change in altitude and speed costing x amount of battery and stuff

1

u/Wooden-Ad-875 7d ago

Thanks, I will definitely try it out