Skip to content

Latest commit

Β 

History

History
80 lines (53 loc) Β· 2.32 KB

File metadata and controls

80 lines (53 loc) Β· 2.32 KB

πŸ“Š Data Science with Python – Barcelona Activa

πŸš€ Welcome to my journey into Data Science with Python! This repository documents my progress and learnings from the official course by Barcelona Activa.


πŸ“š Course Overview

  • πŸŽ“ 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

🎯 Goals

βœ… 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)


🧠 Topics Covered

🧩 1. Python Basics

  • Installation & IDEs
  • Syntax, variables, data types
  • Input/output with input() and print()

πŸ” 2. Control Flow & Lists

  • Conditional statements: if, elif, else
  • Loops: for, while
  • List creation & manipulation
  • Logical & bitwise operations

🧰 3. Functions & Error Handling

  • Defining & calling functions
  • Parameters & return values
  • Dictionaries & tuples
  • Exceptions: try, except

πŸ“ Repository Structure

/notebooks β†’ Jupyter Notebooks by session /exercises β†’ Practice problems and solutions /projects β†’ Mini-projects and use cases /resources β†’ PDF notes, links, and references


πŸ“œ Certification

πŸ’‘ 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


πŸ“ License

This repository is distributed under the MIT License.


πŸ™ Acknowledgements

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