Garantie de satisfaction à 100% Disponible immédiatement après paiement En ligne et en PDF Tu n'es attaché à rien
logo-home
Samenvatting commando's basisprogrammeren (werkcolleges +boek) €4,99   Ajouter au panier

Resume

Samenvatting commando's basisprogrammeren (werkcolleges +boek)

1 vérifier
 19 vues  1 fois vendu

Dit document bevat alle commando's die je moet kennen voor het examen van basisprogrammeren. Ook worden enkele modules zoals: math, statistics en random toegelicht.

Aperçu 3 sur 21  pages

  • Non
  • Alles wat gekend moest zijn voor het examen: h3 - h13
  • 25 janvier 2024
  • 21
  • 2023/2024
  • Resume
book image

Titre de l’ouvrage:

Auteur(s):

  • Édition:
  • ISBN:
  • Édition:
Tous les documents sur ce sujet (11)

1  vérifier

review-writer-avatar

Par: alecdobbelaere • 5 mois de cela

reply-writer-avatar

Par: verkoper12 • 5 mois de cela

Traduit par Google

Hello, Can you explain a bit more about this bad review? Then I can see if adjustments need to be made.

avatar-seller
verkoper12
Commando’s basis programmeren Python3
Commando’s basis programmeren Python3................................................1
Variabelen.................................................................................................2
Bewerkingen.............................................................................................3
Printmethodes...........................................................................................4
Formatmethode....................................................................................4

%-methode...........................................................................................4

Toepassing: Spaties en enters..............................................................4

Conditionele programmeertechnieken......................................................5
If … elif … else …..................................................................................5

For-lus...................................................................................................5

While lus:..............................................................................................6

Woordenboeken........................................................................................6
Lijsten.....................................................................................................10
Matrix......................................................................................................10
Functies...................................................................................................11
Modules...................................................................................................12
Module importeren:............................................................................12

Functies of variabelen importeren:.....................................................12

Module: Math......................................................................................13

Module: Random.................................................................................14

Module: Statistics...............................................................................15

Module: numpy...................................................................................16

Module: copy......................................................................................17

Packages.................................................................................................18
Package: matplotlib............................................................................18

Herhalingsoefening oplossing.................................................................20




1

,Variabelen
Commando Wat doet het?
x=y=… x en y gelijk stellen aan …. OPM:
als je later x alleen verandert,
verandert y niet mee!
x,y = a, b x krijgt waarde a toegevegen, y
waarde b
Omzetten string naar een geheel
getal
if getal.isnumeric(): Controleert of een getal natuurlijk
is.*
getal=round(getal,2) Rond een getal af tot op 2 cijfers na
de komma.
Belangrijk:

 In Python verwijst een variabele naar een object
o Object = gegevens-entiteit
o Variable (tijdelijk) gekoppeld aan een object via object ID
 Static Typing VS (Dynamic Typing)
o Koppeling ‘geeft’ waarde en type aan variable
o Object != variable

Dynamic Typing:

- Koppeling is tijdelijk
- Variabele kan gekoppeld worden aan een ander object.
- -> Python

Static Typing:

- Koppeling is vast aan type en waarde
- Variabele kan niet veranderen




Slides H3: variabelen: 25-28

2

, Immutabel vs mutabel: 41

Immutabele gegevenstypes: integer, real, tupel, Boolean

Mutabele gegeventypes: list, set, dictionnary

Commando Wat doet het?
getal = eval(getalStr) Omzetten string naar het best
passende getal
getal= float(getalStr) Omzetten string naar een reëel
getal
getal=int(getalStr) Omzetten string naar een geheel
getal
if getal.isnumeric(): Controleert of een getal natuurlijk
is.*
getal=round(getal,2) Rond een getal af tot op 2 cijfers na
de komma.
getal = 7E4 wetenschappelijk notatie,
automatisch geregistreerd als
float. 7*10^4
0b011010 prefix 0b geeft aan dat het een
binair getal is**
0o1475 prefix 0o  octaal getal**
0xAF45E2 prefix 0x  hexadecimaal
getal**
c1String = bin(c) c omzetten naar binaire vorm (in
type string)
c2String = oct(c) c omzetten naar octale voorstelling
c3String = hex(c) hexadecimale voorstelling
*In werkelijkheid controleert dit commando of een string enkel uit getallen
bestaat of niet. Wanneer dit zo is, kan die string dus omgezet worden naar
aan natuurlijk getal! (Want er zijn geen mintekens of komma’s.)

**De invoer gebeurt in het betreffende getalstelsel, maar intern worden
deze getallen als gehele getallen opgeslagen. Als je hun type opvraagt,
staat er: “int”

Bewerkingen
Commando Wat doet het?
a + b, a – b optelling, aftrekking
a*b, a/b vermenigvuldiging, deling
a**b a tot de macht b
a//b gehele deling (3//2 = 1)
a%b restdeling (5%3 = 2)
a += x (of -=, *=, /=, **=, //=, %/) gecombineerd toewijzen
==, !=, >, <, >=, <= Boleaanse vergelijkingen: True of
False
and, or, or not, not Logische bewerkingen (te
3

Les avantages d'acheter des résumés chez Stuvia:

Qualité garantie par les avis des clients

Qualité garantie par les avis des clients

Les clients de Stuvia ont évalués plus de 700 000 résumés. C'est comme ça que vous savez que vous achetez les meilleurs documents.

L’achat facile et rapide

L’achat facile et rapide

Vous pouvez payer rapidement avec iDeal, carte de crédit ou Stuvia-crédit pour les résumés. Il n'y a pas d'adhésion nécessaire.

Focus sur l’essentiel

Focus sur l’essentiel

Vos camarades écrivent eux-mêmes les notes d’étude, c’est pourquoi les documents sont toujours fiables et à jour. Cela garantit que vous arrivez rapidement au coeur du matériel.

Foire aux questions

Qu'est-ce que j'obtiens en achetant ce document ?

Vous obtenez un PDF, disponible immédiatement après votre achat. Le document acheté est accessible à tout moment, n'importe où et indéfiniment via votre profil.

Garantie de remboursement : comment ça marche ?

Notre garantie de satisfaction garantit que vous trouverez toujours un document d'étude qui vous convient. Vous remplissez un formulaire et notre équipe du service client s'occupe du reste.

Auprès de qui est-ce que j'achète ce résumé ?

Stuvia est une place de marché. Alors, vous n'achetez donc pas ce document chez nous, mais auprès du vendeur verkoper12. Stuvia facilite les paiements au vendeur.

Est-ce que j'aurai un abonnement?

Non, vous n'achetez ce résumé que pour €4,99. Vous n'êtes lié à rien après votre achat.

Peut-on faire confiance à Stuvia ?

4.6 étoiles sur Google & Trustpilot (+1000 avis)

80364 résumés ont été vendus ces 30 derniers jours

Fondée en 2010, la référence pour acheter des résumés depuis déjà 14 ans

Commencez à vendre!
€4,99  1x  vendu
  • (1)
  Ajouter