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
There are small typos in:
- PythonBuddy/static/js/cm-validator-remote.js
- README.md
Fixes:
- Should read `virtualenv` rather than `vitualenv`.
- Should read `error` rather than `eror`.
- Should read `enjoyed` rather than `enojyed`.
- Should read `curriculum` rather than `curriculumn`.
Signed-off-by: Tim Gates <[email protected]>
Signed-off-by: Tim Gates <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Online Python 3 Programming with Live Pylint Syntax Checking!
27
27
```
28
28
python --version
29
29
```
30
-
If you don't use Python Python 3.7.6, some Python libraries that PythonBuddy relies on **may not work**. Please refer to this documentation for figuring out how to create a specific version of Python via vitualenv via this StackOverflow [post](https://stackoverflow.com/a/39713544).
30
+
If you don't use Python Python 3.7.6, some Python libraries that PythonBuddy relies on **may not work**. Please refer to this documentation for figuring out how to create a specific version of Python via virtualenv via this StackOverflow [post](https://stackoverflow.com/a/39713544).
31
31
32
32
5) Pipe requirements to venv folder:
33
33
```
@@ -112,7 +112,7 @@ pytest --cov-report html --cov=PythonBuddy tests/
112
112
113
113
### FAQ:
114
114
Why did you make this? <br>
115
-
In 2014, I was a Community TA at MIT edX 6.00.1x course where I helped teach over 1000 students. The year after I started researching under Prof. Eni Mustafaraj. She had a data set from that course and we saw a high attrition rate of students within the first 2 weeks. After digging through the curriculumn and data, I realized that the students left because of difficulties setting up their Python environment and complex error messages that they couldn't solve when running their code (ex: some students had path issues).
115
+
In 2014, I was a Community TA at MIT edX 6.00.1x course where I helped teach over 1000 students. The year after I started researching under Prof. Eni Mustafaraj. She had a data set from that course and we saw a high attrition rate of students within the first 2 weeks. After digging through the curriculum and data, I realized that the students left because of difficulties setting up their Python environment and complex error messages that they couldn't solve when running their code (ex: some students had path issues).
116
116
<br>
117
117
So, I created PythonBuddy to address this issue so that students wouldn't have to go through the frustrations of setting up a Python environment and running into seemingly "random" bugs. PythonBuddy allows users to jump right into Python programming with the support of live syntax checking & highlighting. Also, professors and teachers could easily set up a server and allow students to quickly test out their code with PythonBuddy online.
118
118
@@ -148,7 +148,7 @@ This was made by Ethan Chiu as a research project under the guidance of Wellesle
148
148
As of October 2020, PythonBuddy.com will no longer be a demo server for this open-source project due to the increasing costs of hosting it for 80,000+ people monthly. Instead, this URL will redirect back to this GitHub repo.
149
149
150
150
### How can I support PythonBuddy?
151
-
If you enojyed using this open-source project, please consider donating whatever you can to these organizations that address problems I'm passionate about:
151
+
If you enjoyed using this open-source project, please consider donating whatever you can to these organizations that address problems I'm passionate about:
0 commit comments