https://docs.python.org/3.5/library/stdtypes.html#set-types-set-frozenset
Op die site kun je alles opzoeken (is officieel van Python)
• String for text.
• Integers and floats for whole and decimal numbers.
• Booleans for truth values.
• Lists for ordered sequences of objects.
• None for the special value of ‘nothing’.
• Set and frozenset for unordered collections of objects.
• Dictionary for mappings between objects.
• Tuple for immutable ordered sequences.
Type van een variabele
Er zijn verschillende types voor de volgende reden (+):
• Optellen van integers: 2 + 2 = 4
• Samenvoegen van strings: “2” + “2” = “22”
-> Wees ervan bewust wat voor variabele je gebruikt, anders doet het niet wat jij wilt!
Methoden
• x.startswith() -> let hierbij ook op met wat voor variabele je werkt
• Comments kun je plaatsen door middel van een string te gebruiken (“This is a comment”) ook dmv
een hashtag te gebruiken (#This is a comment)
-> Plaats elke zin op een nieuwe regel met een nieuwe hashtag
Strings
• len(my_string), laat zien hoeveel karakters je string heeft. LET OP! Hierbij worden ook
interpunctietekens en spaties meegeteld
• Index: begint bij 0 wanneer je vanaf links bekijkt, begint bij -1 wanneer je vanaf rechts bekijkt. Ook
hier worden de spaties en interpunctietekens meegenomen in de telling
- Substring = my_string[start:stop:stepsize] -> LET OP! De substring stopt na de letter die voor
de index van de stop komt
- My_string[:], je maakt een kopie van my_string
- My_string[::-1], met stapgrootte 1 draai je de string om
-> Dit wordt ook wel slicing genoemd en kan niet alleen bij strings, maar ook bij lists en tuples (sets
en dictionaries zijn niet geordend dus daarbij werkt het niet)
, Manipulatie van strings (van string tot string)
Manipulaties die niet van string tot string functies zijn en dus meerdere types bevatten (geen
Booleans)
Stringmethoden die een Boolean variabele teruggeven
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 KHnx. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $6.52. You're not tied to anything after your purchase.