Python Forum
Running python from Sublime Text editor - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Running python from Sublime Text editor (/thread-19767.html)



Running python from Sublime Text editor - balley810 - Jul-13-2019

I am new to programming. I am using Python Crash Course, 2nd edition to get started. I can run a simple (Hello Python world!) program from the C:> prompt. I believe I loaded the Sublime Text editor correctly, created a storage folder for my work (python_work), too. When in the Sublime Text editor, I type in print("Hello Python world") I get nothing in return.


RE: Running python from Sublime Text editor - ebolisa - Jul-13-2019

This may be of help...https://thonny.org/


RE: Running python from Sublime Text editor - ThomasL - Jul-14-2019

Watch this tutorial how to setup Sublime Text for Python