RustPython / rustpython.github.io

https://rustpython.github.io
MIT License
10 stars 16 forks source link

New post on using RustPython with PyCharm and Visual Studio Code #55

Closed mireille-raad closed 2 years ago

mireille-raad commented 2 years ago

A simple introductory/beginner post for setting up RustPython as an interpreter with PyCharm and Visual Studio Code.

There were some small errors like virtual env was not created by PyCharm by default and you had to create a link for the system interpreter to work. I figured it would be nice to have a small blog post about it.

Let me know if this is a good idea for some content or if it is too beginner level / unrelated.