Skip to content

Commit 390a0d6

Browse files
committed
Portable Python is no longer developed
1 parent d09bf85 commit 390a0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ print("Hello World!")
2727

2828
The text `Hello World!` should appear in the output box.
2929

30-
There's nothing particularly wrong with online interpreters for our needs, but if you want to use Python for something more advanced you'll want an interpreter which runs directly on your computer. macOS and Linux come with one by default (just type `python3` at the terminal), and you can download the Windows interpreter from <https://python.org/download> (try Portable Python (<https://portablepython.com>) if you can't install programs on your computer).
30+
There's nothing particularly wrong with online interpreters for our needs, but if you want to use Python for something more advanced you'll want an interpreter which runs directly on your computer. macOS and Linux come with one by default (just type `python3` at the terminal), and you can download the Windows interpreter from <https://python.org/download> (try WinPython (<https://winpython.github.io/>) if you can't install programs on your computer).
3131

3232
Statements
3333
----------

0 commit comments

Comments
 (0)