Computer Science, asked by uyogi32, 11 months ago

requiredments for python​

Answers

Answered by Anonymous
1

Answer:

I shall suggest you to download on your computer:

i) Python 3.7(any version you like)

ii) Pycharm Community Edition(or you can also download nay other text editor you like)

And in yourself huge amounts of eagerness, interest and at last but not least the hard work to practice programs.

Explanation:

Answered by Anshu33845
0

Answer:

Requirements for python programming language are as follows as:

=> For Linux Operating system

You need to update and upgrade the Linux OS packages using these commands are:

$ pkg update

$ pkg upgrade

Then, you need to install the particular programming language.

$ pkg install python

Then, you need to install editor for writing code in Linux OS using these commands are:

1). VIM EDITOR

$ pkg install vim (installing command)

$ vim (starting command)

2). NANO EDITOR

$ pkg install nano (installing command)

$ nano (starting command)

Then, you have to write some code in it and save it as file.py extension.

Similar questions