Open demidovakatya opened 8 years ago
+1
The directory structure described above is intended to keep the code provided by authors separate from the code you write. The main reason one might want both is to be able to check that the end product actually works before bothering to read the tutorial. It can also be a nice sanity check if your version doesn't work at the end.
I realize I'm a bit late to the game here, but you might enjoy just coding along with the tutorial (they're pretty short) and then trying to do your own thing with the libraries you learned. That's a perfectly good way to go. Have fun!
You wrote:
At this point, it's easy to understand the instructions and follow them.
But then, in the dataviz tutorial I see these instructions:
I know it is a stupid question, but I just want to learn some cool stuff in Python. Extra difficulties are very demotivating. Could you please explain this stuff about folders? Should I:
project_workspace
folders and type the code following your tutorials? (but why downloading your code, then?..)new-coder
directory (downloaded from this repo) and write some other stuff?Thanks :)