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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ Link to our [wiki's Home page](../../wiki/Home)
31
31
-[VS Code](https://code.visualstudio.com/Download): Requires the manual installation of the [most recent version of Python 3](https://www.python.org/downloads/). Please refer to [Python in VS Code](https://code.visualstudio.com/docs/languages/python) for more detailed instructions. We recommend the Code Runner extension (present on the website listed above).
32
32
-[Vim](https://www.vim.org/): [Vim8](https://vim8.org/) or [NeoVim](https://neovim.io/) prefered. Only use if you are familiar with Vim. Recommended extensions: coc, coc-python (node.js required for both).
33
33
34
+
If you don't want to install Python and/or an IDE you can also use websites that interpret Python code, such as [online-python.com](https://www.online-python.com/).
35
+
34
36
## Other Resources
35
37
36
38
- Python Standard Library (Latest 3.x version released)
0 commit comments