How to Run Python Code on Linux

Опубликовано: 20 Июль 2014
на канале: Techy Help
1,995
like

Can you tell me how to run Python code on Linux?

Python is already installed on most Linux distributions, at least via the command line.

Where would I find that?

Go to applications, accessories, terminal and type the word python in the command line.

I have no idea where to go after that.

If you do not know much about the text commands, you might want to install an IDE.

What is an IDE?

IDE stands for integrated development environment.

That is like a sandbox or test system for the Python program.

It can also package the Python code with all necessary files in a Python egg. Someone could then import the Python egg and have an entire project on their system.

It hatches into a full fledged project.

Actually, Python is named for Monty Python and the Flying Circus, a British comedy. The term egg comes from their endless spam and eggs jokes.

Are you kidding?

No joke. Python is named for Monty Python.

How else can you run Python on Linux?

The IDLE IDE is pre-installed on a lot of Ubuntu Linux distributions.

I think I need to know how to run the Ubuntu file on Linux.

Go to the terminal, type in Python followed by the Python path name.

What if that does not work?

Check that you have the right to execute the file using the chmod +x filename followed by the .py file type.

Let's say I have the permissions.

You should be able to execute it, and if you can't, add a shebang.

Bang what on the keyboard?

Type the path to the file followed by the file name. That should execute it.

Any other clues?

Go to Google, type in "Python for dummies" and check out the first few books that come up. I think you need to read them to get a clue.


На этой странице сайта вы можете посмотреть видео онлайн How to Run Python Code on Linux длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Techy Help 20 Июль 2014, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 1,995 раз и оно понравилось like зрителям. Приятного просмотра!