Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 4

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/

You might also like