You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,14 @@
2
2
Developing intro exercises to help beginner Python programmers.
3
3
4
4
These exercises were originally authored by [Milad Toutounchian](https://www.linkedin.com/in/milad-amir-toutounchian-84508128/), Assistant Teaching Professor at Drexel University.
5
+
6
+
## How to Use this Repo:
7
+
8
+
**Start Here** to see our welcome document! This will get your feet wet in what Python has to offer.
9
+
10
+
## Chapter 0: Python Skills Needed For Data Science
11
+
In this section we discuss a variety of utilities in Python for solving problems, especially those involving array manipulations (which you *might* just happen to across in the field of data science :).
12
+
13
+
1. Chapter Activites:
14
+
a. [Part 1](https://github.com/UPstartDeveloper/Python-Literacy-Project/blob/main/chapter0-exercises/chapter_0_part1.ipynb)
15
+
b. [Part 2](https://github.com/UPstartDeveloper/Python-Literacy-Project/blob/main/chapter0-exercises/chapter_0_part2.ipynb)
0 commit comments