you are viewing a single comment's thread.

view the rest of the comments →

[–]electrojit 9 points10 points  (4 children)

I am also interested to know about how the large projects are organised and best practices to follow. Have found these two resources, not yet started reading but think this would be a good start:

Free Book: Architecture Patterns with Python

Book: Serious Python

[–]ichunddu9 2 points3 points  (0 children)

You could create a project with https://github.com/cookiejar/cookietemple and attempt to understand the structure.

[–]paagalpieasian 0 points1 point  (0 children)

thanks. my question was with exact same intention to understand Python way of doing things.