Ask HN: Advice for someone struggling to learn Django
1–10 of 23 posts
Re: Ask HN: Advice for someone struggling to learn Django
#2Re: Ask HN: Advice for someone struggling to learn Django
#3Hi, I'd suggest finding a local Python or Django user group and asking for help. Also it's worth joining #django on irc to ask questions.
Re: Ask HN: Advice for someone struggling to learn Django
#4You'll always find new problems if you try new things. That's learning, not struggling. :-) (worth repeating to get a more positive outlook)
Re: Ask HN: Advice for someone struggling to learn Django
#5Deviate, identify what is the problem, solve that problem, repeat. When you can describe a very specific problem, stackoverflow is great. Otherwise, IRC or some django-specific community may be a better place. If you think you're struggling, break down the issue into small bits: what are you trying to achieve, what have you tried, what's the smallest bit of progress you can make right now / what's the immediate issue…
Re: Ask HN: Advice for someone struggling to learn Django
#6Re: Ask HN: Advice for someone struggling to learn Django
#7Re: Ask HN: Advice for someone struggling to learn Django
#8Re: Ask HN: Advice for someone struggling to learn Django
#9(Check my profile)
Re: Ask HN: Advice for someone struggling to learn Django
#10Once you understand what everything is doing, going back to Django, you should understand what all of the components are doing.
Django & Flask are not exactly one-to-one with the way they handle a lot of things, but I think it would still be a useful exercise.