Re: [BangPypers] BangPypers Digest, Vol 88, Issue 21

2014-12-29 Thread Avinash Choudhary
Hi,

Can someone please send me book for learning python?

I am not able to find a free pdf online.

Thanks
 On 28-Dec-2014 4:30 PM, bangpypers-requ...@python.org wrote:

 Send BangPypers mailing list submissions to
 bangpypers@python.org

 To subscribe or unsubscribe via the World Wide Web, visit
 https://mail.python.org/mailman/listinfo/bangpypers
 or, via email, send a message with subject or body 'help' to
 bangpypers-requ...@python.org

 You can reach the person managing the list at
 bangpypers-ow...@python.org

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of BangPypers digest...


 Today's Topics:

1. mysqlclient not getting installed in python3 env (Mukesh Yadav)
2. Re: mysqlclient not getting installed in python3 env
   (Noufal Ibrahim KV)


 --

 Message: 1
 Date: Sun, 28 Dec 2014 16:20:46 +0530
 From: Mukesh Yadav mak@gmail.com
 To: Bangalore Python Users Group - India bangpypers@python.org
 Subject: [BangPypers] mysqlclient not getting installed in python3 env
 Message-ID:
 CABcMa_v89Zzo=
 tvno6qrv8gixjy8w55anfcxgf_ceyqnzgn...@mail.gmail.com
 Content-Type: text/plain; charset=UTF-8

 Hi,
   I have created virtualenv with python3 in ubuntu machine,  I tried with
 python 2.x env and its working fine but with python3 env its not getting
 installed. but when I try to install mysqlclient it gives following error.

 _mysql.c:40:20: fatal error: Python.h: No such file or directory

  #include Python.h

 ^

 compilation terminated.

 error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

 I have installed all the prerequisite i.e, python-dev.

 --
 Regards
 Mukesh Yadav
 mukeshyadav.com


 --

 Message: 2
 Date: Sun, 28 Dec 2014 16:26:29 +0530
 From: Noufal Ibrahim KV nou...@nibrahim.net.in
 To: Bangalore Python Users Group - India bangpypers@python.org
 Subject: Re: [BangPypers] mysqlclient not getting installed in python3
 env
 Message-ID: 87bnmot542@nibrahim.net.in
 Content-Type: text/plain

 On Sun, Dec 28 2014, Mukesh Yadav wrote:


 [...]

  I have installed all the prerequisite i.e, python-dev.

 You probably need python3-dev for Python3.

 --
 Cordially,
 Noufal
 http://nibrahim.net.in


 --

 Subject: Digest Footer

 ___
 BangPypers mailing list
 BangPypers@python.org
 https://mail.python.org/mailman/listinfo/bangpypers


 --

 End of BangPypers Digest, Vol 88, Issue 21
 **

___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers Digest, Vol 88, Issue 21

2014-12-29 Thread piyush singhai
Hello,

You can download from here.

python essential reference 3rd edition

https://microembedded.googlecode.com/files/Python_Essential_Reference_3rd_Edition.pdf

Thanks
Piyush



On Mon, Dec 29, 2014 at 3:27 PM, Avinash Choudhary 
avinash007choudh...@gmail.com wrote:

 Hi,

 Can someone please send me book for learning python?

 I am not able to find a free pdf online.

 Thanks
  On 28-Dec-2014 4:30 PM, bangpypers-requ...@python.org wrote:

  Send BangPypers mailing list submissions to
  bangpypers@python.org
 
  To subscribe or unsubscribe via the World Wide Web, visit
  https://mail.python.org/mailman/listinfo/bangpypers
  or, via email, send a message with subject or body 'help' to
  bangpypers-requ...@python.org
 
  You can reach the person managing the list at
  bangpypers-ow...@python.org
 
  When replying, please edit your Subject line so it is more specific
  than Re: Contents of BangPypers digest...
 
 
  Today's Topics:
 
 1. mysqlclient not getting installed in python3 env (Mukesh Yadav)
 2. Re: mysqlclient not getting installed in python3 env
(Noufal Ibrahim KV)
 
 
  --
 
  Message: 1
  Date: Sun, 28 Dec 2014 16:20:46 +0530
  From: Mukesh Yadav mak@gmail.com
  To: Bangalore Python Users Group - India bangpypers@python.org
  Subject: [BangPypers] mysqlclient not getting installed in python3 env
  Message-ID:
  CABcMa_v89Zzo=
  tvno6qrv8gixjy8w55anfcxgf_ceyqnzgn...@mail.gmail.com
  Content-Type: text/plain; charset=UTF-8
 
  Hi,
I have created virtualenv with python3 in ubuntu machine,  I tried with
  python 2.x env and its working fine but with python3 env its not getting
  installed. but when I try to install mysqlclient it gives following
 error.
 
  _mysql.c:40:20: fatal error: Python.h: No such file or directory
 
   #include Python.h
 
  ^
 
  compilation terminated.
 
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
 
  I have installed all the prerequisite i.e, python-dev.
 
  --
  Regards
  Mukesh Yadav
  mukeshyadav.com
 
 
  --
 
  Message: 2
  Date: Sun, 28 Dec 2014 16:26:29 +0530
  From: Noufal Ibrahim KV nou...@nibrahim.net.in
  To: Bangalore Python Users Group - India bangpypers@python.org
  Subject: Re: [BangPypers] mysqlclient not getting installed in python3
  env
  Message-ID: 87bnmot542@nibrahim.net.in
  Content-Type: text/plain
 
  On Sun, Dec 28 2014, Mukesh Yadav wrote:
 
 
  [...]
 
   I have installed all the prerequisite i.e, python-dev.
 
  You probably need python3-dev for Python3.
 
  --
  Cordially,
  Noufal
  http://nibrahim.net.in
 
 
  --
 
  Subject: Digest Footer
 
  ___
  BangPypers mailing list
  BangPypers@python.org
  https://mail.python.org/mailman/listinfo/bangpypers
 
 
  --
 
  End of BangPypers Digest, Vol 88, Issue 21
  **
 
 ___
 BangPypers mailing list
 BangPypers@python.org
 https://mail.python.org/mailman/listinfo/bangpypers

___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers Digest, Vol 88, Issue 21

2014-12-29 Thread Abhijit Bangera
‎Try to learn from youtube. You can also check out lynda.com. They have good 
course for python (beginners), paid course. Learning for video tuts is faster 
than reading books, personal opinion.

Regards,
Abhijit Bangera
www.geektech.in

Sent from my BlackBerry 10 smartphone.
From: Avinash Choudhary
Sent: Monday, 29 December 2014 3:27 PM
To: bangpypers@python.org
Reply To: Bangalore Python Users Group - India
Subject: Re: [BangPypers] BangPypers Digest, Vol 88, Issue 21


Hi,

Can someone please send me book for learning python?

I am not able to find a free pdf online.

Thanks
 On 28-Dec-2014 4:30 PM, bangpypers-requ...@python.org wrote:

 Send BangPypers mailing list submissions to
 bangpypers@python.org

 To subscribe or unsubscribe via the World Wide Web, visit
 https://mail.python.org/mailman/listinfo/bangpypers
 or, via email, send a message with subject or body 'help' to
 bangpypers-requ...@python.org

 You can reach the person managing the list at
 bangpypers-ow...@python.org

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of BangPypers digest...


 Today's Topics:

1. mysqlclient not getting installed in python3 env (Mukesh Yadav)
2. Re: mysqlclient not getting installed in python3 env
   (Noufal Ibrahim KV)


 --

 Message: 1
 Date: Sun, 28 Dec 2014 16:20:46 +0530
 From: Mukesh Yadav mak@gmail.com
 To: Bangalore Python Users Group - India bangpypers@python.org
 Subject: [BangPypers] mysqlclient not getting installed in python3 env
 Message-ID:
 CABcMa_v89Zzo=
 tvno6qrv8gixjy8w55anfcxgf_ceyqnzgn...@mail.gmail.com
 Content-Type: text/plain; charset=UTF-8

 Hi,
   I have created virtualenv with python3 in ubuntu machine,  I tried with
 python 2.x env and its working fine but with python3 env its not getting
 installed. but when I try to install mysqlclient it gives following error.

 _mysql.c:40:20: fatal error: Python.h: No such file or directory

  #include Python.h

 ^

 compilation terminated.

 error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

 I have installed all the prerequisite i.e, python-dev.

 --
 Regards
 Mukesh Yadav
 mukeshyadav.com


 --

 Message: 2
 Date: Sun, 28 Dec 2014 16:26:29 +0530
 From: Noufal Ibrahim KV nou...@nibrahim.net.in
 To: Bangalore Python Users Group - India bangpypers@python.org
 Subject: Re: [BangPypers] mysqlclient not getting installed in python3
 env
 Message-ID: 87bnmot542@nibrahim.net.in
 Content-Type: text/plain

 On Sun, Dec 28 2014, Mukesh Yadav wrote:


 [...]

  I have installed all the prerequisite i.e, python-dev.

 You probably need python3-dev for Python3.

 --
 Cordially,
 Noufal
 http://nibrahim.net.in


 --

 Subject: Digest Footer

 ___
 BangPypers mailing list
 BangPypers@python.org
 https://mail.python.org/mailman/listinfo/bangpypers


 --

 End of BangPypers Digest, Vol 88, Issue 21
 **

___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] Terrible choices: MySQL

2014-12-29 Thread Asif Jamadar
http://blog.ionelmc.ro/2014/12/28/terrible-choices-mysql/

Regards,
Asif
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] Python books online (was: BangPypers Digest, Vol 88, Issue 21)

2014-12-29 Thread Noufal Ibrahim KV
On Mon, Dec 29 2014, piyush singhai wrote:

 Hello,

 You can download from here.

 python essential reference 3rd edition

 https://microembedded.googlecode.com/files/Python_Essential_Reference_3rd_Edition.pdf

[...]

This looks like it's being hosted in violation of copyright. Please
don't publicise or use such copies. People put in a lot of effort to
produce these works and they deserve recognition and payment.

If you want free books, there are several that are available online for
free (legally). The official Python tutorial is one such
example[1]. There's also Zed Shaws LPtHW[2] - the HTML version is freely
available online. If you find it good, buy the PDF to support the
author. Dive into Python[3] is another GFDL'ed book available
online. There's also A Byte of Python[4].


Footnotes: 
[1]  https://docs.python.org/3/tutorial/index.html

[2]  http://learnpythonthehardway.org/

[3]  http://www.diveintopython.net/

[4]  http://www.swaroopch.com/notes/python/

-- 
Cordially,
Noufal
http://nibrahim.net.in
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Python certifications in India

2014-12-29 Thread Saager Mhatre
On Wed, Dec 24, 2014 at 12:02 AM, Noufal Ibrahim KV nou...@nibrahim.net.in
wrote:

 On Wed, Dec 24 2014, Saager Mhatre wrote:


 [...]

 
  We... I wouldn't put quite as much stock in the CCNA given the
  people we interviewed at TW for a sysad position.

 CCNA's are the lowest rung as far as I know. They're fairly easy to get
 too. CCIEs are very hard to get and the ones I know who have the
 certification are top players in their game.

 [...]


Agreed.

- d
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Python books online (was: BangPypers Digest, Vol 88, Issue 21)

2014-12-29 Thread Kartik Singhal
On Mon, Dec 29, 2014 at 10:48 PM, Noufal Ibrahim KV nou...@nibrahim.net.in
wrote:

 If you want free books, there are several that are available online for
 free (legally). The official Python tutorial is one such
 example[1]. There's also Zed Shaws LPtHW[2] - the HTML version is freely
 available online. If you find it good, buy the PDF to support the
 author. Dive into Python[3] is another GFDL'ed book available
 online. There's also A Byte of Python[4].


One more to add to the list -- Think Python:
http://www.greenteapress.com/thinkpython/ -- a very accessible book for
beginners to Python and programming in general, HTML/PDF editions are free.


-- 
Kartik
http://techglider.in
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers