-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python version? #61
Comments
I don’t have the time or desire to rewrite in Python but I will happily link to other language forks in the intro. 😊 |
for reference, you can use something like this to add python right into the existing README: <details>
<summary>See Python implementation</summary>
```python
1 + 1
```
</details> renders like: See Python implementation1 + 1 |
Who’s working on this issue |
I was thinking to create a python version of this |
Fantastic idea - a python version should probably use jupyter notebooks. |
Sounds like an idea how should I begin should I start a jupyter notebook specifically for this |
OK... I actually take that back, just porting the README.md would make more sense, you could certainly use a notebook to check the work. |
Oh okay sounds great |
Hi, I'm more than happy to knock this out. I'd probably make a file called a but it would be trivial to just to both :) @mraza007 how is your fork going? Any extra formatting notes or approaches you'd prefer, i'm happy to abide. I can send PR in a few days. |
Hey @quinn-dougherty I think its a great Idea I started a seperate repo for python but haven't really done much. I will start working on this after my finals maybe we can split up the load and work together on this |
I ended up finding more time today than i anticipated and it's all done Sorry Mraza007. I stopped short of adding a matrix multiplication section, but I hope I covered everything that was expected 😸 |
Thanks @quinn-dougherty! Merged in. Also open to any more PRs to fix the Python version or link to it from the main. |
I really love this project, and think it could be a fantastic way for math and physics students in particular to become familiar with a programming language.
Any prospect for a Python language version?
The text was updated successfully, but these errors were encountered: