Andrew, can you help me develop some professional courses on Python, Cassandra and Django.
Regards Rajesh On Saturday, December 5, 2015 at 10:13:58 PM UTC+5:30, Andrew Farrell wrote: > > Python tutorials: > The tutorial I first learned python from was Think Python > <http://www.greenteapress.com/thinkpython/>, which is free to download. > That was several years ago and better things have been written since. > I am a fan of the approach that Learn Python the Hard Way > <http://learnpythonthehardway.org/> takes, but I haven't worked through > it extensively. > One thing these tutorials tend to skip over is the use of pdb > <https://docs.python.org/3/library/pdb.html>, which I found very useful > when I was first starting out and which I continue to find useful. > > While I've got you, can I shamelessly-plug two other resources? > > Django tutorials: > Test-Driven development with Python > <http://chimera.labs.oreilly.com/books/1234000000754>: I think > test-driven development is a great approach for beginners because it helps > solve the "where in the name of the FSM is the bug coming from?" problem. > The usual downfall is that it takes some guidance to set yourself up for > TDD if you are new to a language or toolset. Harry Percival does a good job > of providing that guidance. > Django Unleashed > <https://www.safaribooksonline.com/library/view/django-unleashed/9780133812497/>: > > This provides both an introduction to django itself and broader context of > how to deploy it in production, the basics of web architecture, and some > reasons behind design decisions. > > On Sat, Dec 5, 2015 at 9:55 AM, Mark Phillips <[email protected] > <javascript:>> wrote: > >> Try this - http://lmgtfy.com/?q=python+tutorial >> >> Mark >> >> On Sat, Dec 5, 2015 at 12:49 AM, Davron <[email protected] >> <javascript:>> wrote: >> >>> HI! >>> Could any python's gurus give me a some links, >>> which leads to for a real comprehensive python-tutorial, Please. >>> Thanks in advance! >>> >>> -- >>> 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 [email protected] <javascript:>. >>> To post to this group, send email to [email protected] >>> <javascript:>. >>> 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/6a62be92-2cbe-4578-a66a-145850b4fed0%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/django-users/6a62be92-2cbe-4578-a66a-145850b4fed0%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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/CAEqej2OOmrcZoMTXMcRU%2BPCDPY0WmMxVYG9nOG-UeZt0fbdG5g%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/django-users/CAEqej2OOmrcZoMTXMcRU%2BPCDPY0WmMxVYG9nOG-UeZt0fbdG5g%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> 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 [email protected]. To post to this group, send email to [email protected]. 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/2f50c8be-f087-43d1-b17e-91808b154b47%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

