Python Training
Python
Learning to code with Python is a highly sought after skill in many professions
French / English
Certificate
Overview
In this course you will discover all the basics of Python, a simple and easy to learn language that is used in robotics, big data and the web more generally.
Prerequisite
Have basic knowledge of programming and algorithms
Goals
Using the basic vocabulary of Python
Using the basic vocabulary of Python
Laying the foundations of a Python program
Manipulating objects in Python
Training Program
GET TO KNOW PYTHON
- Why learn Python?
- Install Python!
- Learn the Python vocabulary
- Install Python!
- Learn the Python vocabulary
LAY THE FOUNDATION FOR YOUR PROGRAM
- Create your first script
- Compare values with operators
- Add some logic with conditions
- Structure your program using functions
- Repeat an action with loops
- Compare values with operators
- Add some logic with conditions
- Structure your program using functions
- Repeat an action with loops
MANIPULATE OBJECTS
- Modify strings
- Modify numbers
- Arrange data in lists
- Organize your data in a dictionary
- Modify numbers
- Arrange data in lists
- Organize your data in a dictionary
USE EXTERNAL RESOURCES
- Install your first module
- Store citations in a file with the json module
- Collect citations automatically with Scrapy
- Collect citations automatically with Scrapy
Project
01.
Final project to be completed :
Design and implement a calculator with python using functions and data structures with as many operators as possible.