
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
https://github.com/kitao/pyxel
Retro Game Development with #python, looks pretty neat.
Cool project.
15 years of SparkFun history - https://www.sparkfun.com/news/2571
Drop this into /etc/bash_completion.d/ or source it from your .bashrc to bash complete your virtualenvs by typing envon [TAB]. Set VENV_DIR first to use a directory other than ~/.local/virtualenv/
https://gist.github.com/bcl/7fee1f639a9b491c3df830cbcc4e1287
Sometimes the easy solution isn't immediately obvious -
https://www.brianlane.com/converting-dicom-xray-images-to-jpeg.html
I recently needed to convert a CD of xrays into jpeg images, and it wasn’t immediately obvious how to do this. The files on the CD were in DICOM format, which appears to be a commonly used format in the medical community that includes the image and extra metadata …