+ 1
How you guys are using Python in System Engineering?
Just curious to see how you guys are using this tool in your daily jobs as system engineering. The first thing that comes to mind is data analysis and plots.
2 Answers
+ 2
For example I am using Python to search files through the whole operation system or even the USB (when it is connected), read,write and open text files for execute some files. I already have script to automatically update my Raspberry Pi system up to date every day at 00:00
0
Cool. I am intending to use to download flight data, and play with it by using filters, plotting, creating monitors, etc.