How do i change language in python?

Back to top

Edit this page

Toggle table of contents sidebar

On occasion people come up with an idea on how to change or improve Python as a programming language. This document is meant to explain exactly what changes have a reasonable chance of being considered and what the process is to propose changes to the language.

What Qualifies#

First and foremost, it must be understood that changes to the Python programming language are difficult to make. When the language changes, every Python programmer already in existence and all Python programmers to come will end up eventually learning about the change you want to propose. Books will need updating, code will be changed, and a new way to do things will need to be learned. Changes to the Python programming language are never taken lightly.

Because of the seriousness that language changes carry, any change must be beneficial to a large proportion of Python users. If the change only benefits a small percentage of Python developers then the change will not be made. A good way to see if your idea would work for a large portion of the Python community is to ask on python-list or python-ideas. You can also go through Python’s stdlib and find examples of code which would benefit from your proposed change [which helps communicate the usefulness of your change to others]. For further guidance, see Suggesting new features and language changes.

Your proposed change also needs to be Pythonic. While only the Steering Council can truly classify something as Pythonic, you can read the Zen of Python for guidance.

PEP Process#

Once you are certain you have a language change proposal which will appeal to the general Python community, you can begin the process of officially proposing the change. This process is the Python Enhancement Proposal [PEP] process. PEP 1 describes it in detail.

You will first need a PEP that you will present to python-ideas. You may be a little hazy on the technical details as various core developers can help with that, but do realize that if you do not present your idea to python-ideas or python-list ahead of time you may find out it is technically not possible. Expect extensive comments on the PEP, some of which will be negative.

Once your PEP has been modified to be of proper quality and to take into account comments made on python-ideas, it may proceed to python-dev. There it will be assigned a PEP dictator and another general discussion will occur. Once again, you will need to modify your PEP to incorporate the large amount of comments you will receive.

The PEP dictator decides if your PEP is accepted [typically based on whether most core developers support the PEP]. If that occurs then your proposed language change will be introduced in the next release of Python. Otherwise your PEP will be recorded as rejected along with an explanation as to why so that others do not propose the same language change in the future.

Suggesting new features and language changes#

The python-ideas mailing list is specifically intended for discussion of new features and language changes. Please don’t be disappointed if your idea isn’t met with universal approval: as the long list of Rejected and Withdrawn PEPs in the PEP Index attests, and as befits a reasonably mature programming language, getting significant changes into Python isn’t a simple task.

If the idea is reasonable, someone will suggest posting it as a feature request on the issue tracker, or, for larger changes, writing it up as a draft PEP.

Sometimes core developers will differ in opinion, or merely be collectively unconvinced. When there isn’t an obvious victor then the Status Quo Wins a Stalemate as outlined in the linked post.

For some examples on language changes that were accepted please read Justifying Python Language Changes.

0 points

over 8 years

i started the python class and i have clue what it is saying becuase its not in english. is there any way to change this?

Answer 53eaa4f4631fe98fae000282

Just change the language at the bottom of the site near from the copyright section ;]

points

about 8 years

Answer 537a70f2282ae36c2d001034

Hi, I have the same problem. That’s annoying. Can anyone hel me?

points

over 8 years

Answer 537aaf33548c357be2000522

I found that I did the parts that were in English, came back to it later, and it was in English

points

over 8 years

Answer 53bec454631fe965d100244b

Same issue how you sloved it ?

points

about 8 years

Answer 541adc5a548c3568e4002860

accidentally switched my language as well. was at the bottom of the page in a dropdown if you are having trouble finding it.

points

almost 8 years

Answer 54215ce0282ae367c0002782

the spanish version of pyton have some serious issues, i have nothing agains argentinan spanish, but feels too diferent from other spanish varieties.

points

almost 8 years

Answer 557abcd5e39efe1371000234

points

over 7 years

Can Python be written in different languages?

Python is great. And a lot of great work is being done in many other languages. While I still treat Python as a primary language, I never hesitate to move to a different language if it gets the work done. The fact is that every language has evolved in such a way that it has built its stronghold in certain areas.

How do I start Python language?

Follow the following steps to run Python on your computer..
Download Thonny IDE..
Run the installer to install Thonny on your computer..
Go to: File > New. Then save the file with . ... .
Write Python code in the file and save it. Running Python using Thonny IDE..
Then Go to Run > Run current script or simply click F5 to run it..

Is Python always in English?

But many newer languages, like Python, Ruby, and Lua, come from non-English speaking countries [the Netherlands, Japan, and Brazil] and still use English-based keywords. The initial promise of the web is, for many people, more of a threat—speak English or get left out of the network.

Chủ Đề