Hey everybody, this is Uğur aka. LoneCoder. I basically want to publicly document my journey to become a bona fide software developer and make a living. Fun fact: I would be the first software developer in my bloodline. I'm currently building a rainwater quality measurer using Python and several public APIs to calculate the quality of rainwater in a given city. The program currently checks your IP to find your city, but it can get inconsistent so I also added a fallback so the user can specify their city, and the program "should" guesstimate the rainwater quality based on a few metrics such as air quality, humidity, altitude, nearby construction zones and so on. The project is in an early stage so far so it does need a bit more work.…