🚀 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."