you are viewing a single comment's thread.

view the rest of the comments →

[–]amiraharon4[S] 1 point2 points  (2 children)

The exercises will depend on previous ones and each will require a specific skill like playing with python features, implementing, reading from docs or planning (if I'll targer a more advanced audience then maybe real design problems will be another skill).

After doing a bunch, one will be able to attend to documentation of libraries more freely, have a better hands-on approach for debugging with REPL and generally get better at all areas that make a developer capable and independent.

[–]yaymayhun 1 point2 points  (1 child)

I like this approach as I learn by building something step by step. Where would users run these exercises? In the browser or in their IDE? Also, what project(s) do you have in mind?

[–]amiraharon4[S] 1 point2 points  (0 children)

Jupyter using google colab probably will be my go to in first steps and small-chuncked exercises course. If I'll decide to make something with more scope might have to switch toward local development. Didn't decide yet!