• Python論壇系統 LBForum 經驗

    運行\scripts\create_lbforum_env.py初始化lbforum的python虛擬環境。該腳本會自動創建一個 python的虛擬環境并使用easy_install安裝對應的依賴包,同時將一些依賴包解壓到對應的目錄中。

    fmms 2012-01-30   44566   0

    Python論壇軟件 PyBB 經驗

    PyBB 是使用 Python 語言開發的論壇軟件,基于 django 框架。 Django 項目是一個定制框架,它源自一個在線新聞 Web 站點,于 2005 年以開源的形式被釋放出來。Django

    fmms 2012-01-30   28447   0

    Python Web框架 karrigell 經驗

    karrigell,一個支持用python開發web程序的框架,說的再明白一些,就是一個可以解釋python腳本的web服務器.如果你用 python寫了一個網頁,直接點擊瀏覽肯定出錯,因為雖然你的機器上裝了python運行環境

    openkk 2012-02-14   16654   0

    Python的Web框架 Grok 經驗

    Grok 是一個為 Python 開發者提供的Web應用開發框架,Grok 的重點是敏捷開發,是一個易用而且功能強大的開發框架,基于 Zope 3 技術。 項目主頁: http://www

    openkk 2012-03-03   24007   0

    Python的ORM 框架 Thing 經驗

    核心開發的一款 Rails ActiveRecord 風格 ORM。 SQLAlchemy 是 Python 界著名 ORM 框架,地位與 Java 界 Hibernate 類似。而 Thing 不是對

    fmms 2012-02-09   41887   0

    使用eclipse開發python 經驗

    Python開發有很多工具,其中Eclipse+Pydev 是最常見的一種。本文簡單介紹Windows下Eclipse+PyDev 安裝和配置。 Eclipse 是一種基于 Java 的可擴展開源

    jopen 2014-02-16   57782   0

    科學計算包:Anaconda Python 經驗

    Anaconda PythonPython 科學技術包的合集,功能和 Python(x,y) 類似。它是新起之秀,已更新多次了,目前的版本是1.9.1。包管理使用 conda,GUI基于 PyS

    jopen 2014-03-10   84963   0

    Python開源論壇:Misago 經驗

    Misago是用Python和Django開發的論壇項目。 此論壇具有以下特點: 1. 專注于論壇成員之間的交流。而非建立一個CMS。 2.優秀的管理和長期維護。 3.無法被其他Django項目集成。但是提供一定的接口。

    jopen 2013-03-15   60873   0

    Python的ADB交互接口 PyADB 經驗

    PyADB?是一個簡單的 Python?模塊,用來跟?ADB (Android Debug Bridge)?進行交互。 示例代碼: from pyadb.adb import ADB (...) myadb

    jopen 2012-06-28   93960   0

    Python標準庫--inspect 經驗

    這個模塊是針對模塊,類,方法,功能等對象提供些有用的方法。例如可以幫助我們檢查類的內容,檢查方法的代碼,提取和格式化方法的參數等。

    jopen 2014-09-11   43426   0

    Python各式裝飾器 經驗

    Python裝飾器,分兩部分,一是裝飾器本身的定義,一是被裝飾器對象的定義。 一、函數式裝飾器:裝飾器本身是一個函數。 1.裝飾函數:被裝飾對象是一個函數 [1]裝飾器無參數: a.被裝飾對象無參數:

    jopen 2015-05-28   16042   0

    Cassowary 算法的 Python 實現:Cassowary 經驗

    Cassowary 是一個純 Python 實現 Cassowary constraint-solving 算法 ,是 OS X 和 iOS 可視化布局機制的核心形式。 快速開始 Cassowary

    jopen 2015-05-30   17818   0

    Python的中文分詞:PyNLPIR 經驗

    NLPIR/ICTCLAS Chinese segmentation software 的一個Python封裝。 PyNLPIR能夠讓使用NLPIR很方便得進行中文分詞處理。 import pynlpir

    jopen 2014-12-12   66381   0

    Python數據類型轉換 經驗

    python類型轉換 函數 ? ? ? ? ? ? ? ? ? ? ?描述 int(x [,base ]) ? ? ? ? 將x轉換為一個整數 long(x [,base ]) ? ? ?

    fmwg 2015-01-16   16167   0

    Python 集成 R 語言 - PyThor 經驗

    RPy2 可以在 Python 和 R 之間進行交互,讓用戶可以在 Python 中輕松的使用 R 的封裝包。 Python 一般用來進行數據分析,但是許多的包只存在于 R 語言中。所以,在 Python

    jopen 2016-01-07   32568   0

    centos 安裝python3 經驗

    776 1、從python官網上下載最新的python3版本 wget https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz

    GraPower 2016-02-27   16409   0

    Python: 陌生的 metaclass 經驗

    Python 中的 元類(metaclass) 是一個深度魔法,平時我們可能比較少接觸到元類,本文將通過一些簡單的例子來理解這個魔法。 類也是對象 在 Python 中,一切皆對象。字符串,列表,字典,函數是對象,

    VicWickens 2016-11-17   6953   0
    P

    深入Python 中文版 文檔

    Python 研究(Dive Into Python) Dive Into Python 是為有經驗的程序員編寫的一本 Python 書。<br>ActiveState 制作了一個 Windows 上的 Python 安裝程序稱為 ActivePython, 它包含了一個完整的 Python 發布; 一個適用于 Python 編程的 IDE 附加了一些 Python 的 Windows 擴展, 提供了全部的訪問 Windows APIs 的服務, 以及 Windows 注冊表的注冊信息。 雖然 ActivePython 不是開源軟件, 但它可以自由下載。 ActivePython 是我曾經學習 Python 時使用過的 IDE, 除非有別的原因, 我建議您使用它。可能的一個原因是:ActiveState 通常要在新的Python 版本出來幾個月以后來更新它的安裝程序。如果您就需要Python 的最新版本, 并且 ActivePython 仍然落后于最新版本的話, 您應該直接跳到在 Windows 上安裝 Python 的第二種選項。

    mx234 2015-08-26   210   0
    P

    Python 數據結構與算法 文檔

    This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. To develop a solid understanding of a data structure requires three things: First, you must learn how the information is arranged in the memory of the computer. Second, you must become familiar with the algorithms for manipulating the information contained in the data structure. And third, you must understand the performance characteristics of the data structure so that when called upon to select a suitable data structure for a particular application, you are able to make an appropriate decision. <br> This book also illustrates object-oriented design and it promotes the use of common, object-oriented design patterns. The algorithms and data structures in the book are presented in the Python programming language. Virtually all the data structures are presented in the context of a single class hierarchy. This commitment to a single design allows the programs presented in the later chapters to build upon the programs presented in the earlier chapters.

    gneg 2015-07-22   251   0

    python在windows鎖屏的代碼 代碼段

    python在windows鎖屏的代碼 C:\Users\wangmingjie>python Python 2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500

    wcwx 2015-01-03   5316   0
    Python  
    1 2 3 4 5 6 7 8 9 10
  • sesese色