Get Set Up to Help With Python Core Development
I was reading HynekSchlawack’s excellent articleon becoming a Python core developer and decided to find out just how hard it would be to get set up on my machine so that I could be ready to do core development myself,should I ever get the honor of being a part of the team.
Since I run on Windows the most, I’m just going to talk about how I got set up for that OS. I’ve been thinking about trying to help with core development for a while anyway, sonow’s as good a time as any. Let’s find out just how easy or hard the settingup process is!
What You’ll Need
To get up and running as a developer of Python on Windows, you’ll need a Mercurial client to download Python, update and create patches. You can use a command-line tool or you can getTortoiseHg, a shell GUI. Once you have that configured correctly, you can do a
CODE:
hg clone http://hg.python.org/cpythonOr use Tortoise to check out therepository. This will get you the latest Python 3.x version.
If you want to help with a maintenancerelease, then you’ll want to read the documentation.
The last major toolyou’ll need is a compiler and the one that’s needed for the latest Python is Microsoft Visual Studio 2010.
Fortunately, you don’t need to purchase the whole thing.
In fact, you can just get the Express version of Visual C++2010 and you’ll be good to go. Note that this tool is not light weight and ends up taking over one gigabyte of space on disc. Sad, but true.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/301743/viewspace-731345/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python:get和setPython
- lombok get/set 與 JavaBean get/setLombokJavaBean
- python set和get實現Python
- How to set up printers for GUI?GUI
- Set up the Android SDKAndroid
- set up the appropriate environmentAPP
- python的__get__、__set__、__delete__(1)Pythondelete
- C# Get SetC#
- 淺說 get set
- PHP memcached,(set,get)PHP
- 快速生成get、set方法
- 初學 PHP __set ( ) 和 __ get ( )PHP
- cassandra get set同步問題
- set up different data screen(masterial master) for different userAST
- python如何退出helpPython
- javascript get和set訪問器JavaScript
- How to get and set the system socket buffer in AIXAI
- Help Needed in compilation when TARGET_BUILD_VARIANT is set as "user".UI
- JPDA and Set up Tomcat for Remote DebuggingTomcatREM
- JavaScript get set 訪問器屬性JavaScript
- 私有屬性的Get Set 與 Public
- Swift 成員變數的get/setSwift變數
- India Karnataka Government is prepared to set up textile parks in each districtGo
- 001.03 自建 Python 庫 HelpPython
- Python socket.help Methods薦Python
- [INS-06006] Passwordless SSH connectivity not set up
- PHP 分散式memcached伺服器 set,getPHP分散式伺服器
- 分類不能自動建立 get set 方法
- Objective-C中get/set方法初探(1)Object
- Objective-C中get/set方法初探(2)Object
- asp .net core Get raw request.
- Lombok生成get/set異常問題(Lombok缺陷)Lombok
- java反射呼叫set和get方法的通用類Java反射
- 解除get/set束縛的神器,Lombok的使用Lombok
- 修改自動生成get/set方法模板程式碼
- Python 微服務開發--Python Microservices DevelopmentPython微服務ROSdev
- Oracle12c - ORA-65093: container database not set up properlyOracleAIDatabase
- Python set(集合)Python