Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

run python in command line windows 10 code example

Example 1: command to edit in terminal linux

type nano followed by the file name

Example 2: run python program from command line

# press [windows] + [R] (on windows only)
# use the command : cd/the_way_of_your_program
# and now use this command :

py the_name_of_your_program.py 

# don't forget to write the extension (py for python) 
# at the end of your program name

Tags:

Shell Example

Related

css grid gap from start code example between query in mysql code example ffmpeg copy video file code example set timer android studio code example http 80 port explained code example update laravel pivot table code example check if str in string python code example using bufferedreader in java to read input code example mac check ip address terminal code example w3schools html headings code example matriul ui npm code example create database connection in php pdo code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy