App下載

詞條

大約有 3,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,404 項(xiàng)。(搜索耗時(shí):0.0071秒)

1231.創(chuàng)建CrossApp工程

...的解壓目錄下CrossApp/tools/project-creator中有一個(gè)創(chuàng)建工程的Python腳本,我們使用create_project.py來創(chuàng)建工程。因此在Windows下要求安裝Python環(huán)境,用于運(yùn)行create_project.py腳本Python的安裝過程很簡單,需要注意的是,在安裝完成后,需要...

http://m.o2fo.com/crossapp/hpuv1pvr.html

1232.web.py 開始

web.py 是一個(gè)輕量級(jí) Python web 框架,它簡單而且功能強(qiáng)大。 你知道Python同時(shí)你希望制作一個(gè)網(wǎng)站。 那么 web.py 正好提供了一種簡單的方法。 如果你希望讀完整個(gè)指南, 你需要安裝 Python, web.py, flup, psycopg2, 和Postgres (或者等價(jià)的數(shù)...

http://m.o2fo.com/rrhwebpy/rrhwebpy-8ovj329q.html

1233.AI人工智能 口語詞的識(shí)別

...識(shí)別意味著當(dāng)人們說話時(shí),機(jī)器就會(huì)理解它。 這里使用 Python 中的 Google Speech API 來實(shí)現(xiàn)它。 需要為此安裝以下軟件包 - - Pyaudio - 它可以通過使用 pip 安裝 Pyaudio 命令進(jìn)行安裝。 - SpeechRecognition - 這個(gè)軟件包可以通過使用 `pip instal...

http://m.o2fo.com/artificial_intelligence/artificial_intelligence-g8hf3cct.html

1234.scrapy 2.3 安裝教程

支持的 Python 版本 Scrapy 需要 Python 3.6+,C Python 實(shí)現(xiàn)(默認(rèn))或 pypy7.2.0+ 實(shí)現(xiàn)(請參見 Alternate Implementations ) 安裝 Scrapy 如果你在用 Anaconda 或 Miniconda ,您可以從 conda-forge 頻道,它有針對(duì) Linux、Windows 和 macOS 的最新軟件包。 使用...

http://m.o2fo.com/scrapy2_3/scrapy2_3-z9lh3fke.html

1235.selenium2 安裝包下載

你可以從這里 下載 Python 的 Selenium 安裝包,但是更好的辦法是用??pip??來安裝。 ?Python3.4 ?的標(biāo)準(zhǔn)庫里就有現(xiàn)成的 ??pip? ?工具,可以用??pip??安裝 Selenium: ?pip install selenium?? 你可能會(huì)想用虛擬機(jī)來安裝一個(gè)...

http://m.o2fo.com/selenium2/selenium2-52lc3g7e.html

1236.簡單的使用

如果你已經(jīng)安裝好 Python 和 Selenium,可以這樣開始使用:from selenium import webdriver from selenium.webdriver.common.keys import Keys driver = webdriver.Firefox() driver.get("http://www.python.org") assert "Python" in driver.title elem = driver.find_element_by_name("q") elem.send_...

http://m.o2fo.com/selenium2/selenium2-e1xt3g7s.html

1237.使用selenium測試

...例,它本身的包不提供測試的工具或者框架。我們可以用Python的單元測試模塊來編寫測試用例。其他工具/框架也可以選擇? py.test?或者?nose ?。 在本章節(jié)我們使用?unittest?做框架,下面是一個(gè)用?unittest?模塊改進(jìn)后的例...

http://m.o2fo.com/selenium2/selenium2-n4dz3g7u.html

1238.測試案例

下面這個(gè)測試案例測試了在python.org網(wǎng)頁上搜索一個(gè)單詞并確認(rèn)有相應(yīng)的搜索結(jié)果:import unittest from selenium import webdriver import page class PythonOrgSearch(unittest.TestCase): """一個(gè)簡單展示頁面對(duì)象如何工作的類""" def setUp(self): self.driver = webd...

http://m.o2fo.com/selenium2/selenium2-hj2u3geg.html

1239.Pillow 移植

將現(xiàn)有的基于 PIL 的代碼移植到 PillowPillow 是 Python Imaging Library 的功能性替代品。PIL僅適用于Python 2。Pillow 在 Pillow 7.0 中放棄了對(duì) Python 2 的支持。因此,如果您想運(yùn)行最新版本的 Pillow,您首先需要將代碼從 Python 2 移植到 3。要使...

http://m.o2fo.com/pillow_course/pillow_course-d6si3irw.html

1240.JavaScript解析json格式數(shù)據(jù)簡單示例

...所以處理流程是:前端頁面數(shù)據(jù)-》JS對(duì)象-》jQuery提交-》python處理,另外一種就是倒過來。python肯定不能直接處理JS對(duì)象數(shù)據(jù),所以要把JS對(duì)象轉(zhuǎn)換成為python能處理的一種數(shù)據(jù)格式(通常是字典dict),同樣,python取數(shù)據(jù)反饋到前...

http://m.o2fo.com/json/4fmq1pl1.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

1231.創(chuàng)建CrossApp工程

...的解壓目錄下CrossApp/tools/project-creator中有一個(gè)創(chuàng)建工程的Python腳本,我們使用create_project.py來創(chuàng)建工程。因此在Windows下要求安裝Python環(huán)境,用于運(yùn)行create_project.py腳本Python的安裝過程很簡單,需要注意的是,在安裝完成后,需要...

http://m.o2fo.com/crossapp/hpuv1pvr.html

1232.web.py 開始

web.py 是一個(gè)輕量級(jí) Python web 框架,它簡單而且功能強(qiáng)大。 你知道Python同時(shí)你希望制作一個(gè)網(wǎng)站。 那么 web.py 正好提供了一種簡單的方法。 如果你希望讀完整個(gè)指南, 你需要安裝 Python, web.py, flup, psycopg2, 和Postgres (或者等價(jià)的數(shù)...

http://m.o2fo.com/rrhwebpy/rrhwebpy-8ovj329q.html

1233.AI人工智能 口語詞的識(shí)別

...識(shí)別意味著當(dāng)人們說話時(shí),機(jī)器就會(huì)理解它。 這里使用 Python 中的 Google Speech API 來實(shí)現(xiàn)它。 需要為此安裝以下軟件包 - - Pyaudio - 它可以通過使用 pip 安裝 Pyaudio 命令進(jìn)行安裝。 - SpeechRecognition - 這個(gè)軟件包可以通過使用 `pip instal...

http://m.o2fo.com/artificial_intelligence/artificial_intelligence-g8hf3cct.html

1234.scrapy 2.3 安裝教程

支持的 Python 版本 Scrapy 需要 Python 3.6+,C Python 實(shí)現(xiàn)(默認(rèn))或 pypy7.2.0+ 實(shí)現(xiàn)(請參見 Alternate Implementations ) 安裝 Scrapy 如果你在用 Anaconda 或 Miniconda ,您可以從 conda-forge 頻道,它有針對(duì) Linux、Windows 和 macOS 的最新軟件包。 使用...

http://m.o2fo.com/scrapy2_3/scrapy2_3-z9lh3fke.html

1235.selenium2 安裝包下載

你可以從這里 下載 Python 的 Selenium 安裝包,但是更好的辦法是用??pip??來安裝。 ?Python3.4 ?的標(biāo)準(zhǔn)庫里就有現(xiàn)成的 ??pip? ?工具,可以用??pip??安裝 Selenium: ?pip install selenium?? 你可能會(huì)想用虛擬機(jī)來安裝一個(gè)...

http://m.o2fo.com/selenium2/selenium2-52lc3g7e.html

1236.簡單的使用

如果你已經(jīng)安裝好 Python 和 Selenium,可以這樣開始使用:from selenium import webdriver from selenium.webdriver.common.keys import Keys driver = webdriver.Firefox() driver.get("http://www.python.org") assert "Python" in driver.title elem = driver.find_element_by_name("q") elem.send_...

http://m.o2fo.com/selenium2/selenium2-e1xt3g7s.html

1237.使用selenium測試

...例,它本身的包不提供測試的工具或者框架。我們可以用Python的單元測試模塊來編寫測試用例。其他工具/框架也可以選擇? py.test?或者?nose ?。 在本章節(jié)我們使用?unittest?做框架,下面是一個(gè)用?unittest?模塊改進(jìn)后的例...

http://m.o2fo.com/selenium2/selenium2-n4dz3g7u.html

1238.測試案例

下面這個(gè)測試案例測試了在python.org網(wǎng)頁上搜索一個(gè)單詞并確認(rèn)有相應(yīng)的搜索結(jié)果:import unittest from selenium import webdriver import page class PythonOrgSearch(unittest.TestCase): """一個(gè)簡單展示頁面對(duì)象如何工作的類""" def setUp(self): self.driver = webd...

http://m.o2fo.com/selenium2/selenium2-hj2u3geg.html

1239.Pillow 移植

將現(xiàn)有的基于 PIL 的代碼移植到 PillowPillow 是 Python Imaging Library 的功能性替代品。PIL僅適用于Python 2。Pillow 在 Pillow 7.0 中放棄了對(duì) Python 2 的支持。因此,如果您想運(yùn)行最新版本的 Pillow,您首先需要將代碼從 Python 2 移植到 3。要使...

http://m.o2fo.com/pillow_course/pillow_course-d6si3irw.html

1240.JavaScript解析json格式數(shù)據(jù)簡單示例

...所以處理流程是:前端頁面數(shù)據(jù)-》JS對(duì)象-》jQuery提交-》python處理,另外一種就是倒過來。python肯定不能直接處理JS對(duì)象數(shù)據(jù),所以要把JS對(duì)象轉(zhuǎn)換成為python能處理的一種數(shù)據(jù)格式(通常是字典dict),同樣,python取數(shù)據(jù)反饋到前...

http://m.o2fo.com/json/4fmq1pl1.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程