Skip to content

Commit 737f505

Browse files
committed
first commit
0 parents  commit 737f505

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DS_Store

LICENSE.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# License
2+
3+
This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/) (CC BY-NC-SA 4.0). This is a human-readable summary of (and not a substitute for) the [license](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode). Official translations of this license are available in [other languages](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode#languages).
4+
5+
You are free to:
6+
* **Share** — copy and redistribute the material in any medium or format
7+
* **Adapt** — remix, transform, and build upon the material
8+
9+
Under the following terms:
10+
* **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
11+
* **NonCommercial** — You may not use the material for commercial purposes.
12+
* **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
13+
14+
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
15+
16+
**No additional restrictions** — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Introduction to Python
2+
These are the notes I took following CS50's Introduction to Programming with Python.
3+
4+
## Resources
5+
* [YouTube Playlist of CS50P](https://www.youtube.com/playlist?list=PLhQjrBD2T3817j24-GogXmWqO5Q5vYy0V)
6+
* [Course site](https://cs50.harvard.edu/python/2022/)
7+
* [Course material](https://cdn.cs50.net/python/2022/x/)
8+
* [License](./LICENSE.md)

0 commit comments

Comments
 (0)