100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home

Summary

Samenvatting BMW Python (Biomedische Informatie en Informatieverwerking): overzicht

 56 views  14 purchases
  • Course
  • Institution

Dit is een overzicht van de geziene commands in Python, in de studie biomedische wetenschappen.

Last document update: 2 year ago

Preview 1 out of 2  pages

  • July 2, 2022
  • July 2, 2022
  • 2
  • 2020/2021
  • Summary
avatar-seller
Functie Toepassing
Type() Het type van een gegeven opvragen.
Int() Iets omzetten naar een integer type. (=geheel getal)
Float() Iets omzetten naar een floating type (=kommagetal)
Str() Iets omzetten naar een string type. (=tekstvorm)
Round() Afronden van een gegeven. (float type → integer type)
Round(x,2) Een getal afronden tot op 2 cijfers na de komma.
Print() Het printen van een gegeven.
print(“a“ + “b”) Gegevens van hetzelfde type.
print(a,“b”) Gegevens van verschillende types.
Input() Vragen om een input aan de gebruiker, deze input
wordt opgeslagen in een variabele.
X == “y” Output: “True” of “False”.
And / or / not
If x == “y”: If True: onderstaande wordt uitgevoerd.
Elif x == “z”: Uitgevoerd indien er niet voldaan is aan de if clause.
Else: “ “ “ niet voldaan is aan de if en elif clauses.
== / != / > / <
Len() Aantal karakters bepalen in een string.
Aantal gegevens bepalen in een list.
{}.format() Gegevens invullen in een vastbepaalde tekst.
{:.2f}.format() Het getal afronden tot op 2 cijfers na de komma.
.upper() De volledige string wordt in drukletters gezet.
.isupper() Output: “True” of “False”.
.lower() De volledige string wordt in kleine letters gezet.
.islower() Output: “True” of “False”.
.capitalize() Enkel de eerste letter 1ord teen hoofdletter.
x.count(y) Telt het voorkomen van karakters of woorden in een
string of lijst. (‘Hoeveel keer komt y voor in x?’)
Lijst = [] Een list opstellen.
Lijst[0] Het eerste element van een lijst oproepen.
Lijst[1:3] Lijst gedeeltelijk oproepen, exclusief laatste element
van de slice.
Lijst[2:] Slice tot en met het laatste element.
Lijst[-1] Enkel laatste element oproepen.
.append(“x”) Element wordt achteraan de lijst toegevoegd.
.remove(“x”) Element in de lijst wordt verwijderd.
.insert(2,“x”) Een element toevoegen in de lijst op een specifieke
plaats.
.pop() Geeft het laatste element weer uit een lijst en
verwijdert het.
.pop(2) Geeft het derde element weer en verwijdert het.
.extend([“x”,”y”]) Lijst toevoegen achteraan een lijst.
.sort() Het rangschikken (alfabetisch/numeriek) van een lijst.
.sort(reverse=True) Het omdraaien van een lijst.
Sorted(lijst) Het rangschikken en weergeven van een lijst maar
sorted(lijst,reverse=True) zonder de lijst effectief aan te passen.
Sum(lijst) Geeft de som van alle elementen in een lijst.



1BMW Biomedische Informatie en Informatieverwerking

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

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

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

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 Meniemxc. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $0.00. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

48298 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 15 years now

Start selling
Free  14x  sold
  • (0)