DR
Sep 27, 2024
This course was really helpful in make me understand all the topics of Python from scratch, including the slightly advanced topics, of APIs, for my level as a freshman just getting settled in college.
TM
Nov 17, 2019
it becomes easier wand clearer when one gets to complete the assignments as to how to utilize what has been learned. Practical work is a great way to learn, which was a fundamental part of the course.
By Platini A
•Apr 17, 2023
intéressant
By Rahul S J
•Aug 22, 2022
NICE COURSE
By Simmi M
•Dec 9, 2021
nice course
By Luiz D R
•Jul 26, 2022
Very basic
By Tiantian W
•Jun 1, 2019
Too basic.
By Ipsit B
•Dec 26, 2018
it is good
By Fabio B
•Mar 14, 2019
Too basic
By Leonard C
•Jul 30, 2021
too easy
By Yuhao L
•Jun 25, 2020
Too easy
By taha r
•Jun 2, 2024
OKKJUGH
By mostafaabuzeid
•Jan 8, 2020
It's Ok
By Γεώργιος Κ
•Aug 23, 2019
Shallow
By PENDLI M K
•Nov 7, 2022
hosome
By Wei w
•Nov 23, 2021
爬虫部分很烂
By CHERRISH K
•Sep 20, 2024
ok ok
By MD S H
•Feb 12, 2021
great
By KOMALLAPALLI K S
•Nov 25, 2024
Good
By Ahamed M S
•Sep 2, 2024
good
By Sweeti S
•Jan 26, 2023
good
By Farai
•Jun 10, 2022
good
By Chakradhar K
•Jun 5, 2020
cool
By Karumanchi N
•May 21, 2020
good
By Sumit C
•Jul 27, 2024
ok
By Anastasios B
•Jul 6, 2021
I was very excited for this course, but felt underwhelmed overall. I have some programming background, so expected the course to seem a bit slow having been introduced to topics such as basic data types in Python before. Week 1 material, for example, was simple enough to go through in less than a day. As the course progressed to more complex and interesting topics (e.g. APIs, Webscraping, etc.), however, the course seemed incredibly rushed. Instead of understanding the set-up, it felt as though the lectures simple flashed multi-lines of code. The labs similarly seemed to grow in complexity, but shrink in explanations. The labs often incorporated libraries or methods/functions that had not been referenced in the lectures, often with little added explanation/introduction. Similarly, the incorporation of the Watson engine seemed like unnecessary advertising. It was not necessary to understand Python for data science and AI as part of the exercises. So much time was spent explaining how to add arrays, while it took 4 minutes to go through summarizing dealing with csv, JSON, and XML files. It also seems that later lectures had more typos in slides, again giving the impression that the later sections were rushed. Even the final lab randomly referenced a library for processing image files, which seemed to come out of left field. The course could've stopped at Week 4 or maybe split the focus between pandas and numpy between Weeks 4 and 5. Or more focus on exception handling or classes and objects might've been useful. Use of Jupyter notebook is helpful (it really adds to nice-looking labs), but I think it would've been better to have files/resources that could be downloaded and saved locally. That way, any files written/read could also be inspected more closely. Given the title of the course (and IBM as the provider), I would've expected more. With the exception of the weak Week 5, the rest of the topics seemed more like an intro to programming (using Python as the language of choice), rather than a focus of Python for Data Science, AI & Development.
By David T
•Mar 31, 2024
This is a course useful in getting you onto the ramp to Python and the Python libraries "Pandas" (provides tools for data manipulation and analysis, in particular the "data frame" matrix as known in R) and "NumPy" (provides multi-dimensional arrays and numerical computing). It also explains basic skills in loading and writing files in various formats from and to disk, getting pages from the Internet, how to perform client-server communication in the REST approach and how to scrape websites. Sadly, it feels like a "0.8 version" of a proper course, or a course which has been abandoned. Content is affected by confusing text, typos, omissions of important points, code in "non-pythonic" style, in some cases code that doesn't work, or looks like it deserved a refresh to latest notation (the matrix multiplication with the '@' operator isn't even used). Sorely missing are chapters on "gradual typing" in Python, assertions and unit tests, all of which I consider a minimal must-know. On the other hand, the "coding notebook" practical exercises (based on Pyodide running in your browser) are the right way to go. Drilling into details and looking up documentation on the Internet is unavoidable, indeed it will give you the understanding that you actually need. The course seems also unsure about whom it is addressing. I doubt that aspiring data scientist need extensive explainers about how vector and matrix operations work, those should be assumed known. Still, all of this should be easy to fix by IBM in a fortnight (I left them extensive notes, too). On the other hand, the questions that Coursera throws at you in the "graded exercises" are rather embarrassing, and need serious rework, I want more interesting question than multiple choice questions about syntactic details, word definitions and Python one-liners (which cannot be written in Python btw.). Make it better, guys!