Programming / Python

Catégories : Development, tuto
Liste de souhaits Partager
Partager le cours
Lien de la page
Partager sur les réseaux sociaux

Qu’allez-vous apprendre ?

  • The goal of this tutorial is to provide training on how to code, with code structures, variables, loops,... We will focus on programming elements useful for finance and trading. We will use the popular programming language Python. The features and instructions we will cover in this tutorial are not specific to Python, they are present in all computer languages.
  • Python is easy to read, write and maintain, while being powerful and flexible; it can be used for any type of programming: web development, PC software development, data science,... It is therefore the ideal language when you start programming. All of the Python instructions presented in this tutorial are grouped together in the following .py code file that you download and open with your editor in the code editor of your IDE.
  • https://github.com/olivierrousselle/code_tutorial/blob/main/python_code.py

Contenu du cours

Chapter 1: Integrated Development Environment (IDE)
Setup a coding environment to code in Python programming language

  • IDE Anaconda – Spyder
    00:00
  • Packages
    00:00
  • Vidéo Chapter 1
    12:56
  • Quiz Chapter 1

Chapter 2: Variables and operations
Study of simple statements in Python, such as variables, operations,...

Chapter 3: Structures of data
Data structures allow data to be stored and manipulated efficiently. They are useful for processing financial data, such as price time series or asset portfolios.

Chapter 4: Composed statements – loops, conditions and functions
Study of more complex statements in Python: loops for/while, conditions if/else, functions

Chapter 5: Charts
How to plot a chart in Python for visualisation of data

Chapter 6: Trading
Useful Python modules for trading and cryptocurrencies: technical indicators, connection to a crypto exchange, and sending of trading orders

Conclusion

Notes et avis de l’apprenant

Encore aucun avis !
Encore aucun avis !