Skip to content

Commit 8def075

Browse files
restructure project to work better
1 parent 3a5ce91 commit 8def075

11 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ You can find a live demo on [mybinder](https://mybinder.org/v2/gh/ProbablyComput
1212
If you're reading this on mybinder or the github pages, click on the folder icon to the left to peruse the notebooks. Please follow them in order, because then it makes more sense.
1313
If you're reading this on the github pages site, try using pyodide as the default kernel because the js ones are kind of funky (at least they dont work all the time for me on firefox.)
1414
# Table of Contents
15-
- [Intro To Python](content/Intro_To_Python.ipynb)
16-
- [Loops And Logic](content/Loops_And_Logic.ipynb)
17-
- [Arrays and Data Structures](content/Data_Structures.ipynb)
18-
- [Functions and Classes](content/Functions_and_Classes.ipynb)
19-
- [File I/O and Libraries](content/File_Handling_and_Packages.ipynb)
15+
- [Intro To Python](Intro_To_Python.ipynb)
16+
- [Loops And Logic](Loops_And_Logic.ipynb)
17+
- [Arrays and Data Structures](Data_Structures.ipynb)
18+
- [Functions and Classes](Functions_and_Classes.ipynb)
19+
- [File I/O and Libraries](File_Handling_and_Packages.ipynb)
2020

21-
Solutions to exercises are located in [solutions.ipynb](content/solutions.ipynb)
21+
Solutions to exercises are located in [solutions.ipynb](solutions.ipynb)
2222

2323
## about the project!
2424
so this project is as mentioned above, a series of python notebooks designed to teach someone with little to no programming experience the basics of programming in Python.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)