On donderdag 5 juli 2018 14:45:11 CEST backintow...@gmail.com wrote:

> I have been learning python and Django for the past 12 months, however, I
> seem to be stuck with moving forward. I have completed basic tutorials,
> read beginner and some intermediate books. The problem I'm having is
> finding a learning resource somewhere between intermediate and
> professional. 

I find that the intermediate path in any programming language is doing things 
yourself and getting experience.  Learn to recognize how certain bugs 
manifest, how to setup a project and how to writing libraries / mechanisms.

If you keep working from examples, you're limiting yourselves to those 
examples and there's a lot of "howto" stuff out there of varying quality.

If I'd had to think up a project, that is actually useful in this day and age 
try coding a site using a vue.js frontend with a Django Restframework backend, 
no Django templates at all. Borrow code here and there, but do not work from 
examples. Learn to find your own path from user requirements to technical 
architecture to detailed implementation.

For bug tracking skills - a good way is picking up bugs in Django itself, by 
regularly visiting the bug tracker.

Good luck!
-- 
Melvyn Sopacua

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2366002.rELHsNdlzO%40fritzbook.
For more options, visit https://groups.google.com/d/optout.

Reply via email to