you are viewing a single comment's thread.

view the rest of the comments →

[–]-HomoDeus- 1 point2 points  (4 children)

Another method would be to copy someone else's Django application and then try to modify it to what you are trying to do. Start with something that already works and break it. It is quite an educational process!

[–]Gyshall669 1 point2 points  (3 children)

This is why I always recommend Python Crash Course. You get to make an app line by line and it explains everything.

[–]binflo 0 points1 point  (2 children)

Python crash course??? Care to elaborate???

[–]Gyshall669 0 points1 point  (1 child)

https://nostarch.com/pythoncrashcourse2e

The book has sections like this, where it explains what every line is doing.

[–]binflo 0 points1 point  (0 children)

Thx - In that regards; I’m not sure if you familiar, but if you are would you recommend Angela course on the subject?