snfctech wrote: > I currently know zero Python and want to start a project with Django > ASAP. I've got the opportunity through my work to either take a 5-day > Python bootcamp or a Django bootcamp - not both. > > I don't anticipate having a whole bunch of time to brush up on Python > before the Django class - but is that necessary? How much Python do I > need to know before learning/using Django? Would a little brush up on > Python + intensive Django be okay? Or should I use my resources for > intensive Python and then use online tutorials/ books for Django? > > Also important to note: The project I want to start may involve using > SQLAlchemy and/or Elixir if the Django ORM doesn't support multiple > database connections in time. > > Thanks for the tips. > > > Hi again snfctech
In my personal opinion, python is rather easy to learn (I tried a couple of other languages but had huge problems learning them). Also I find django pretty straight forward, so after learning the basics of python, the syntax etc, I'd say you can learn it by coding django. It'll be a bit hard in the beginning and your code will be buggy but that's the way you learn! I learned the basics of python in about a day and 'okay' python skills in about a month of casual coding. Now after a bit more than half a year I'd say I'm rather good at it, only learning from other code and online stuff. Jonas PS: I also highly recommend hopping into some IRC channels once you got some code which you need help with, usually there's helpful people on there (eg. #django or #python) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---