Absolutely beginner seek resources, please help

It’s always tough to provide references, because experience has shown me that different people learn best from different materials. What I generally recommend is that people start from the fundamentals.

First, The Python Tutorial — Python 3.11.3 documentation. If you don’t know Python at all or don’t have any real experience with other similar programming languages, this is absolutely required.

Then either (or both) of Official Django Tutorial and Django Girls Tutorial.

Beyond those starting points, what I then really recommend is that you look at existing curated lists of materials from which you can pick and choose what you think might be best for you. (You’ll want to find ones that are kept up-to-date.)

For example:

From there it’s just an issue of figuring out where you want to go next.

2 Likes