I'm willing to bet that if you're reading this, you're a somewhat seasoned web developer but by some requirement, you are forced to create a…
Using simple boolean operators to replace conditional statements
The conditional statement (if..then.else) is Programming 101 and used in almost any useful chunk of code out there. But, they can certainly add to "code-clutter"…
cannot concatenate ‘str’ and ‘NoneType’ objects
The cause of this error may run deep in your code, but if you simply wish to have and error free interface on the front…
Python-Excel Cell Background Color
If you've never used Python-Excel before, I can introduce it in a couple words – "Excellent and easy to use library for generating Excel spreadsheets…