This blog post gives an introduction to some techniques for benchmarking, profiling and optimising Python code. If you would like to try the code examples for yourself, you can download the Jupyter notebook (right click the “Raw” button, save link as…) th... (more…)
Read more »
python open source alternative to IDM (Internet Download Manager) with multi-connections, high speed engine, based on python, pycurl, youtube_dl, and pysimplegui - pyIDM/PyIDM... (more…)
Read more »
Python timeit CLI for the 21st century! colored output, multi-line input with syntax highlighting and autocompletion and much more! - GitHub - wasi-master/fastero: Python timeit CLI for the 21st ce... (more…)
Read more »
This post describes a Sudoku solver in Python. Even the most challenging Sudoku puzzles can be quickly and efficiently solved with depth first search and con... (more…)
Read more »
► Write Clean & Beautiful Python: https://dbader.org/pytricks-book The key to understanding Python's list comprehensions is that they’re just for-loops over ... (more…)
Read more »