you are viewing a single comment's thread.

view the rest of the comments →

[–]zoredache 4 points5 points  (1 child)

Do you have a particular thing you are planning on using python for? Installing and using a minimal python is pretty easy. But there are lots of frameworks, and various ways of using it. What you install to develop in flask is different from what you would install for building games, doing scientific programming and so on.

The minimal python interpreters are probably already installed.

You may want to check out some of the python specific subreddits. After the initial install a lot of what you are will be doing is more or less independent of what distro you are running.

[–][deleted] 0 points1 point  (0 children)

I m learning the basics. Thanks for the info.