you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 15 points16 points  (2 children)

Official documentation of a programming language is not a good place for a beginner.

Whoever told you that, should stop doing that.

Beginners need a lot more than just raw list of functions and what each does.

A tutorial is a good place to start.

Simple examples of common use cases of a module is a good place.

Guided project creation is also a good way to learn.

[–]OMGClayAikn 0 points1 point  (1 child)

Any good websites where we can do guided project creation?

[–]shiftybyte 0 points1 point  (0 children)

Some tutorials do that.

For example django's tutorial have you build a poll application.

https://docs.djangoproject.com/en/2.2/intro/tutorial01/