HOME > Development > Learn Python MySql Opencv from scratch develop crypto alert

Learn Python MySql Opencv from scratch develop crypto alert

  • Development
  • Dec 23, 2024
SynopsisLearn Python MySql Opencv from scratch &develop crypto al...
Learn Python MySql Opencv from scratch develop crypto alert  No.1

Learn Python MySql Opencv from scratch &develop crypto alert, available at $19.99, has an average rating of 5, with 69 lectures, based on 2 reviews, and has 24 subscribers.

You will learn about Selenium Web testing learners Beginner and advanced Python learners People that want to automate boring tasks on web applications People that want to dive into web scraping People that want to create the own trading strategy without paying thousands of dollars fees to trading – crypto platforms Improve the own crypto – stock investment strategy by studying old data trends Make automatically the login in a crypto platform and invest immediately for the crypto without make the login by hands People that want to learn how image recognition works People that want to create professional trading crypto alerts People that want to create professional items pricing alerts People that want to create professional stock alerts Create and mantain a mySql Db Create , edit and mantain a remote Postgres Db, check when you overload the max allowed capacity and cancel eventually some rows Override the check of the image check puzzle window by moving the slider, with the package opencv2 Override an email verification check window by checking the content of your email inbox and look for the current verification code Deploy a python application to a remote server through GitHub This course is ideal for individuals who are Beginner Python developers that want to discover the power of this language ! or People that want to understand images recognition mechanism or People that wish to apply for a web testing position or People that want to understand how mysql and postgres databases work or Professional traders that want to understand the trend of crypto,stocks market in real time or Professional traders that want to trade with lowest fees in the market or Professional traders that want to develop easily an app trading automatically after the decision tree is met It is particularly useful for Beginner Python developers that want to discover the power of this language ! or People that want to understand images recognition mechanism or People that wish to apply for a web testing position or People that want to understand how mysql and postgres databases work or Professional traders that want to understand the trend of crypto,stocks market in real time or Professional traders that want to trade with lowest fees in the market or Professional traders that want to develop easily an app trading automatically after the decision tree is met.

Enroll now: Learn Python MySql Opencv from scratch &develop crypto alert

Summary

Title: Learn Python MySql Opencv from scratch &develop crypto alert

Price: $19.99

Average Rating: 5

Number of Lectures: 69

Number of Published Lectures: 69

Number of Curriculum Items: 69

Number of Published Curriculum Objects: 69

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • Selenium Web testing learners
  • Beginner and advanced Python learners
  • People that want to automate boring tasks on web applications
  • People that want to dive into web scraping
  • People that want to create the own trading strategy without paying thousands of dollars fees to trading – crypto platforms
  • Improve the own crypto – stock investment strategy by studying old data trends
  • Make automatically the login in a crypto platform and invest immediately for the crypto without make the login by hands
  • People that want to learn how image recognition works
  • People that want to create professional trading crypto alerts
  • People that want to create professional items pricing alerts
  • People that want to create professional stock alerts
  • Create and mantain a mySql Db
  • Create , edit and mantain a remote Postgres Db, check when you overload the max allowed capacity and cancel eventually some rows
  • Override the check of the image check puzzle window by moving the slider, with the package opencv2
  • Override an email verification check window by checking the content of your email inbox and look for the current verification code
  • Deploy a python application to a remote server through GitHub
  • Who Should Attend

  • Beginner Python developers that want to discover the power of this language !
  • People that want to understand images recognition mechanism
  • People that wish to apply for a web testing position
  • People that want to understand how mysql and postgres databases work
  • Professional traders that want to understand the trend of crypto,stocks market in real time
  • Professional traders that want to trade with lowest fees in the market
  • Professional traders that want to develop easily an app trading automatically after the decision tree is met
  • Target Audiences

  • Beginner Python developers that want to discover the power of this language !
  • People that want to understand images recognition mechanism
  • People that wish to apply for a web testing position
  • People that want to understand how mysql and postgres databases work
  • Professional traders that want to understand the trend of crypto,stocks market in real time
  • Professional traders that want to trade with lowest fees in the market
  • Professional traders that want to develop easily an app trading automatically after the decision tree is met
  • Basic Python Language features explained from the beginning:

  • Installation of visual studio code editor and of the python relevant packages

  • Basic Types in Python

  • Python Lists

  • Python dictionaries

  • Python tuples

  • Python sets

  • Python – if else conditional statement

  • Python while loops

  • Python for loops

  • Python Functions

  • Python lambda functions

  • OOP Concepts – Classes and objects explained with real life examples:

  • OOP concepts

  • Python classes definition and object instantation

  • Python Inheritance

  •        

  • Selenium WebDriver framework explained in detail:

  • Fill the input fields out

  • ActionChains to move a slider

  • More Web element detections strategies for a better web scraping strategy

  • Explicit WebWait strategy to wait for the Web elements without losing performances

  • MySQl – Postgres db interaction:

  • all queries needed for the project explained in detail

  • cancellation of the oldest rows in case the remote db is full

  • OpenCV2 for detailed image pixel analysis:

  • Filter out the relevant pixels of a given image

  • Detect the edges and the x-y coordinates of the edges 

  • Detect the distance between two edges to shift a slider of the correct amount

  • Numpy arrays management

  • Python App development on Heroku Remote Host Provider:

  • Installation of the relevant packages to make the Linux remote host running properly

  • Deployment of the Python App directly from GitHub environment

  • Take a screenshot on the remote host machine to analyze in real time the flow of the applications , save that screenshot to a cloud provider

  • Build a Real crypto alert python application to scrape crypto – stocks market:

  • Get in real time the all crypto – value pairs

  • Store those values in a database (MySQl,Postgres)

  • Pull all the values in the past

  • Decide , for each crypto wheter it’s the moment to invest or not according to a complete customable strategy

  • Send the crypto alert notification on a Telegram Account

  • Trade automatically a crypto without human intervention:

  • login to Pionex

  • by ovverriding the puzzle shifting authorization check window

  • by overriding the email verification code window (Google Restful APIs)

  • click the crypto for which the algorithm decides to invest

  • invest money on that crypto with 0.05% fees !

  • Typical recruiters questions to apply to python and web testing positions

  • Final developing challenge for you

  • Entire source code is provided

  • Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction

    Chapter 2: introduction to the python language – installation of the relevant packages

    Lecture 1: Installation of the relevant packages

    Lecture 2: Basic Types in Python

    Lecture 3: Python Lists – features explanation – append() method

    Lecture 4: Python dictionaries

    Lecture 5: Python Tuples

    Lecture 6: Python Sets

    Lecture 7: Pyhon if else condition – importance of indentation

    Lecture 8: Python – While loops – usage of the break keyword

    Lecture 9: Python – For loops

    Lecture 10: Python – resume of Python loops

    Lecture 11: Python – Functions

    Lecture 12: Python – lambda functions

    Chapter 3: Classes and objects concepts

    Lecture 1: OOP concepts

    Lecture 2: Python – class definition object istantation

    Lecture 3: Python – scope of the variables

    Lecture 4: Python – instantiate an object outside of the module

    Lecture 5: Python – inheritance

    Chapter 4: Python – Selenium Crypto alert project developing – Local Host

    Lecture 1: Explaining of the Crypto Alert project

    Lecture 2: Selenium – open up a firefox window – firefox driver instantation

    Lecture 3: Selenium – pick web elements by classname – pick crypto values pairs

    Lecture 4: Selenium – pick the web elements from the complete x path

    Lecture 5: Selenium -get the text from the divs – Python – exceptions and pass keyword

    Lecture 6: Selenium – print all the cryptos – value in real time

    Lecture 7: Selenium – print crypto – value pairs – updating them @ scrolling of the page

    Lecture 8: Selenium – grasp all cryptos values by scrolling down at steps the page

    Lecture 9: Selenium – grasp all the crypto elements together by modifying the DIV height

    Lecture 10: MySql database introduction

    Lecture 11: MySql – how to make a MySql query – Python – how to interact with MySql database

    Lecture 12: Selenium-MySql -INSERT statement create and fill crypto-value tables in MySql db

    Lecture 13: Crypto Project – insert the crypto values in the tables from the main program

    Lecture 14: Crypto Project MySql – Pull the crypto values from MySql db

    Lecture 15: Crypto Project – take the decision to invest a certain crypto

    Lecture 16: Crypto Porject – integrate the invest decision to the main program

    Lecture 17: Crypto project – create crypto alert on personal telegram account

    Lecture 18: Crypto project – illustration of the steps to make the automatic login on Pionex

    Lecture 19: Crypto project – automatic crypto decision – login – invest process on Pionex

    Lecture 20: Python – Open CV2 – filter out the relevant pixels of the authentication image

    Lecture 21: Python – Open CV2 – filter out the dark grey right edge of the auth image

    Lecture 22: Python – Open CV2 – detect the relevant edges of an image and display them

    Lecture 23: Python Open CV2 – detect the x coordinate to shift the slider to fit the puzzle

    Lecture 24: Selenium – type input and password of the pionex account and wait for the slider

    Lecture 25: Selenium – Action Chains – click, hold, move and release the slider in position

    Lecture 26: Selenium – Action Chains – move the slider in an human way

    Lecture 27: Crypto Alert Project – reattempt procedure – a correction of the slider amount

    Lecture 28: Crypto Alert Project -entire login and investment process explained

    Lecture 29: Crypto Alert Project – slider correction for difficult auth images to decode

    Lecture 30: Crypto Project – entire pipeflow crypto monitoring – decision – investing phase

    Lecture 31: Crypto Alert – integrate the login pionex decision inside the main application

    Chapter 5: Python – Selenium Crypto alert project developing – Remote Host

    Lecture 1: GitHub- set up the github environment

    Lecture 2: Heroku – set up of the remote server environment

    Lecture 3: Heroku – Install the relevant build packages to the remote Linux machine

    Lecture 4: Crypto Alert Porject – changes to the project to let it run on the remote server

    Lecture 5: Crypto Alert Project – run constantly the app in Heroku remote machine

    Lecture 6: Crypto Alert Project – save Heroku remote screenshot -upload to a remote cloud

    Lecture 7: Crypto Alert Project – reach the puzzle target position in the remote server

    Lecture 8: Google API Restful – pick the email verification code from the personal gmail

    Lecture 9: Crypto Alert Project – integrate the email verification code into the main

    Lecture 10: Crypto Alert Project login procedure in the remote host – current pipeflow

    Lecture 11: Heroku – showing of automatic login when the verification mail code is requested

    Lecture 12: Crypto Alert – implementation of the re attempt login phase in remote host

    Lecture 13: Crypto Alert – situation in which the first login does not succeed remote server

    Lecture 14: Selenium Web Driver – Improve selenium code to locate web elements over the time

    Chapter 6: Source code link – relevant resources to write python code

    Lecture 1: Relevant Web resources

    Lecture 2: Link to Crypto Alert Porject – Github Folder

    Chapter 7: Typical Python – Selenium interview questions from recruiters

    Lecture 1: General High level Python Questions from recruiters

    Lecture 2: Typical basic selenium questions from recruiters

    Lecture 3: Selenium – Differences among Key driven, Data Driven and Hybrid Frameworks

    Chapter 8: Final challenge for you – greetings

    Lecture 1: Challenge for you – resume of the course

    Instructors

  • Learn Python MySql Opencv from scratch develop crypto alert  No.2
    G_ M_School
    Senior testing Engineer
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 0 votes
  • 3 stars: 0 votes
  • 4 stars: 0 votes
  • 5 stars: 2 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!