Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Data Science Basics Creating Reports Saving PDFs

James Barber
James Barber
3,502 Points

The code for the plot_graph_with_table() function shown in the video was missing a return statement: return fig

I learned a fair amount from this course, however it was a SLOG to get through it (took me almost 8 hours) because of all of the typos and having to pause the video while I studied code that was pasted in from other files and never explained at some points.

I'm not sure how old this course is, but it should be re-done to make it easier to learn from. It also felt like a LOT of typos were made in the video relative to many of the other Python courses I have taken on Treehouse.

2 Answers

Anthony Attard
Anthony Attard
43,915 Points

I agree, they should either rerecord the entire thing or at the very least edit out the mistakes in the current videos.

igsm '
igsm '
10,440 Points

And 5 months later, I agree with above comments.

No offence, but please:

1) avoid typos, or prepare the material beforehand 2) these are the basics with the external libraries we employ, and I would expect that we go through that with more details . Instead, I just follow the code and then, I go back to Google or Stackoverflow and search for an answer by myself.