Re: [BangPypers] regarding python

2013-06-21 Thread स्वक्ष
On Fri, Jun 21, 2013 at 7:34 AM, Puneeth Chaganti 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? Fwiw, http://dpast

Re: [BangPypers] regarding python

2013-06-21 Thread Puneeth Chaganti
On Fri, Jun 21, 2013 at 12:54 PM, स्वक्ष wrote: > On Fri, Jun 21, 2013 at 5:41 AM, Dhruv Baldawa 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 t

Re: [BangPypers] regarding python

2013-06-21 Thread स्वक्ष
On Fri, Jun 21, 2013 at 5:41 AM, Dhruv Baldawa 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 again and report. svaks

Re: [BangPypers] regarding python

2013-06-21 Thread Mandar Vaze / मंदार वझे
> > > Instead of separate IPython and text editor, you can try > > > 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. > > > >

Re: [BangPypers] regarding python

2013-06-20 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-20 Thread Dhruv Baldawa
-- Dhruv Baldawa (http://www.dhruvb.com) On Fri, Jun 21, 2013 at 10:57 AM, स्वक्ष wrote: > On Thu, Jun 20, 2013 at 7:18 AM, Dhruv Baldawa > wrote: > > -- > > Dhruv Baldawa > > (http://www.dhruvb.com) > > > > > > On Thu, Jun 20, 2013 at 12:36 PM, Vivek Puri > wrote: > > > >> Hi, > >> > >> Ple

Re: [BangPypers] regarding python

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

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 wrote: > Hi, > > pl check out below links: > > http://www.tutorialspoint.com/ > http://docs.pyth

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 vi

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 wrote: > -- > Dhruv Baldawa > (http://www.dhruvb.com) > > > On Thu, Jun 20, 2013 at

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 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. > > If you are f

Re: [BangPypers] regarding python

2013-06-19 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, p

Re: [BangPypers] regarding python

2013-06-19 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 wrote: > Thanks for replies.. > > Please let me know best IDE for python development.. as beginner i am >

Re: [BangPypers] regarding python

2013-06-19 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 wrote: > Hi, > > pl check out below links: > > http://www.tutorialspoint.com/ > http://docs.python.org, > http

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-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 wrote: > I would highly recommend Mark Pilgrim's 'Dive Into Python' ebook available > freely > > html

Re: [BangPypers] regarding python

2013-06-18 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 y

Re: [BangPypers] regarding python

2013-06-18 Thread Bibhas Ch Debnath
For video tutorials for beginners, you can check Google's Python Class videos. Bibhas http://bibhas.in On 18 June 2013 21:27, Sreenivas Reddy T wrote: > This link helps beginners a lot. http://learnpythonthehardway.org/book/ > > > > > > > Best Regards, > Srinivas Reddy Thatiparthy > 9703

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 wrote: > hello Python gro

[BangPypers] regarding python

2013-06-18 Thread Siva Ranganath
hello Python group, I am siva working as an software engineer with 4 years of open systems exp. i am looking to learn python as beginner i am looking for good video session it better if i get any lecture by indian faculty for proper understanding. iam looking forward from you. advance thanks

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 it

[BangPypers] Regarding Python Doc

2011-02-18 Thread Shashidhar P
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 it shows no documentation for 'myfilename,py' ca

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

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 wrote: > > > On Mon, Feb 8, 2010 at 4:58 PM, Shashwat Anand > >wrote: > > > > > Mine one of senior (at Amazon) suggested me "Go learn C++/ Java and > > improve > >

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Anand Balachandran Pillai
On Mon, Feb 8, 2010 at 5:06 PM, Navin Kabra wrote: > On Mon, Feb 8, 2010 at 4:58 PM, Shashwat Anand >wrote: > > > Mine one of senior (at Amazon) suggested me "Go learn C++/ Java and > improve > > your DS/ Algo/ OS/OOP skills > > > > > That is a wrong notion and should be corrected immediately.

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 'resource

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/

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 p

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Navin Kabra
On Mon, Feb 8, 2010 at 4:58 PM, Shashwat Anand wrote: > 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 most important skills f

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 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

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

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Dhananjay Nene
On Mon, Feb 8, 2010 at 4:25 PM, Srinivas Reddy Thatiparthy < srinivas_thatipar...@akebonosoft.com> wrote: > >>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 f

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Shashwat Anand
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 these t

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Dhananjay Nene
On Mon, Feb 8, 2010 at 4:50 PM, Noufal Ibrahim wrote: > On Mon, Feb 8, 2010 at 4:24 PM, Kenneth Gonsalves > 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 r

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:20 PM, Kenneth Gonsalves 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 solution for t

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Noufal Ibrahim
On Mon, Feb 8, 2010 at 4:24 PM, Kenneth Gonsalves 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 languages h

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Noufal Ibrahim
On Mon, Feb 8, 2010 at 4:25 PM, Srinivas Reddy Thatiparthy 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 I haven't seen a domain in which P

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Ankur Gupta
Hi, Python usage as a prototyping language is very high. Lot of ppl in Machine Learning field use Python to prototype and test their algorithm against small dataset and finally code the same in C++/Java for deployment. (Don't want to get into what runs fast/slow flamewar plz). Regards Ankur On M

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 writ

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Kenneth Gonsalves
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 languages have a good sweetspot they manage to excel at. > And thats what

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 whi

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Dhananjay Nene
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 Propert

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

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Anand Chitipothu
On Mon, Feb 8, 2010 at 3:22 PM, Srinivas Reddy Thatiparthy 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 > rights they stay away from python, >

Re: [BangPypers] Regarding Python popularity

2010-02-08 Thread Noufal Ibrahim
On Mon, Feb 8, 2010 at 3:22 PM, Srinivas Reddy Thatiparthy wrote: > 1.The other day my friend was saying ;Since python is opensource , 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. "

[BangPypers] Regarding Python popularity

2010-02-08 Thread Srinivas Reddy Thatiparthy
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? 2.What hinders python from becoming a popular OOP language,l