Data Analysis Using Python - University of Pennsylvania

Data Analysis Using Python - a course by the University of Pennsylvania 

My dairy about the journey of studies:


 

Data Analysis Using Python - Part 1 of "Introduction to Programming with Python and Java Specialization"












  • Download and install Anaconda (Python 3 + Jupyter Notebook all at once)


  • Quiz 1:






    • Quiz 2:

    • The correct answer is:

      ✅ filtered_flights = [row for row in flights if row["Departure"] == "Philadelphia" and row["Destination"] == "Los Angeles" and float(row["Price"]) < 1200]









    • Run Module 1 - Lab 1 - Work with ufo sightings data (hints: better to create your own github account and "fork" the whole project space (as in your own account space) to run.




    • Type Errors: 

    • There are four options, and three of them can run /wo errors:

    • .....



(You can also download the files from the Github and run in VS Code under Code Space, or in your local machine)


留言

這個網誌中的熱門文章

Intro to Data Science in Python

Get started with Python - Google

AI Learning Roadmap from Beginners to Experts - Getting Started from 2025 - Phase 2: Programming Fundamentals - 01a: Linux Training Academy