CodingPython

Python Script to Generate File Index

A potential client said they wanted a system to track sales and expenses. I remembered seeing an open-source point-of-sale system available through Softaculous (the guys who offer a tool to install various applications in hosting…

Read more
CodingPython

Getting Started With APIs

A lot of modern programming requires the use of an API of some sort. What is an API? API stands for Application Programming Interface. This is basically an interface (a portion of software that is…

Read more