|
|
|
|
|
by glassprongs
1615 days ago
|
|
When I started coding it was copying other people's code and running it. I didn't deal with anything else such as libraries, modules, frameworks, complex environments or advanced features. I recommend starting with Hello World. From there add code and methods to that working tutorial and see how far you can go. When comfortable, start making your own app from scratch. Reading + copy/pasting people's code will be a large part of learning a new language. For tutorials that add complex features, be aware that they have more advanced error situations which require more experience to get out of. |
|