Hello Everyone, I have decided to mark my journey going through the information referenced over at Automate the Boring Stuff with Python through this blog so I can keep track of items that I have learned and things that I may re-learn through this. For everyone's reference, the documentation that I am following is through this website or directly from the vendor . Chapter 0 - Basically helps you setup Python3 on your PC. In this case I am using a variant of Debian to install it on. It also explains how to properly troubleshoot an error, and how to look up problems online. Chapter 1 - Explains how math works in Python using Idle. Basically the only thing that I did not know, mainly because I did not use it often is that % is Modulus/Remainder. It reads from Left to Right, and checks quotes and {}()'s accordingly. Difference between Strings, Integers and Floating Point Numbers (aaa, 1 or 2 or 3, and 1.242). You also need to have single quotes at the beginning and end of s...
A Technical Blog for End Users, Technicians, and every one else in between...