Skip to content

Instantly share code, notes, and snippets.

@qheuristics
qheuristics / pypi-release-checklist.md
Created September 11, 2019 18:35 — forked from audreyfeldroy/pypi-release-checklist.md
My PyPI Release Checklist
  • Update HISTORY.rst
  • Commit the changes:
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."
  • Update version number (can also be minor or major)
bumpversion patch
@qheuristics
qheuristics / infonum.py
Created August 26, 2020 17:46 — forked from sdasgup3/infonum.py
Decimal-Hexadecimal-2's complement Binary Calculator
#!/usr/bin/python
##############################################################################################################
# Extract information about a number. #
# #
# Example Usage: python infonum.py --bit 4 0xf #
# Output: #
# Base 10: -1 #
# Base 16: f #
# 2's Compliment binary: 1111 #
@qheuristics
qheuristics / meteomad.ipynb
Created October 10, 2020 21:18
siar data prep
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.