Toggle navigation
NCoT Technology
Home
Blog
Sausage Factory Games
About Me
Download
Project
Download
More Themes
Reading and Writing JSON …
March 7, 2020
JSON is a standard for storing data in a human readable format. It’s the modern world’s version of XML. Python comes with a JSON library that will parse the data and turn it into a …
Python Commandline …
March 1, 2020
A quick set of notes on how to parse command line arguments properly in Python. This uses the argparse module, totally removing any effort on your part when it comes to processing …