Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rapmd73/learningpython
- Owner: rapmd73
- License: lgpl-2.1
- Created: 2022-09-05T19:25:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T18:58:13.000Z (about 2 years ago)
- Last Synced: 2024-12-06T03:25:54.804Z (18 days ago)
- Topics: learning, learning-by-doing, learning-python, oanda, oanda-api, oanda-api-v20, oanda-rest, python, python3
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```