Skip to content

bemebox/cs50-bitcoin-price-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CS50 Bitcoin Price Index Solution

CS50’s Introduction to Programming with Python Bitcoin Price Index problem solution.

This program was developed according with Python's good practices and based on PEP 8 - Style Guide for Python Code

Version

1.0.0

Resources

Getting Started

These instructions will guide you to copy the project from the repository and run it.

Prerequisites

Things you need to have installed:

Local Installation

Basically clone the project from the remote repository to the local machine, using the git commands.

$git clone [URL].git

Run

To run the project, first check that the requests library is installed, then run the python command.

To install the requests library, write the following command-line into the terminal:

$pip install requests

To run the program, write the command-line into the terminal:

$python bitcoin.py

Authors

  • BEOM © 2024

About

CS50’s Introduction to Programming with Python Bitcoin Price Index exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages