Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Examen

C859 Python exam 2022/2023

Puntuación
-
Vendido
-
Páginas
5
Grado
A+
Subido en
07-07-2023
Escrito en
2022/2023

data manipulation and analysis

Institución
Grado

Vista previa del contenido

C859 Python exam test 2022
f1 = open("/my path/my_file.text", "r") - to open and read a file

f1 = open("/my path/my_file.text", "w") - to open and write a file
(all previous material discarded)

f1 = open("/my path/my_file.text", "a") - to open and add to a file

f1.read() - read a file into a string

f1.write("hello!") - writes to a file

f1.readline() - reads next line

f1.close() - closes a file (must always close a file!)

with open("/my file...etc.) as f: - opens, allows work, and
automatically closes a file

timedelta - time library function to calculate time amounts

from date time import time delta - grabs time delta from the
datetime library

import datetime as do - imports a library as a specified variable

datetime.date.today().month - to print current month (aka .day or
.year for those)

beautiful soup - HTML parsing library

NumPy - scientific computing, matrices, array creation library

, pandas - data manipulation and analysis library

pillow (PIL) - work with and manipulate images; python imaging
library

pyglet - multimedia / gaming creation library

pits - time zone data library

pip install ____________ import _______________ - to install
and import a library into your code

math.ceil() - round down (4.5 = 4, 4.8 = 4, 4.1 = 4, 4.9 = 4)

math.floor() - round up (4.6 = 5, 4.7 = 5, 4.1 = 5, 4.2 = 5)

datetime.date.today() - get today's date

datetime.date.(1967, 9, 7)
print(mybday.strftime("%A")) - gets the day of the week

math.factorial() - multiplies each number in argument to give
answer

math.exp() - return e raised to power of (x) (natural log)

math.sqrt() - return square root of x

os.link() - create a hard link pointing to a source

os.getcwd() - returns string of current working directory

os.chroot() - change the root directory of current process path

Escuela, estudio y materia

Grado

Información del documento

Subido en
7 de julio de 2023
Número de páginas
5
Escrito en
2022/2023
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

$13.49
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Conoce al vendedor
Seller avatar
gorgeousgirl

Conoce al vendedor

Seller avatar
gorgeousgirl Chamberlain College Of Nursing
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
-
Miembro desde
2 año
Número de seguidores
0
Documentos
53
Última venta
-

0.0

0 reseñas

5
0
4
0
3
0
2
0
1
0

Documentos populares

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes