I have started Data Analysis with Python. I would like to practice the example that are shown in video. How do I do that. Is there a way to download the files to your local computer and practice the examples. Or is it online. If so, how do I access that.
you can use repl.it, create a python repl (ânew replâ button, select Python from the list of languages), type and then use the âRunâ button to run your code
I think what OP is referring to is the exercises mentioned in the course. For example, for the âData Analysis with Pythonâ course, there is a video called âData Analysis Example Bâ. At around 4:10 mark, the host states there are exercises associated with the given lecture, but doesnât tell us how to access them. I tried typing in the website the host is using but it wonât let me access the exercises.
Any ideas on how to access these? Thanks!
it seems it is this issue then:
in this case the stuff should be found in the description of this video: https://www.youtube.com/watch?v=r-uOLxNrNk8
That seems to be working, thank you so much!