Re: [BangPypers] Fwd: Issue with basemap import

2014-09-23 Thread Senthil Kumaran
How did you install your base package? The matplotlib? Are you using any distribution? If you installed it separately., then looks like you will have to install basecamp using the matplotlib toolkits ( http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits/) too. If you are using a pr

Re: [BangPypers] New to Python

2014-09-23 Thread Kazim Abbas
Hi, I will check all the given link, But how can i start a project in Django, Please let me know On Mon, Sep 22, 2014 at 7:13 PM, Samarendra wrote: > Hi Awanish, > > Welcome to the world of Python! > > If your basics of Python are clear, you can start with either of these > frameworks. I perso

Re: [BangPypers] New to Python

2014-09-23 Thread Haris Ibrahim K. V.
Kazim, As Saramendra said, only jump into Django if you have basics of Python learnt well. The official documentation of Django is very good to get started. For installation, use this: https://docs.djangoproject.com/en/1.7/intro/install/. For a step by step tutorial to get started, use this: http

Re: [BangPypers] New to Python

2014-09-23 Thread Senthil Kumaran
On Tue, Sep 23, 2014 at 7:15 PM, Kazim Abbas wrote: > But how can i start a project in Django, > Please let me know > Start with this book called Two scoops of Django, which is a recent entrant and geared towards beginners. Then you can look at the official Django docs. -- Senthil ___

Re: [BangPypers] New to Python

2014-09-23 Thread Haris Ibrahim K. V.
Hey Senthil, I don't quite think Two Scoops is a complete beginner material. It is not a tutorial for instance. It is more like one of the best reference books to get your Django code whipped up into proper shape as well as to give better performance altogether. That's my feeling after going thro

Re: [BangPypers] New to Python

2014-09-23 Thread Arun Ravindran
Hi Awanish, If you are are attending Pycon this year, then there will be a panel discussion addressing this very topic. The web frameworks which will be discussed and compared are: Django, Flask and web.py Regards, Arun On Tue, Sep 23, 2014 at 6:49 PM, Haris Ibrahim K. V. wrote: > Hey Senthil,

Re: [BangPypers] New to Python

2014-09-23 Thread Kartik Singhal
On Tue, Sep 23, 2014 at 6:49 PM, Haris Ibrahim K. V. wrote: > I don't quite think Two Scoops is a complete beginner material. It is > not a tutorial for instance. It is more like one of the best reference > books to get your Django code whipped up into proper shape as well as > to give better perf

Re: [BangPypers] New to Python

2014-09-23 Thread L. Guruprasad
On Tuesday 23 September 2014 09:56 PM, Kartik Singhal wrote: > On Tue, Sep 23, 2014 at 6:49 PM, Haris Ibrahim K. V. > wrote: >> I don't quite think Two Scoops is a complete beginner material. It is >> not a tutorial for instance. It is more like one of the best reference >> books to get your Djang

Re: [BangPypers] Fwd: Issue with basemap import

2014-09-23 Thread narayan naik
hi,anybody help me to learn python.I am beginer On Tue, Sep 23, 2014 at 1:59 PM, Senthil Kumaran wrote: > How did you install your base package? The matplotlib? Are you using any > distribution? > If you installed it separately., then looks like you will have to install > basecamp using the matp

Re: [BangPypers] Best books for python

2014-09-23 Thread Pankaj Gupta
Hi Ashok, You can use "Learning Python by Mark Lutz" and then "Programming Python by Mark Lutz". This will help you understand python better.​ On Sun, Sep 21, 2014 at 12:22 PM, Ashok K < mails.as...@yahoo.com.dmarc.invalid> wrote: > > Hello All, > > I have learnt the python basics by viewing fe

Re: [BangPypers] Best books for python

2014-09-23 Thread sayantan bhattacharya
You can also try out Beginning Python - from Novice to Professional. On Sep 21, 2014 12:28 PM, "Ashok K" wrote: > Hello All, > > I have learnt the python basics by viewing few videos. Want to gain > in-depth knowledge and master python:) > > Please suggest some books/materials that would help me