This document contains detailed notes from Lecture 2 of the CO2412 course on Computational Thinking. The lecture provides an introduction to the Python programming language, focusing on its simplicity, readability, and wide usage in fields such as data science and web development. The notes compare...
University of Central Lancashire Preston (UClan)
Onbekend
Computational Thinking (CO2412)
Alle documenten voor dit vak (19)
Verkoper
Volgen
BpoBpo
Ontvangen beoordelingen
Voorbeeld van de inhoud
CO2412: Computational Thinking
Lecture 2
Python Programming Language
1. Introduction to Python
o Python is a high-level programming language known for its
simplicity and readability. It is interpreted, interactive, object-
oriented, and widely used in various fields, including data science
and web development.
2. Python vs. C++
o Python:
o Easy to learn and use.
o Popular in the scientific community with extensive libraries.
o Interpreted, meaning it runs line-by-line, which can slow down
execution.
o Not statically typed, which may lead to runtime errors.
o C++:
o Faster execution speed due to pre-compilation.
o Strongly typed, reducing runtime errors.
o Has a steeper learning curve and more complex syntax.
Example:
, 3. Anaconda Navigator
o Anaconda Navigator is an integrated development environment (IDE)
that simplifies Python package management and deployment. It
includes tools like Jupyter Notebook, making it easier to work with
Python.
Python Basics
1. Indentation
o Python uses indentation to define blocks of code, making it
mandatory for the structure of the code. This ensures code
readability and enforces a clean, organized format.
Example:
2. Variables and Data Types
o Variables in Python are dynamically typed, meaning they are
created upon assignment and can change types. Python supports
various data types, including strings, integers, floats, and more.
3. Data Types in Python
o Text Type: str
o Numeric Types: int, float, complex
o Sequence Types: list, tuple, range
o Mapping Type: dict
o Set Types: set, frozenset
o Boolean Type: bool
o Binary Types: bytes, bytearray, memoryview
o None Type: NoneType
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
Veelgestelde vragen
Wat krijg ik als ik dit document koop?
Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.
Tevredenheidsgarantie: hoe werkt dat?
Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.
Van wie koop ik deze samenvatting?
Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper BpoBpo. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €4,31. Je zit daarna nergens aan vast.