標籤:雲端運算
還有比openstack更有名的python應用嗎?下面一些是用python進行開發,有一些在部分業務或功能上使用到了python,還有的是支援python作為擴充指令碼語言,資料大部分來自Wikepedia和Quora。
Reddit - 社交分享網站,最早用Lisp開發,在2005年轉為python
Dropbox - 檔案分享服務
豆瓣網 - 圖書、唱片、電影等文化產品的資料資料庫網站
Django - 鼓勵快速開發的Web應用程式框架
Fabric - 用於管理成百上千台Linux主機的程式庫
EVE - 網路遊戲EVE大量使用Python進行開發
Blender - 以C與Python開發的開源3D繪圖軟體
BitTorrent - bt下載軟體用戶端
Ubuntu Software Center - Ubuntu 9.10版本後內建的圖形化包管理器
YUM - 用於RPM相容的Linux系統上的包管理器
Civilization IV - 遊戲《文明4》
Battlefield 2 - 遊戲《戰地2》
Google - Google在很多項目中用python作為網路應用的後端,如Google Groups、Gmail、Google Maps等,Google App Engine支援python作為開發語言
NASA - 美國宇航局,從1994年起把python作為主要開發語言
Industrial Light & Magic - 工業光魔,喬治·盧卡斯創立的電影特效公司
Yahoo! Groups - 雅虎推出的群組交流平台
YouTube - 視頻分享網站,在某些功能上使用到python
Cinema 4D - 一套整合3D模型、動畫與繪圖的進階三維繪圖軟體,以其高速的運算和強大的渲染外掛程式著稱
Autodesk Maya - 3D建模軟體,支援python作為指令碼語言
gedit - Linux平台的文字編輯器
GIMP - Linux平台的影像處理軟體
Minecraft: Pi Edition - 遊戲《Minecraft》的樹莓派版本
MySQL Workbench - 可視化資料庫管理工具
Digg - 社交新聞分享網站
Mozilla - 為支援和領導開源的Mozilla項目而設立的一個非營利組織
Quora - 社交問答網站
Path - 私密社交應用
Pinterest - 圖片社交分享網站
SlideShare - 投影片儲存、展示、分享的網站
Yelp - 美國商戶點評網站
Slide - 社交遊戲/應用開發公司,被Google收購
關於python版本
官方維基:
https://wiki.python.org/moin/Python2orPython3
下面是摘自官方wiki的一段話,總之能用python3就用3吧
What are the differences?
Short version: Python 2.x is legacy, Python 3.x is the present and future of the language
Python 3.0 was released in 2008. The final 2.x version 2.7 release came out in mid-2010, with a statement of extended support for this end-of-life release. The 2.x branch will see no new major releases after that. 3.x is under active development and has already seen over five years of stable releases, including version 3.3 in 2012, 3.4 in 2014, and 3.5 in 2015. This means that all recent standard library improvements, for example, are only available by default in Python 3.x.
雲端運算Python自動化,一些比較有名的網站或應用