Algorithms For Dummies


Performing Essential Data Manipulations Using Python



Download 7,18 Mb.
Pdf ko'rish
bet191/651
Sana15.07.2021
Hajmi7,18 Mb.
#120357
1   ...   187   188   189   190   191   192   193   194   ...   651
Bog'liq
Algorithms

  Performing Essential Data Manipulations Using Python 

     93


Understanding scalar and vector  

operations

The NumPy package provides essential functionality for scientific computing in 

Python.  To  use 

numpy


,  you  import  it  using  a  command  such  as 

import numpy 

as np

. Now you can access 



numpy

 using the common two-letter abbreviation 

np

.

Python provides access to just one data type in any particular category. For exam-



ple, if you need to create a variable that represents a number without a decimal 

portion, you use the integer data type. Using a generic designation like this is use-

ful because it simplifies code and gives the developer a lot less to worry about. 

However, in scientific calculations, you often need better control over how data 

appears in memory, which means having more data types, something that 

numpy


 

provides for you. For example, you might need to define a particular scalar as a 

short

 (a value that is 16 bits long). Using 



numpy

, you could define it as 

myShort = 

np.short(15)

. You could define a variable of precisely the same size using the 

np.


int16

 function. The NumPy package provides access to a side assortment of data 

types  described  at 

https://docs.scipy.org/doc/numpy/reference/arrays.

scalars.html

.

Use  the 



numpy

 

array



  function  to  create  a  vector.  For  example, 

myVect = np. 

array([1, 2, 3, 4])

 creates a vector with four elements. In this case, the vector 

contains standard Python integers. You can also use the 

arange


 function to pro-

duce vectors, such as 

myVect = np.arange(1, 10, 2)

, which fills 

myVect

 with 


array([1, 3, 5, 7, 9])

. The first input tells the starting point, the second the 

stopping point, and the third the step between each number. A fourth argument 

lets you define the data type for the vector. You can also create a vector with a 

specific data type. All you need to do is specify the data type like this: 

myVect = 

np.array(np.int16([1, 2, 3, 4]))

  to  fill 

myVect

  with  a  vector  like  this: 



array([1, 2, 3, 4], dtype=int16)

.

In some cases, you need special 



numpy

 functions to create a vector (or a matrix) of 

a specific type. For example, some math tasks require that you fill the vector with 

ones.  In  this  case,  you  use  the 

ones

  function  like  this: 



myVect = np.ones(4, 

dtype=np.int16)

  to  fill 

myVect


  with  ones  of  specific  data  types  like  this: 

array([1, 1, 1, 1], dtype=int16)

. You can also use a 

zeros


 function to fill a 

vector with zeros.

You can perform basic math functions on vectors as a whole, which makes this 

incredibly useful and less prone to errors that can occur when using programming 

constructs such as loops to perform the same task. For example, 

myVect + 1

 pro-

duces an output of 



array([2, 3, 4, 5])

 when working with standard Python 

integers.  If  you  choose  to  work  with  the 

numpy


 

int16


  data  type, 

myVect + 1

  

produces 



array([2, 3, 4, 5], dtype=int16)

. Note that the output tells you 

specifically which data type is in use. As you might expect, 

myVect - 1

 produces 



94


Download 7,18 Mb.

Do'stlaringiz bilan baham:
1   ...   187   188   189   190   191   192   193   194   ...   651




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2025
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish