App下載

詞條

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

1231.web.py 開(kāi)始

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

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

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

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

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

1233.scrapy 2.3 安裝教程

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

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

1234.selenium2 安裝包下載

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

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

1235.簡(jiǎn)單的使用

如果你已經(jīng)安裝好 Python 和 Selenium,可以這樣開(kāi)始使用: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://www.o2fo.com/selenium2/selenium2-e1xt3g7s.html

1236.使用selenium測(cè)試

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

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

1237.測(cè)試案例

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

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

1238.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://www.o2fo.com/pillow_course/pillow_course-d6si3irw.html

1239.JavaScript解析json格式數(shù)據(jù)簡(jiǎn)單示例

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

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

1240.AI人工智能 Pandas

...您必須執(zhí)行以下步驟 - **第1步** ,導(dǎo)入以下軟件包 - ```python import numpy as np import matplotlib.pyplot as plt import pandas as pd ``` 接下來(lái),定義一個(gè)函數(shù),它將從輸入文件中讀取數(shù)據(jù),如以下代碼所示 - ```python def read_data(input_file): input_data =...

http://www.o2fo.com/artificial_intelligence/artificial_intelligence-mht33cck.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1231.web.py 開(kāi)始

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

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

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

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

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

1233.scrapy 2.3 安裝教程

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

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

1234.selenium2 安裝包下載

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

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

1235.簡(jiǎn)單的使用

如果你已經(jīng)安裝好 Python 和 Selenium,可以這樣開(kāi)始使用: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://www.o2fo.com/selenium2/selenium2-e1xt3g7s.html

1236.使用selenium測(cè)試

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

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

1237.測(cè)試案例

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

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

1238.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://www.o2fo.com/pillow_course/pillow_course-d6si3irw.html

1239.JavaScript解析json格式數(shù)據(jù)簡(jiǎn)單示例

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

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

1240.AI人工智能 Pandas

...您必須執(zhí)行以下步驟 - **第1步** ,導(dǎo)入以下軟件包 - ```python import numpy as np import matplotlib.pyplot as plt import pandas as pd ``` 接下來(lái),定義一個(gè)函數(shù),它將從輸入文件中讀取數(shù)據(jù),如以下代碼所示 - ```python def read_data(input_file): input_data =...

http://www.o2fo.com/artificial_intelligence/artificial_intelligence-mht33cck.html

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

w3cschool 建議您:

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

熱門(mén)課程