python-mastery icon indicating copy to clipboard operation
python-mastery copied to clipboard

Advanced Python Mastery (course by @dabeaz)

Results 39 python-mastery issues
Sort by recently updated
recently updated
newest added

Your challenge is to modify the **RideData** class, however to show the expected result you use **readrides.read_rides_as_columns()** as an example and this method does not currently return a RideData object......

`sys.getsizeof(row)` duplicate input

TypeError: 'int' object is not iterable

Even if you don't include an implementation, you should include the correct results for the exercise prompt. How many bus routes exist in Chicago? 'Number of unique routes:' 181 How...

I don't know if the code in the markdown was intended to not work. If not, here's a fix to the code and to the warning.

The **Discussion** at the end of Exercise 7.2 says the following: > Writing robust decorators is often a lot harder than it looks. Recommended reading: However, there's no recommendation. Perhaps...