Samenvatting 18/20 - Overzicht van alle Python code uit slides & boek
1 view 1 purchase
Course
Softwareontwerp en programmeren 1
Institution
Katholieke Universiteit Leuven (KU Leuven)
Dit document bevat een overzicht van alle code die gekend moet zijn voor het examen SOEP. Gemaakt op basis van de powerpoints en het boek. De opbouw is alsvolgt: in de linkerkolom is telkens de code gegeven (de relevante functie in vetgedrukt), en rechts zie je telkens de voorbeeldoutput die hierui...
Softwareontwerp en programmeren
H3: Variabelen
0b Prefix voor binair (subtype int)
0o Prefix voor octaal (subtype int)
0x Prefix voor hexadecimaal (subtype int)
“string” Nota;e string
[lijst] Nota;e lijst
(tuple) Nota;e tuple
Set(verzameling) of {set} Nota;e verzameling
{“woordenboek”:”defini;e”} Nota;e woordenboek
Int(getal) Conversie naar int
Float(getal) Conversie naar float
Complex(int, j) Conversie naar complex
List(x) Conversie naar list
Str(x) Conversie naar string
Eval Conversie string naar getalwaarde
Ord(‘X’) Conversie karakter naar ASCII code
Chr(65) Conversie van ASCII-code naar karakter
Bin(x) Conversie naar binaire voorstelling van
geheel getal
Oct(x) Conversie naar octale voorstelling van
geheel getal
Hex(x) Conversie van hexadecimale voorstelling
van geheel getal
End=” ” Zorgt ervoor dat de printcursor niet
verplaatst wordt naar de volgende rij
H4: Bewerkingen
// Gehele deling
% Rest van gehele deling
== Checken of gelijk aan
!= Verschillend
> Groter dan
< Kleiner dan
<= Kleiner dan of gelijk aan
Or Logische bewerking
And Logische bewerking
Not Logische bewerking
& Binaire bewerking: binaire en
I Binaire bewerking: binaire of
^ Binaire bewerking: exclusieve of
In & not in Kijken of deel uitmaakt van
, Sum(list) Som bij list
Min(list) Minimum bij lijst
Max(list) Maximum bij lijst
H5: toetsenbord en output venster
Print(waarde1, waarde2,…) Printen naar outputvenster
%[0][totaal aantal karakters][.aantal Mogelijkheid om te forma_eren, waarbij
decimalen]type alles tussen [] op;oneel is
ð Gevolgd door %variabele op einde Type kan varieëren tussen d(int), E(reeël
Vb: print(“%10.5f” %getal1) getal in wetenschappelijke nota;e), f(float),
s(string)
{nr:[0][totaal aantal karakters][.aantal Stringmethode format
decimalen]type}
ð Gevolgd door .format(waarde0, …)
Vb: print (“{0:010.5f}”.format(getal1)
varString = input(instruc;estring) Commando om input van user te krijgen
(erna vaak varInt = eval(varString) voor
getalwaarde)
H6: condi<onele programmeertechnieken
If condi;e1: If-construc;e
…
Elif condi;e2:
…
Else:
…
For … in ….: 3 mogelijkheden:
(1) Range(stopwaarde)
(2) Range(startwaarde, stopwaarde)
(3) Range(stardwaarde,stopwaarde,stapgroo_e)
Print() Print een enter
While condi;e: While-construc;e
….
Break Zorgt ervoor dat de lus waartoe de break behoort
wordt afgebroken
ConXnue Zorgt ervoor dat het resterende deel van een
itera;e niet meer wordt uitgevoerd en dat meteen
verder gegaan wordt met een volgende
lusdoorgang
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller simonvermeer. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $3.23. You're not tied to anything after your purchase.