Python Basics
Advanced Programming in Python 1
Magzhan Ikram
Assignment 1
Write a Python code which
- Pulls the data from coingecko.com
- https://www.coingecko.com/api/documentations/v3 - swagger
- https://www.coingecko.com/en/api/documentation - API documentation
- https://github.com/man-c/pycoingecko - coingecko python library
- filters out top N cryptocurrencies by market capitalization
Project Repository structure
README.md
Assignment will not be accepted
- Title
if Repository and README are
- Installation
not written and structured
- Usage
properly!!!
- Examples
LICENSE
requirements.txt
src/
test/
Python Style Guidelines
PEP 8 -- Style Guide for Python Code
- https://www.python.org/dev/peps/pep-0008/