python arange是什麼
arange函式用於建立等差陣列,使用頻率非常高,arange非常類似range函式,會python的人肯定經常用range函式,比如在for迴圈中,幾乎都用到了range,下面我們透過range來學習一下arange,兩者的區別僅僅是arange返回的是一個資料,而range返回的是list。
arrange
函式說明:arange([start,] stop[, step,], dtype=None)根據start與stop指定的範圍以及step設定的步長,生成一個 ndarray。
dtype : dtype
先引入numpy。arange和range的另一個區別就是使用arange前先引入,range不需要。
使用一個引數,看看range和arange有什麼表現。range返回從0到4的5個數構成的list,而arange返回一個array物件。不過他們的元素都是一樣的。
輸入兩個引數試試,第一個引數是起始點,第二個引數是終止點。
我們換一個起始點試試。
假如我們輸入三個引數呢,第三個引數就成了步長。
python學習網,免費的線上學習,歡迎關注!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/1817/viewspace-2835537/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Python中的arange是什麼?和range有什麼不同?Python
- 什麼是python?python有什麼用途?Python
- 什麼是PythonPython
- Python是什麼?為什麼要掌握python?Python
- Python是什麼意思?Python有什麼用?Python
- Python是什麼語言?Python底層語言是什麼?Python
- 什麼是Python?Python為什麼這麼搶手?Python
- python字典是什麼Python
- python re是什麼?Python
- python是什麼蛇Python
- python title是什麼Python
- python 是什麼意思Python
- python rabbitmq是什麼PythonMQ
- python wheel是什麼Python
- Python是什麼?為什麼Python受歡迎?Python
- Python是什麼意思?Python幹什麼用的?Python
- Python是什麼?為什麼這麼搶手?Python
- 什麼是程式語言,什麼是Python直譯器Python
- Python到底是什麼?為什麼要學Python?Python
- 什麼是Python?Python前景怎麼樣?Python
- 【Python】__name__ 是什麼?Python
- python列表切片是什麼Python
- spyder是python的什麼Python
- python新式類是什麼Python
- python中loc是什麼Python
- python是什麼課程Python
- python迭代器是什麼Python
- python語言是什麼Python
- fluent python是什麼意思Python
- Python的列表是什麼Python
- 為什麼是python (轉)Python
- 什麼是Python?前景怎麼樣?Python
- 英文Python是什麼意思?學Python需要什麼基礎?Python
- 什麼是python?與PHP有什麼區別?PythonPHP
- python是什麼?與spyder有什麼聯絡?Python
- Java和Python是什麼?有什麼區別?JavaPython
- 什麼是python?python為何這麼火?Python
- Python是什麼?Python有哪些框架?Python框架