<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>必应：Array Python-Numpy</title><link>http://www.bing.com:80/search?q=Array+Python-Numpy</link><description>搜索结果</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Array Python-Numpy</title><link>http://www.bing.com:80/search?q=Array+Python-Numpy</link></image><copyright>版权所有 © 2026 Microsoft。保留所有权利。不得以任何方式或出于任何目的使用、复制或传输这些 XML 结果，除非出于个人的非商业用途在 RSS 聚合器中呈现必应结果。对这些结果的任何其他使用都需要获得 Microsoft Corporation 的明确书面许可。一经访问此网页或以任何方式使用这些结果，即表示您同意受上述限制的约束。</copyright><item><title>numpy.array — NumPy v2.4 Manual</title><link>https://numpy.org/doc/stable/reference/generated/numpy.array.html</link><description>numpy.array # numpy.array(object, dtype=None, *, copy=True, order='K', subok=False, ndmin=0, ndmax=0, like=None) # Create an array. Parameters: objectarray_like An array, any object exposing the array interface, an object whose __array__ method returns an array, or any (nested) sequence. If object is a scalar, a 0-dimensional array containing object is returned. dtypedata-type, optional The ...</description><pubDate>周日, 05 4月 2026 22:03:00 GMT</pubDate></item><item><title>Array creation — NumPy v2.4 Manual</title><link>https://numpy.org/doc/stable/user/basics.creation.html</link><description>1D arrays 2D arrays ndarrays 1 - 1D array creation functions # The 1D array creation functions e.g. numpy.linspace and numpy.arange generally need at least two inputs, start and stop. numpy.arange creates arrays with regularly incrementing values. Check the documentation for complete information and examples. A few examples are shown:</description><pubDate>周日, 05 4月 2026 09:17:00 GMT</pubDate></item><item><title>The N-dimensional array (ndarray) — NumPy v2.4 Manual</title><link>https://numpy.org/doc/stable/reference/arrays.ndarray.html</link><description>The N-dimensional array (ndarray) # An ndarray is a (usually fixed-size) multidimensional container of items of the same type and size. The number of dimensions and items in an array is defined by its shape, which is a tuple of N non-negative integers that specify the sizes of each dimension. The type of items in the array is specified by a separate data-type object (dtype), one of which is ...</description><pubDate>周六, 04 4月 2026 15:16:00 GMT</pubDate></item><item><title>python中数组（numpy.array）的基本操作_np.array-CSDN博客</title><link>https://blog.csdn.net/sinat_34474705/article/details/74458605</link><description>本文部分内容参考 Daetalus 的博客。 为什么要用numpy Python中提供了list容器，可以当作数组使用。但列表中的元素可以是任何对象，因此列表中保存的是对象的指针，这样一来，为了保存一个简单的列表 [1,2,3]。就需要三个指针和三个整数对象。对于数值运算来说，这种结构显然不够高效。 Python虽然也 ...</description><pubDate>周日, 05 4月 2026 23:21:00 GMT</pubDate></item><item><title>The Basics of NumPy Arrays | Python Data Science Handbook</title><link>https://jakevdp.github.io/PythonDataScienceHandbook/02.02-the-basics-of-numpy-arrays.html</link><description>Data manipulation in Python is nearly synonymous with NumPy array manipulation: even newer tools like Pandas (Chapter 3) are built around the NumPy array. This section will present several examples of using NumPy array manipulation to access data and subarrays, and to split, reshape, and join the arrays.</description><pubDate>周日, 05 4月 2026 09:24:00 GMT</pubDate></item><item><title>Basics of NumPy Arrays - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/python/basics-of-numpy-arrays/</link><description>NumPy stands for Numerical Python and is used for handling large, multi-dimensional arrays and matrices. Unlike Python's built-in lists NumPy arrays provide efficient storage and faster processing for numerical and scientific computations. It offers functions for linear algebra and random number generation making it important for data science and machine learning.</description><pubDate>周五, 03 4月 2026 04:19:00 GMT</pubDate></item><item><title>numpy.asarray — NumPy v2.4 Manual</title><link>https://numpy.org/doc/stable/reference/generated/numpy.asarray.html</link><description>likearray_like, optional Reference object to allow the creation of arrays which are not NumPy arrays. If an array-like passed in as like supports the __array_function__ protocol, the result will be defined by it. In this case, it ensures the creation of an array object compatible with that passed in via this argument.</description><pubDate>周日, 05 4月 2026 13:20:00 GMT</pubDate></item><item><title>Python: Operations on Numpy Arrays - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/python/python-operations-on-numpy-arrays/</link><description>NumPy Array: Numpy array is a powerful N-dimensional array object which is in the form of rows and columns. We can initialize NumPy arrays from nested Python lists and access it elements. A Numpy array on a structural level is made up of a combination of: The Data pointer indicates the memory address of the first byte in the array.</description><pubDate>周六, 04 4月 2026 05:00:00 GMT</pubDate></item><item><title>Indexing on ndarrays — NumPy v2.4 Manual</title><link>https://numpy.org/doc/stable/user/basics.indexing.html</link><description>ndarrays can be indexed using the standard Python x[obj] syntax, where x is the array and obj the selection. There are different kinds of indexing available depending on obj: basic indexing, advanced indexing and field access. Most of the following examples show the use of indexing when referencing data in an array. The examples work just as well when assigning to an array. See Assigning ...</description><pubDate>周日, 05 4月 2026 18:07:00 GMT</pubDate></item><item><title>numpy.append — NumPy v2.4 Manual</title><link>https://numpy.org/doc/stable/reference/generated/numpy.append.html</link><description>numpy.append # numpy.append(arr, values, axis=None) [source] # Append values to the end of an array. Parameters: arrarray_like Values are appended to a copy of this array. valuesarray_like These values are appended to a copy of arr. It must be of the correct shape (the same shape as arr, excluding axis). If axis is not specified, values can be any shape and will be flattened before use ...</description><pubDate>周六, 04 4月 2026 16:13:00 GMT</pubDate></item></channel></rss>