Dit is een samenvatting van alle gekregen informatie uit het tweede semester voor Programmeren in Python. Het wordt onderverdeeld per werkcollege en op het einde vind je nog voorbeeldvragen voor het examen. Geslaagd in eerste zit.
Werkcollege 1: Variabelen, operatoren, func6es, if
• Variabelen
= een manier om woordjes op te slaan
= veranderlijke gegevens bewaren in een programma
= gebruikt om andere uitdrukkingen te maken
à Waarden toevoegen zoals woorden, getallen, complexe zaken
à Le<ers, cijfers, _
à Gevolgd door =
o Aanmaken van variabelen
à Waarden toevoegen zoals woorden, getallen, complexe
zaken
à Le<ers, cijfers, _
à Gevolgd door =
à een uitdrukking is een stukje code dat een resultaat kan
geven, het resultaat wordt opgeslagen om later te gebruiken
We kunnen de twee getallen optellen en de tekst weergeven
via:
à Voor de getallen op te tellen gebruiken we onze twee
variabelen x en y met de + operator
à Voor de tekst gebruiken we de funcFe print()
,o Type variabele
à AutomaFsch gedefinieerd door python
• Int = integer
o Geheel getal
o + zal de getallen optellen
• Str = string
o Tekst
o ‘’ of “”
o + zal de getallen
aan elkaar plakken
o concatenaFon
• Float = floaFng point
o Kommagetallen
• Bool = Boolean
o True or False
o Hoofdle<er
o Geen aanhalingstekens
à Type bepalen
Adhv type()
Bij var3 à e = 10^x met x
hier = 6
, BELANGRIJK!! Volgorde van code blokken
`In [x]: ` = Input
`Out[x]: ` = Output
Als je een output wil krijgen van een bepaalde variable, moet je.
wel een bestaande input hebben. Heb je dit niet krijg je een
foutmelding = NameError
BELANGRIJK!! Waarden van variabelen worden bijgehouden
Wanneer je een variabele x hebt gedefinieerd en je gaat in een
andere oefening opnieuw x gebruiken, dan zal de waarde van je
eerste x gebruikt worden.
BELANGRIJK!! Optellen van verschillende types
Je kunt geen verschillende types gaan optellen
a = int
b = str
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 emmavandecasteele1. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $3.80. You're not tied to anything after your purchase.