100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten 4,6 TrustPilot
logo-home
Samenvatting

Summary Introduction to Python Codes

Beoordeling
4.0
(1)
Verkocht
11
Pagina's
6
Geüpload op
25-05-2021
Geschreven in
2020/2021

This contains relevant lines of codes and commands as well as examples for the material of Introduction to Python. This summary does not include theoretical or conceptual parts. This document might be especially useful because it is an allowed exam material, i.e. one can use it during the exam and quickly (control + f) look up relevant commands

Meer zien Lees minder
Instelling
Vak









Oeps! We kunnen je document nu niet laden. Probeer het nog eens of neem contact op met support.

Gekoppeld boek

Geschreven voor

Instelling
Studie
Vak

Documentinformatie

Heel boek samengevat?
Ja
Geüpload op
25 mei 2021
Aantal pagina's
6
Geschreven in
2020/2021
Type
Samenvatting

Onderwerpen

Voorbeeld van de inhoud

% == 0 → no remainder of division x = “….”

// → highest possible value of div. (floor division) x.upper()

print(“…..” * x) → prints string is x = True x.replace(x, y) → x = what to replace, y = replace

X = (….) → Tuple, works same as list with what

x[…] → value of that position x.capitalize()

x.index(…) → position of that value x.count()

print( i in x) → prints True if possible x.index()

Adding to a list: x.find()

X = [….] x.format()

x.append(….) → with lists or strings Stride:

x = x + [….] my_string[ : : ] → start : end : incrementation

x.extend(….) my_string[ : : -1] → prints string in reverse

x += 1 Splitting:

x += x my_string.split( sep= …., maxsplit = ….)

sum += element sep = where should it be split up

sum = element += element maxsplit → 0 – indexing

Deleting an item: rsplit → starts from the back (right)

del x(….) \n → new line is started

del(x[….]) my_string.splitlines() → splits where is space

x.remove(…) Joining:

Copying a list: sep.join(iterable)

Y = x.copy(…) sep = what should it be separated with i.e. “ “

Y = x[ : ] Stripping:

Rounding: my_string.strip() → removes 1st and last character

round( x, y) → x = number to round, y = decimals or whatever is specified in ( )

format( x, .2f) → float with 2 decimals

format( x, “.2f”)

String methods

, Find substrings: f = float

my_string.find( substring, start, end) !s = string

→ substring = what should be found !r = string with “ “

Start, end → index positions Datetime f – string:

i.e. i.e. print(f” Today is {today: %B, %d, %y}”)

for i in x: in-line function like lambda:
try:
print(i.find(….)) num1 = …
except Value Error:
print(…) num2 = …

print(f”{num1} plus {num2} is {num1 + num2}”)
Print words on separate lines:
or with functions:
X=“…“
def main(num1, num2)
for word in x.split():
return num1 + num2
print(x)
print(f” … is {main(10, 20}”)
String Formatting:
Template method
Positional Formatting:
from string import Template
“text { } “.format(values to be included)
→ using $ as placeholder
print(“ text { } … .format(string1, string2 …)”)
(1) Create template
with index:
→ string1 = Template(“… $identifier .. “)
print(“ {index 1} … {index 2..}”.format(strings1 ..)”)
(2) Fill identifier variable
Placeholders with dictionary:
→ string1.substitute(identifier=”…..”)
dict1 = {key1: value1, key2: value2}
Use ${identifier} when elements are directly on
print(“{data[key1]} … “.format(data = dict1))
string1.safe_substitute(…) → only fills where
specify inside placeholder which format
possible, unfilled identifiers are unchanged
→ {index: format}
i=…
f – strings:
i.isnumeric() → if True then ..
f”literal string {expression}

print(f” …. {expression1} …)

here als {expression: format}

format → d = digit (integer)

Beoordelingen van geverifieerde kopers

Alle reviews worden weergegeven
4 jaar geleden

4.0

1 beoordelingen

5
0
4
1
3
0
2
0
1
0
Betrouwbare reviews op Stuvia

Alle beoordelingen zijn geschreven door echte Stuvia-gebruikers na geverifieerde aankopen.

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
mathiasm1 Universiteit van Amsterdam
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
52
Lid sinds
4 jaar
Aantal volgers
44
Documenten
10
Laatst verkocht
1 maand geleden

3.9

11 beoordelingen

5
5
4
3
3
1
2
1
1
1

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Veelgestelde vragen