HOME > Development > Python Cryptocurrency Trading- Build 8 Python Apps (2020)

Python Cryptocurrency Trading- Build 8 Python Apps (2020)

  • Development
  • May 01, 2025
SynopsisPython & Cryptocurrency Trading: Build 8 Python Apps (202...
Python Cryptocurrency Trading- Build 8 Apps (2020)  No.1

Python & Cryptocurrency Trading: Build 8 Python Apps (2020), available at $34.99, has an average rating of 4.15, with 55 lectures, based on 79 reviews, and has 2610 subscribers.

You will learn about Master CoinMarketCap and Binance APIs Become a Python programmer able to independently develop applications in Python 3. Build your own Cryptocurrency, Bitcoin Trading Bot with Python How to create an real time data analyzer How to Create a Batch File to Run Python Script How to Run Python Scripts in background How to parse JSON text and format data This course is ideal for individuals who are This course if for you if you want to learn how to program in Python or This course is for you if you want to learn Python by doing or Beginner python developer curious about cryptocurrency data analysis and algorithmic trading or Anyone interested in getting real-time data from APIs It is particularly useful for This course if for you if you want to learn how to program in Python or This course is for you if you want to learn Python by doing or Beginner python developer curious about cryptocurrency data analysis and algorithmic trading or Anyone interested in getting real-time data from APIs.

Enroll now: Python & Cryptocurrency Trading: Build 8 Python Apps (2020)

Summary

Title: Python & Cryptocurrency Trading: Build 8 Python Apps (2020)

Price: $34.99

Average Rating: 4.15

Number of Lectures: 55

Number of Published Lectures: 55

Number of Curriculum Items: 55

Number of Published Curriculum Objects: 55

Original Price: $199.99

Quality Status: approved

Status: Live

What You Will Learn

  • Master CoinMarketCap and Binance APIs
  • Become a Python programmer able to independently develop applications in Python 3.
  • Build your own Cryptocurrency, Bitcoin Trading Bot with Python
  • How to create an real time data analyzer
  • How to Create a Batch File to Run Python Script
  • How to Run Python Scripts in background
  • How to parse JSON text and format data
  • Who Should Attend

  • This course if for you if you want to learn how to program in Python
  • This course is for you if you want to learn Python by doing
  • Beginner python developer curious about cryptocurrency data analysis and algorithmic trading
  • Anyone interested in getting real-time data from APIs
  • Target Audiences

  • This course if for you if you want to learn how to program in Python
  • This course is for you if you want to learn Python by doing
  • Beginner python developer curious about cryptocurrency data analysis and algorithmic trading
  • Anyone interested in getting real-time data from APIs
  • If you are interested in cryptocurrency and you want to learn python, this course is perfect? for you. Take your Python skills to the next level by creating 8 cryptocurrency applications.

    Source code for all applications is included in course documentation.

    Project 1:? CoinMarketCap ‘Clone’

    This application will get all the data from CoinMarketCap and display the result in a PrettyTable.

    Project 2: Cryptocurrency Top 100 Ranker

    Allows you to filter all the cryptocurrencies available on CoinMarketCap and it will display the top 100.

    Project 3: Write Data to Excel File

    Store cryptocurrency information inside of?excel workbooks using Python.?

    Project 4: Portfolio Calculator

    This program will help you keep track on you cryptocurrency profit. It calculates profit for each cryptocurrency, profit for total portfolio and others.

    Project 5: Cryptocurrency Price Alert

    You can set a price above and a price below and the computer will speak to you for exemple: “Bitcoin price is 8000” or? “Bitcoin price dropped 6000”, also you can run this program in the background.

    Project 6: Cryptocurrency Data Analyzer

    Create your own cryptoccurency ranking algorithm. You can rank cryptoccurency based on your preferences and view the results in a sorted order. For exemple you can take into consideration the change in the last 2 min, last day, week, month and even year. Or based on volume, number of orders, moving averages and many other parameters. There are dozens of APIs with real time cryptoccurency data available on CoinMarketCap? and Binance.

    For Projects 7, 8 You Will Need to Have an Binance Account and Python 2.

    Project 7: Pump & Dump Trading Bot

    We are going to build step by step an simple Pump & Dump Trading Bot for Binance exchange. Do not use it with real money, only for educational purposes.

    Project 8: Binance HotKeys Program

    Trade cryptocurrencies at the press of a button.

    This program is available in the documentation of this course and it has about 300 rows of code that’s why we are not going to write it and I am only going to explain you how it works . Do not use it with real money, only for educational purposes.

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Welcome

    Lecture 2: CoinMarketCap APIs

    Lecture 3: Binace APIs

    Chapter 2: Coding environment

    Lecture 1: Installing Python and PyCharm

    Lecture 2: PyCharm Introduction

    Chapter 3: CoinMarketCap API UPDATE

    Lecture 1: CoinMarketCap API Update

    Chapter 4: Project 1: CoinMarketCap Clone

    Lecture 1: CoinMarketCap Clone Introduction

    Lecture 2: Connect to CoinMarketCap Listings API

    Lecture 3: Create PrettyTable

    Lecture 4: Insert 1000+ Cryptoccurencies Data into PrettyTable

    Chapter 5: Project 2: Cryptoccurency Top 100 Ranker

    Lecture 1: Cryptocurrency Top 100 Ranker Introduction

    Lecture 2: Troubleshooting

    Lecture 3: Sorting Cryptoccurency Data

    Lecture 4: Create User Menu

    Lecture 5: Create Bath File

    Chapter 6: Project 3: Write 1000+ Cryptocurrencies Data to Excel

    Lecture 1: Write Data to Excel Introduction

    Lecture 2: Write Data to Excel Implementation

    Chapter 7: Project 4: Portfolio Calculator

    Lecture 1: Portfolio Calculator Introduction

    Lecture 2: Read Data from file Using Open Command

    Lecture 3: Retrieve Data from CoinMarketCap APIs

    Lecture 4: Color The Console Text and Create PrettyTable

    Lecture 5: Improving Application

    Chapter 8: Project 5: Price Alert

    Lecture 1: Price Alert Introduction

    Lecture 2: Read Data from File using Pandas

    Lecture 3: Sort Data from File

    Lecture 4: Retrieve Data from CoinMarketCap API

    Lecture 5: Create Function for Print Alerts

    Lecture 6: Make The Computer Speak Alert Message

    Lecture 7: Create a VBS File and Run Program in the Background

    Chapter 9: Project 6: Data Analyzer Simple

    Lecture 1: Data Analyzer Simple Introduction

    Lecture 2: Retrieve Data from Binance Prices APIs

    Lecture 3: Retrieve Data from Binance Candlesticks API

    Lecture 4: Declare Function for Prices

    Lecture 5: Calculate Score for Cryptocurrencies

    Lecture 6: Print and Sort Results

    Lecture 7: Troubleshooting

    Lecture 8: Adding More Parameters

    Lecture 9: Toggle Sort List of Parameters

    Lecture 10: Creating a bat File for Data Analyzer Program

    Chapter 10: Instructions

    Lecture 1: How to run programs included in SorceCode.zip

    Chapter 11: Project 7: Pump & Dump Trading Bot

    Lecture 1: Pump & Dump Introduction

    Lecture 2: Pump & Dump – Place buy order

    Lecture 3: Pump & Dump – Check order status

    Lecture 4: Pump & Dump – Place sell order

    Chapter 12: Project 8: Binance HotKeys Program

    Lecture 1: Binance HotKeys Introduction

    Lecture 2: Binance HotKeys Explained

    Chapter 13: Bonus: Cryptocurrency Data Analyzer Advanced

    Lecture 1: Advenced Data Analyzer Introduction

    Lecture 2: Data Analyzer Troubleshooting

    Lecture 3: Advanced Data Analyzer Explained

    Chapter 14: Bonus: Binance Price Alert

    Lecture 1: Binance Price Alert Introduction

    Lecture 2: Retreaving API Data

    Lecture 3: Create List of Prices

    Lecture 4: Insert Data into PrettyTable

    Lecture 5: Sound Notification

    Lecture 6: Create a Batch File to Run Python Script

    Instructors

  • Python Cryptocurrency Trading- Build 8 Apps (2020)  No.2
    Bordeianu Adrian
    Developper
  • Rating Distribution

  • 1 stars: 10 votes
  • 2 stars: 6 votes
  • 3 stars: 13 votes
  • 4 stars: 19 votes
  • 5 stars: 31 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!