Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rapmd73/learningpython

This is a code repository series for my Learning Python videos on YouTube.
https://github.com/rapmd73/learningpython

learning learning-by-doing learning-python oanda oanda-api oanda-api-v20 oanda-rest python python3

Last synced: 14 days ago
JSON representation

This is a code repository series for my Learning Python videos on YouTube.

Awesome Lists containing this project

README

        

# LearningPython

Welcome to the code repository for my Learning Python series on YouTube.

[Learning Python Videos](https://youtube.com/playlist?list=PLG2u5NlMjgy-WUbeyjGy_ZVOza4MK_AwT)

[Brief overview of OANDA](https://youtu.be/cwDn4lr-VmA)

## Installing the OANDA library

To install the OANDA library into your VPS, just type the following at
your linur command prompt:

```bash
pip3 install -U oandapyV20
```