-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
29 lines (19 loc) · 1.01 KB
/
index.qmd
File metadata and controls
29 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Summary {.unnumbered}
This course introduces fundamentals of programming using Python.
Learning Python basics for data analytics
## Objectives
- Learn basic programming with Python
- Write basic Python code
- Calculations using NumPy arrays (basics)
- Basic data analysis using pandas
## Organization
- Language: English/French
- Lab-based courses on Colab
- 5 courses of 1.5 hours: should attend the 5 sessions
- Self-learning: point to videos and/or tutorials (notebooks) covering topics seen in the courses, going a bit further, or introducing concepts of the following course
## Resources
[Colab](https://colab.google/notebooks/)
[The Python Tutorial](https://docs.python.org/3/tutorial/)
[Python For Beginners](https://github.com/Python-Crash-Course/Python101/tree/master?tab=readme-ov-file)
[Python, Jupyter, Numpy](https://nustat.github.io/DataScience_Intro_python/Introduction%20to%20Python%20and%20Jupyter%20Notebooks.html)
[Python course for data analysis](https://github.com/jbossios/python-tutorial/tree/master)