π Welcome to my journey into Data Science with Python! This repository documents my progress and learnings from the official course by Barcelona Activa.
- π Title: CiΓ¨ncia de dades amb Python
- ποΈ Provider: Barcelona Activa β CibernΓ rium
- π©βπ« Instructor: Silvia Ampuero Serelde
- ποΈ Schedule: 7 sessions Γ 4 hours
- π Location: AC_CibernΓ rium Nou Barris, Carrer Marie Curie, 8-14, Barcelona
- π Course Info: Link to course
β
Understand the basics of Python programming
β
Learn key data structures and control flows
β
Work with real datasets in Python
β
Prepare for the PCEP Certification (Python Institute)
- Installation & IDEs
- Syntax, variables, data types
- Input/output with
input()andprint()
- Conditional statements:
if,elif,else - Loops:
for,while - List creation & manipulation
- Logical & bitwise operations
- Defining & calling functions
- Parameters & return values
- Dictionaries & tuples
- Exceptions:
try,except
/notebooks β Jupyter Notebooks by session /exercises β Practice problems and solutions /projects β Mini-projects and use cases /resources β PDF notes, links, and references
π‘ The course is aligned with the PCEPβ’ - Certified Entry-Level Python Programmer certification by the Python Institute. Although optional, itβs a great milestone to pursue after the course.
More info: pythoninstitute.org
This repository is distributed under the MIT License.
Special thanks to:
- ποΈ Barcelona Activa for promoting digital education.
- π©βπ« CASTILLO GARROSSET for her expert instruction.
- π¨βπ» All fellow students sharing this learning journey!
π "Learning Python is not just about syntax, it's about solving real-world problems with data."