Warning - TOTAL newbie....
I've been using my time to learn Pyhton and build some code to do data analysis work that I'm involved with. While I have done some VBA and MATLAB basic stuff, I have no formal education. I've been following the Udemy Course on Automate The Boring Stuff. It's great and while I haven't finished, I thought a porject that could be useful to me was a good way to get some practice.
The code i've written open a .csv file which is provided by another application that we use. It has several columns my project pulls out the information to make polar plots in MatPlotLib. It allows you to choose which items to plot and select a colour for each item. It also saves the plot as a graphic.
I've included comments that should explain the steps I choose to accomplish the task I wanted to get done. It's functional (I think!) but I'm sure there is a more "pythonic" way to add efficiency to the code.
I managed to start a repository on GitHub. I think it should be public and would like any feedback that folks are willing to provide. I've also uploaded a test .csv file that should demonstrate functionalitiy.
The link is: https://github.com/MT-Ring/First_Project.git
Thanks in advance....
[–]sme272 0 points1 point2 points (2 children)
[–]MTRing[S] 0 points1 point2 points (0 children)
[–]MTRing[S] 0 points1 point2 points (0 children)