Re: Beginning Django.

2018-04-30 Thread Kayode Oladipo
Thanks a lot George! On Apr 30, 2018 00:48, "George Lubaretsi" wrote: > Changes in 2.0 that are backwards incompatible are mostly low-level > things. As a beginner, you won't have to deal with them for some time. So > you can grab any book that is relevant for 1.11 and you'll be fine. > > I would

Beginning Django.

2018-04-29 Thread George Lubaretsi
Changes in 2.0 that are backwards incompatible are mostly low-level things. As a beginner, you won't have to deal with them for some time. So you can grab any book that is relevant for 1.11 and you'll be fine. I would actually advise to start your training project using Django 1.11 instead of 2

Re: Beginning Django.

2018-04-29 Thread James Farris
This is a great online book. Although written for Django 1.11 a lot still applies. https://djangobook.com/ Sent from my mobile device > On Apr 28, 2018, at 6:39 AM, Gerardo Palazuelos Guerrero > wrote: > > Hi > A quick online tutorial? The Django girls tutorial is very good, use Django >

Re: Beginning Django.

2018-04-28 Thread Gerardo Palazuelos Guerrero
Hi A quick online tutorial? The Django girls tutorial is very good, use Django 1.11 (LTS). Also is free. A good book but long? There is a good one Python TDD (Oreilly publisher) by Harry Percival. I’m enjoying too much. It use Django 1.11 (LTS). One Django 2.0 I can see Django By Example (Packt

Beginning Django.

2018-04-28 Thread Kayode Oladipo
Hello friends, I recently completed Python Crash Course 3 and I'm looking to go into web development with Django, there are almost no Django 2.0 books and I'm finding the official Polls tutorial a lil beginner unfriendly. Any advice as regards this? Thanks -- You received this message because yo