As programmers, we can create tools to make programming easier. Often this means building something that can be easily invoked on the command line, whether it is a bash script or a CLI app with a full UI. This post focuses on optimizing the latter option. Read more
Similar
In this tutorial, we'll be creating a complete login and registration system with Python Flask... (more…)
Read more »
FPE - Format Preserving Encryption Implementation in Python - mysto/python-fpe... (more…)
Read more »
A toy compiler that can convert Python scripts to pickle bytecode. - splitline/Pickora... (more…)
Read more »
A comprehensive tutorial for getting started with Tesseract and OpenCV for OCR in Python: preprocessing, deep learning OCR, text extraction and limitations. (more…)
Read more »
Python is often thought of as a single threaded language but there are several avenues for executing tasks concurrently. The threading mod... (more…)
Read more »