|
|
|
|
|
by walty8
2162 days ago
|
|
I think the paragraphs are simple enough, but my personal preferences is, some paragraphs better come first than others. I am not sure if it's the same to others, but for me to learn a language for the first 15 minutes, I am really not interested with the differences of signed vs unsigned integers. I may have look of this when I got stuck somewhere later. I think a better order will be: 1. play ground 2. hello world 3. control flow 4. function declaration 5. string, list and dict 6. featured stuff with this language (e.g. threading, async call) I should be able to write basic stuff and play around with the above. Then I would try to sort out all kinds of remaining pitfalls myself :) |
|