Saturday, August 16, 2014

Re: Django frustrations :)

Hello
I am not sure how much time you have been programming and what you have learned so far. I do know however that i have not taken a real computer science course and i did not study computer science. if i can do it without computer science, you certainly can do it.
One thing that helped me learn django is getting used to errors. anytime you learn a new library you will definitely get errors. I did get errors in the first time. so you have to get used to them and deal with them.
are good at reading errors? you have to learn this skill. Many times in django and programming generally you face one error that leads to another that leads to another. you get a chain of errors causing each other. you probably just made the root error. all other errors are made by the root error you made. do not panic and look for it. once you fix it, all 1000 errors will disappear.
If you are not good at reading errors yet, copy the errors and show them here so that someone can help. you will learn this skill with time.
I suggest you stick with the django tutorial in django website since most people here are probably familiar with it.

Best regards,
Mohammad

On السبت 16 آب 2014 21:13, Babatunde Akinyanmi wrote:

Hi Mariusz,
You won't go far in learning anything if you back out at the slightest resistance. When your code spews errors, you should attempt to find out what exactly caused the errors.

That said, Django is just pure python. Nothing special and magical about it.

My advice, anytime you hit such snags, ask for help on the group.

On 16 Aug 2014 17:54, "Mariusz Wilk" <szostakowicz@wp.pl> wrote:
Hi guys. If I seem like a spoilt brat or sth in this post then maybe I am, let me know.
I'm completely new to programming. I completed Python tutorial on codecademy and completed about 20 'assignments' on CheckiO, but I wanted to actually implement what I'd learned to a larger project like a website (in the meantime I also got to know html/css a little bit). So I started a tutorial on Django but got seriously stuck plus I didn't really understand almost anything about what I was doing. Ok..  so I went on to another Django tutorial. Again, same thing. And for the third time.. same thing. By now I'm really frustrated by how easy it was to learn the basics of Python, HTML and CSS and how impossible it is to understand Django and create sth without 1000 errors on the way. Maybe there's something I could do that would help me understand Django tutorials before actually doing them? Maybe I need some general computer course that would help me understand all the jargon. 
Well, that's about it. Any advice will be appreciated. 
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/972bd82d-5d8f-4462-938b-ff37ffd7b3d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BWjgXO0pJkFk%3D3_wWW0PTJS%3D6Lumany6hH2n81%3DEW21fgrXFg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment