filmov
tv
How to Run Python Easily with Sublime Text | Tutorial 2023
Показать описание
🖥️How to setup Python in Sublime Text Editor🖥️
Sublime Text
Sublime Text is a popular and powerful text editor designed for code editing. It provides a minimalistic and intuitive interface, emphasizing speed and efficiency. Sublime Text is widely used by programmers, web developers, and other professionals who work with code and text-based files.
------------------------------------
💡Sublime Text has a built-in feature called "Build System: Python".
STEPS
- Create a New Build System
- Go to ' Tools - Build System - New Build System
- Paste this
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
}
- Save this with .sublime-build extension
- Create a python file (.py extension) and then select the created build system
- Ctrl + B to run the code
-------------------------------------------
S A M P L E C OD E
--------------------------------------------
platform = 'Youtube'
print(platform)
-------------------------------------------
Sublime Text
Sublime Text is a popular and powerful text editor designed for code editing. It provides a minimalistic and intuitive interface, emphasizing speed and efficiency. Sublime Text is widely used by programmers, web developers, and other professionals who work with code and text-based files.
------------------------------------
💡Sublime Text has a built-in feature called "Build System: Python".
STEPS
- Create a New Build System
- Go to ' Tools - Build System - New Build System
- Paste this
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
}
- Save this with .sublime-build extension
- Create a python file (.py extension) and then select the created build system
- Ctrl + B to run the code
-------------------------------------------
S A M P L E C OD E
--------------------------------------------
platform = 'Youtube'
print(platform)
-------------------------------------------
How to Run a Python ( .py ) File in Windows laptop / computer
Learn Python in Less than 10 Minutes for Beginners (Fast & Easy)
Python for Beginners - Learn Python in 1 Hour
How to Run Python Programs ( .py files ) on Windows 11 ( All Options )
How to Run First Python Program using IDLE
👩💻 Python for Beginners Tutorial
How to Run Python Programs ( .py files ) in Windows 10
Python Exercises for Beginners - Exercise #1
Lonboard: Fast, Interactive Geospatial Visualization in Jupyter & JavaScript - Kyle Barron - nyh...
you need to learn Python RIGHT NOW!! // EP 1
How to run Python in Visual Studio Code
How to install Python 3.10.0 on Windows 10
Run Python Scripts Daily Online in Just 5 Minutes: Easy Guide
Make Python 1000x Faster With One Line 🐍 ⏩ (Numba Tutorial)
Python As Fast as Possible - Learn Python in ~75 Minutes
Learn Python - Full Course for Beginners [Tutorial]
How to Install Python on Mac OS and How to Run Python code
How To Execute A Python Script From Excel Using VBA | Step-by-Step Tutorial [EASY]
Python calculator program 🧮
Python Tutorial - Python Full Course for Beginners
Python 101: Learn the 5 Must-Know Concepts
How to Run Python in Visual Studio Code on Windows 10 [2022] | Run Sample Python Program
How to set up Python on Visual Studio Code
How to Run Python Code on a Mac
Комментарии