Skip to content

Commit 3bdddae

Browse files
Merge branch 'main' of github.com:UPstartDeveloper/Python-Literacy-Project
2 parents ca4bc15 + 0e418e1 commit 3bdddae

File tree

3 files changed

+817
-2
lines changed

3 files changed

+817
-2
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Zain Raza
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
# Python Literacy Project
2-
Developing intro exercises to help beginner Python programmers.
1+
# Python for Data Science and Machine Learning
2+
This repo houses tons of intro exercises for beginner Python programmers.
33

44
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](https://github.com/UPstartDeveloper/Python-Literacy-Project/blob/main/welcome/Hello_Python_TLDR.md) 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+
1. [Part 1](https://github.com/UPstartDeveloper/Python-Literacy-Project/blob/main/chapter0-exercises/chapter_0_part1.ipynb)
15+
2. [Part 2](https://github.com/UPstartDeveloper/Python-Literacy-Project/blob/main/chapter0-exercises/chapter_0_part2.ipynb)
16+
17+
## Chapter 1: Exploratory Data Analysis
18+
Currently TBD. If you have ideas for what we could do in this chapter, please join the discussion in [the GitHub issue](https://github.com/UPstartDeveloper/Python-Literacy-Project/issues/5)!
19+
20+
## Chapter 2: Applied Machine Learning
21+
Currently TBD. If you have ideas for what we could do in this chapter, please join the discussion in [the GitHub issue](https://github.com/UPstartDeveloper/Python-Literacy-Project/issues/6)!
22+
23+
## Chapter 3: Applied Deep Learning
24+
Currently TBD. If you have ideas for what we could do in this chapter, please join the discussion in [the GitHub issue](https://github.com/UPstartDeveloper/Python-Literacy-Project/issues/7)!

0 commit comments

Comments
 (0)