A cryptocurrency is a digital asset designed to work as a medium of exchange using cryptography to secure the transactions and to control the creation of additional units of the currency. There are many algorithms used in many different crypto–currencies. This document serves to provide a simple map to reference which are for what, as well as provide a nice list of helpful services and utilities for managing coins.
cryptocurrency algorithms bitcoin ethereum awesome awesome-list coin wallet algo nicehash btc guide documentation kennethreitzDatetimes are very frustrating to work with in Python, especially when dealing with different locales on different systems. This library exists to make the simple things much easier, while admitting that time is an illusion (timezones doubly so). Datetimes should be interacted with via an API written for humans.
datetimes dates times date time forhumans kennethreitz parsingRecords is a very simple, but powerful, library for making raw SQL queries to most relational databases. Just write SQL. No bells, no whistles. This common task can be surprisingly difficult with the standard tools available. This library strives to make this workflow as simple as possible, while providing an elegant interface to work with your query results.
sql postgres sqlalchemy orm schemas kennethreitz forhumansThis repo exists to provide an example setup.py file, that can be used to bootstrap your next Python project. It includes some advanced patterns and best practices for setup.py, as well as some commented–out nice–to–haves. For example, this setup.py provides a $ python setup.py upload command, which creates a universal wheel (and sdist) and uploads your package to PyPi using Twine, without the need for an annoying setup.cfg file.
guide setuptools distutils packaging kennethreitz forumansPipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. Windows is a first--class citizen, in our world. It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your Pipfile as you install/uninstall packages. It also generates the ever--important Pipfile.lock, which is used to produce deterministic builds.
pip packaging virtualenv pipfile kennethreitzThis library intends to make parsing HTML (e.g. scraping the web) as simple and intuitive as possible.
html scraping requests http kennethreitz lxml pyquery css-selectors beautifulsoupWork in progress. If you'd like to help, please do. There's a lot of work to be done. This guide is currently under heavy development. This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
guide book kennethreitzThis free web service exists to provide information on "coins". Supports all crypto–currencies.
bitcoin btc eth ethereum ripple litecoin api for-humans kennethreitzThe Hitchhiker's Guide to Bash on Ubuntu on Windows!
bash ubuntu wsl documentation kennethreitzSoundCloud is a single–page webapp (all content served via JavaScript). This repo serves as an experiment to see how to scrape and parse a website like this using requests-html, which features a full web browser for scraping such websites.
soundcloud scraper requests-html kennethreitz
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.