subprocessing

Executing binaries in python scripts

Created: August 25th 2019
updated:December 3th 2019

Read Post

String Formatting & Literals

Build strings using variable input, and change the default behaviour of strings respectively

Created: July 16th 2019
updated:December 7th 2019

Read Post

Type Hinting & Checking

Make sure your types are in check

Created: July 4th 2019
updated:December 7th 2019

Read Post

Counters Deques and namedtuples

Comment with meaning

Created: Sep 10th 2019
updated:December 7th 2019

Read Post

Dataclasses

A simple way to define classes with many attributes

Created: August 19th 2019
updated:December 3th 2019

Read Post

Quill

A modern JavaScript WYSIWYG

Created: July 19th 2019
updated:December 7th 2019

Read Post

CodeTags in Python

Comment with meaning

Created: July 9th 2019
updated:December 7th 2019

Read Post

ptpython

An advanced python REPL

Created: August 7th 2019
updated:December 7th 2019

Read Post

Logging in Python

Generating logs from a python program

Created: August 21st 2019
updated:December 3th 2019

Read Post

Type Casting

Converting between data types in python

Created: July 4th 2019
updated:December 7th 2019

Read Post

Script entrypoints

Write Global Scripts in python

Created: June 23rd 2019
updated:December 7th 2019

Read Post

Go-Golang Lanuage Overview

A networking backend language designed for concurrency

Created: July 29th 2019
updated:December 7th 2019

Read Post

locust

Locust is a python based load testing framework

Created: August 30th 2019
updated:December 3th 2019

Read Post

tqdm

Simple progress bars for iterables

Created: July 7th 2019
updated:December 7th 2019

Read Post

Structs, Enumerators and Interfaces

Organization of data, methods, and enumerators in go

Created: August 13th 2019
updated:December 7th 2019

Read Post

Selenium

Creating user interaction based web scripts

Created: July 7th 2019
updated:December 7th 2019

Read Post

winreg

Simple progress bars for iterables

Created: September 16th 2019
updated:November 2th 2020

Read Post

Configparser

Making application configuration standardized

Created: November 29th 2019
updated:December 3th 2020

Read Post

Generator and list comprehensions

Simplifying complex loops

Created: Oct 30th 2019
updated:December 3th 2019

Read Post

Gore

A Go REPL that allows you to do an interactive coding session

Created: August 4th 2019
updated:December 7th 2019

Read Post

Docstrings

Documenting Modules, Classes and Functions well

Created: July 25th 2019
updated:December 7th 2019

Read Post

chr() and ord()

Represent integers as characters and characters as integers

Created: July 5th 2019
updated:December 7th 2019

Read Post

Argparse Optional Boolean Arguments

Creating optional arguments in argparse that are booleans

Created: July 8th 2019
updated:December 7th 2019

Read Post

Class Serialization using vars()

Useful technique for serializing classes to JSON using vars()

Created: August 9th 2019
updated:December 7th 2019

Read Post

String formatting in Go

Creating dynamic strings

Created: August 16th 2019
updated:December 7th 2019

Read Post