Re: [BangPypers] regarding python

2013-06-21 Thread Siva Ranganath
Thanks for python group. I have some hands on Eclipse. so i will go with Eclipse . the basic programs i will start on VI editor. thanks for everybody who have replied for my mail.I am expecting the same support from the community to make my python learning course success. Thanks Siva 9000163232.

Re: [BangPypers] regarding python

2013-06-21 Thread Mandar Vaze / मंदार वझे
Instead of separate IPython and text editor, you can try Canopyhttps://enthought.com/products/canopy/, After the above email - I have downloaded Canopy. You might want to mention that canopy-1.0.0-rh5-32.sh is an installer only for RedHat, precisely RH5 or above. No, thats not

Re: [BangPypers] regarding python

2013-06-21 Thread स्वक्ष
On Fri, Jun 21, 2013 at 5:41 AM, Dhruv Baldawa dhruvbald...@gmail.com wrote: No, thats not the case. Althought still in beta, our users have been using it in Fedora, CentOS, Ubuntu 12.04+ and Archlinux also. hmm..should have saved the error message it threw on Ubuntu13.04. Will try it

Re: [BangPypers] regarding python

2013-06-21 Thread Puneeth Chaganti
On Fri, Jun 21, 2013 at 12:54 PM, स्वक्ष svak...@gmail.com wrote: On Fri, Jun 21, 2013 at 5:41 AM, Dhruv Baldawa dhruvbald...@gmail.com wrote: No, thats not the case. Althought still in beta, our users have been using it in Fedora, CentOS, Ubuntu 12.04+ and Archlinux also. hmm..should

Re: [BangPypers] regarding python

2013-06-21 Thread स्वक्ष
On Fri, Jun 21, 2013 at 7:34 AM, Puneeth Chaganti puncha...@gmail.com wrote: There are known issues with some distributions of Linux. These have been fixed, and an update is just round the corner. You could, possibly, wait until then. Is there a dev-list where I can track announcements?

Re: [BangPypers] regarding python

2013-06-20 Thread Siva Ranganath
Thanks for replies.. Please let me know best IDE for python development.. as beginner i am writing as Shell scripts. Thanks Siva. On Wed, Jun 19, 2013 at 3:09 PM, G.T.RAO netwebst...@gmail.com wrote: Hi, pl check out below links: http://www.tutorialspoint.com/

Re: [BangPypers] regarding python

2013-06-20 Thread L Radhakrishna Rao
Dive into python by Mr Mark Pilgrim is a good book to start, though you will get confused in the topics of iterators. Regards, Radhakrishna On Thu, Jun 20, 2013 at 11:55 AM, Siva Ranganath workfors...@gmail.comwrote: Thanks for replies.. Please let me know best IDE for python development..

Re: [BangPypers] regarding python

2013-06-20 Thread Vivek Puri
Hi, Please let me know best IDE for python development.. as beginner i am writing as Shell scripts. Best IDE is matter of familiarity and personal preference. If you are familiar with Eclipse then you will find pydev to be useful. As a beginner even if you are not used to Eclipse,

Re: [BangPypers] regarding python

2013-06-20 Thread Dhruv Baldawa
-- Dhruv Baldawa (http://www.dhruvb.com) On Thu, Jun 20, 2013 at 12:36 PM, Vivek Puri vpuri.soc...@gmail.com wrote: Hi, Please let me know best IDE for python development.. as beginner i am writing as Shell scripts. Best IDE is matter of familiarity and personal preference.

Re: [BangPypers] regarding python

2013-06-20 Thread L Radhakrishna Rao
Don't start with IDE, rather, take a note pad and compile the python files. It will be a good learning. I use Aptana studio now, though I had started with notepad. On Thu, Jun 20, 2013 at 12:48 PM, Dhruv Baldawa dhruvbald...@gmail.comwrote: -- Dhruv Baldawa (http://www.dhruvb.com) On

Re: [BangPypers] regarding python

2013-06-20 Thread prashanth B.G
Hi, Best thing to learn any new language is not to use IDE initially . Just plain notepad / Notepad++ (has syntax highlighting) with a console to run the code. You can also use IDLE which comes with python though it doesn't give you the IDE feel. gvim will also serve the purpose since it is

Re: [BangPypers] regarding python

2013-06-20 Thread ankur ~ अंकुर
HI, If you love to view all conference videos then check. http://pyvideo.org/ And one more http://showmedo.com/videotutorials/python Thank You, Ankur. On Wed, Jun 19, 2013 at 3:09 PM, G.T.RAO netwebst...@gmail.com wrote: Hi, pl check out below links: http://www.tutorialspoint.com/

Re: [BangPypers] regarding python

2013-06-20 Thread स्वक्ष
On Thu, Jun 20, 2013 at 7:18 AM, Dhruv Baldawa dhruvbald...@gmail.com wrote: -- Dhruv Baldawa (http://www.dhruvb.com) On Thu, Jun 20, 2013 at 12:36 PM, Vivek Puri vpuri.soc...@gmail.com wrote: Hi, Please let me know best IDE for python development.. as beginner i am 0. SPE - Stani's

Re: [BangPypers] regarding python

2013-06-20 Thread Dhruv Baldawa
-- Dhruv Baldawa (http://www.dhruvb.com) On Fri, Jun 21, 2013 at 10:57 AM, स्वक्ष svak...@gmail.com wrote: On Thu, Jun 20, 2013 at 7:18 AM, Dhruv Baldawa dhruvbald...@gmail.com wrote: -- Dhruv Baldawa (http://www.dhruvb.com) On Thu, Jun 20, 2013 at 12:36 PM, Vivek Puri

Re: [BangPypers] regarding python

2013-06-19 Thread ashish makani
I would highly recommend Mark Pilgrim's 'Dive Into Python' ebook available freely html : http://www.diveinto.org/python3/ pdf : http://www.bogotobogo.com/python/files/pytut/dive-into-python3.pdf All the best Siva ! *The only way to do great work is to love what you do. If you haven’t found it

Re: [BangPypers] regarding python

2013-06-19 Thread Dhruv Baldawa
Similar thread on Mumpy group here: https://groups.google.com/forum/#!msg/mumpy/La6I425d8vI/EK3OZPIvygYJ -- Dhruv Baldawa (http://www.dhruvb.com) On Wed, Jun 19, 2013 at 11:58 AM, ashish makani ashish.mak...@gmail.comwrote: I would highly recommend Mark Pilgrim's 'Dive Into Python' ebook

Re: [BangPypers] regarding python

2013-06-19 Thread G.T.RAO
Hi, pl check out below links: http://www.tutorialspoint.com/ http://docs.python.org, http://anandology.com/python-practice-book/getting-started.html Core Python Programming [Wesley J. Chun] (Prentice Hall PTR) python wrestly chun 2nd edition.pdf, Regards, On Wed, Jun 19, 2013 at 12:34 PM,

Re: [BangPypers] regarding python

2013-06-18 Thread Sreenivas Reddy T
This link helps beginners a lot. http://learnpythonthehardway.org/book/ Best Regards, Srinivas Reddy Thatiparthy 9703888668. Anyone who has never made a mistake has never tried anything new !!! --Albert Einstein On Tue, Jun 18, 2013 at 7:47 PM, Siva Ranganath workfors...@gmail.comwrote:

Re: [BangPypers] Regarding Python Doc

2011-02-18 Thread steve
On 02/18/2011 03:51 PM, Shashidhar P wrote: Hello I want to do python documentation, I am using Pydoc but I am unable to write python documentation for python file. I have included docstrings for each classes and functions which I have written. but when I run this command @ pydoc myfilename.py

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Anand Chitipothu
On Mon, Feb 8, 2010 at 3:22 PM, Srinivas Reddy Thatiparthy srinivas_thatipar...@akebonosoft.com wrote: 1.The other day my friend was saying ;Since python is opensource ,so many companies fear that their product's byte code could be reverse engineered.To protect  their Intellectual Property

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Srinivas Reddy Thatiparthy
The fact that Python is open source is orthogonal to the fact that it compiles source into bytecode which can be decompiled. Also Python can't be open source. Python is a programming language. A concrete implementation (eg. CPython) can be open source. By your logic, C is opensource (in it's gcc

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Kenneth Gonsalves
could you fix your mail client please - the formatting is a mess and I cannot make out what is quoted and what is not On Monday 08 Feb 2010 4:07:19 pm Srinivas Reddy Thatiparthy wrote: The fact that Python is open source is orthogonal to the fact that it compiles source into bytecode which

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Srinivas Reddy Thatiparthy
If you look beyond the Marketing and a bit of the resultant herd mentality, you will realise that most languages have a good sweetspot they manage to excel at. I never searched for it .But in what domains Python is excellent compared to other OOP languages? I know that for AI ,you need to write

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Noufal Ibrahim
On Mon, Feb 8, 2010 at 4:25 PM, Srinivas Reddy Thatiparthy srinivas_thatipar...@akebonosoft.com wrote: [..] I never searched for it .But in what domains  Python is excellent compared to other OOP languages? Glue apps. It seems to have a foothold in web programming Prototyping/Rapid development

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Noufal Ibrahim
On Mon, Feb 8, 2010 at 4:24 PM, Kenneth Gonsalves law...@au-kbc.org wrote: On Monday 08 Feb 2010 4:17:23 pm Dhananjay Nene wrote: So to put it simply - there is no simple cut and dry answer. If you look beyond the Marketing and a bit of the resultant herd mentality, you will realise that most

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Dhananjay Nene
On Mon, Feb 8, 2010 at 4:20 PM, Kenneth Gonsalves law...@au-kbc.org wrote: could you fix your mail client please - the formatting is a mess and I cannot make out what is quoted and what is not Hmm.. begs the question what could I do about it .. its GMail web client :D Not sure if I have a

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Kenneth Gonsalves
On Monday 08 Feb 2010 4:47:01 pm Noufal Ibrahim wrote: You don't need to write code in lisp for AI. Lisp excels at symbol manipulation which was once thought of as an important feature of an intelligent system. I have written AI code in pascal -- regards Kenneth Gonsalves Senior Project

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Dhananjay Nene
On Mon, Feb 8, 2010 at 4:50 PM, Noufal Ibrahim nou...@gmail.com wrote: On Mon, Feb 8, 2010 at 4:24 PM, Kenneth Gonsalves law...@au-kbc.org wrote: On Monday 08 Feb 2010 4:17:23 pm Dhananjay Nene wrote: So to put it simply - there is no simple cut and dry answer. If you look beyond the

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Shashwat Anand
rant Companies coming for hiring (campus-placement) never look the knowledge of python as an additional advantage. Infact none of them care. I check-listed the profile of all the 20+ companies which came and none of them had to deal with anything python (except google, amazon, directi) and even

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Kenneth Gonsalves
On Monday 08 Feb 2010 4:50:07 pm Noufal Ibrahim wrote: excellent answer - but you should add that choice of language and platform is most often done by suits without domain knowledge and on extraneous considerations[..] The converse where 'hackers' don't understand the forces that drive

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Kenneth Gonsalves
On Monday 08 Feb 2010 4:54:44 pm Dhananjay Nene wrote: On Mon, Feb 8, 2010 at 4:20 PM, Kenneth Gonsalves law...@au-kbc.org wrote: could you fix your mail client please - the formatting is a mess and I cannot make out what is quoted and what is not Hmm.. begs the question what could I do

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Navin Kabra
On Mon, Feb 8, 2010 at 4:58 PM, Shashwat Anand anand.shash...@gmail.comwrote: Mine one of senior (at Amazon) suggested me Go learn C++/ Java and improve your DS/ Algo/ OS/OOP skills On the other hand, I would like to point out that to really, really improve your DS/Algo skills (two of the

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Kenneth Gonsalves
On Monday 08 Feb 2010 4:58:47 pm Shashwat Anand wrote: Just wanted to say that for a student, who want ti get recruited via campus placement knowledge of C/C++/Java is a must and the knowledge of python doesn't even count. Sad I would not say that - there is a demand in India for python

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Shashwat Anand
On the other hand, I would like to point out that to really, really improve your DS/Algo skills (two of the most important skills for a CS graduate, IMO), python is a great language. You can learn, and prototype, and experiment much faster than if you were to try the same thing in Java/C/C++

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Jeff Rush
Srinivas Reddy Thatiparthy wrote: This is subjective. I personally think it's mainly marketing (Java had Sun and C# had MS). This leads to secondary effects like certifications (which are useful for non-tech hiring managers to evaluate potential employees), availability of 'resources' (since

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Dhananjay Nene
On Mon, Feb 8, 2010 at 5:57 PM, Anand Balachandran Pillai abpil...@gmail.com wrote: On Mon, Feb 8, 2010 at 5:06 PM, Navin Kabra navin.ka...@gmail.com wrote: On Mon, Feb 8, 2010 at 4:58 PM, Shashwat Anand anand.shash...@gmail.com wrote: Mine one of senior (at Amazon) suggested me Go

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Arun Ravindran
Hi, 1.The other day my friend was saying ;Since python is opensource ,so many companies fear that their product's byte code could be reverse engineered.To protect their Intellectual Property rights they stay away from python, is it true? If the company in question has great concerns abt