ipython /
ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
90/100 healthLoading repository data…
anthonywah / repository
The repo contains a very simple function for one to call historical data from Binance API, using a third part package python-binance.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The repo contains a very simple function for one to call historical data from Binance API, using a third part package python-binance.
binance_helper.py and define your own self.api_key and api_secret. There can be more secured ways to do that and will be updated soon.runner.py, define your own directory to save the data called from binance. In my case, data will be saved in dir_to_save_data.python runner.py -h to see what options are available for customizing the data calling.For example:
# This will save all 1-minute ohlcv data from 2020-12-01 to 2020-12-31 of Bitcoin traded in Binance to ./dir_to_save_data
python runner.py -c "BTCUSDT" -s "2020-12-01" -e "2020-12-31" -i "1m"
Selected from shared topics, language and repository description—not editorial ratings.
ipython /
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
90/100 healthawsdocs /
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
90/100 healthNELSONZHAO /
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
83/100 healthcdk-patterns /
This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
88/100 healthgordicaleksa /
The purpose of this repo is to make it easy to get started with JAX, Flax, and Haiku. It contains my "Machine Learning with JAX" series of tutorials (YouTube videos and Jupyter Notebooks) as well as the content I found useful while learning about the JAX ecosystem.
89/100 healthTechtonica /
This repo contains the curriculum of Techtonica, a tech training program for women and non-binary adults with low incomes.
80/100 health