Re: Regarding python 3.10 installation

2022-09-19 Thread Michael F. Stemper
In order to save time for the experts here: On 19/09/2022 00.51, Shadid Alam wrote: Hello I’ve been trying to install updated python version i.e. python 10.7. There is no python 10.7. Are you possibly trying to install python 3.10.7? On what OS are you trying to install it? How are you tryin

Re: Regarding Python installation issue

2021-03-11 Thread Igor Korot
Hi, On Thu, Mar 11, 2021 at 8:57 AM APURVA DHOK wrote: > > Hi, I am Apurva > I am facing a problem with the Python installation. After installing any > Python version with(32 bit/64bit) on windows the script folder in python is > empty please help me to get pip.exe and easy_install.exe Which pyt

Re: Regarding Python

2020-04-17 Thread Bev In TX
Bev > On Apr 16, 2020, at 5:36 PM, Muneer Malla wrote: > ... potion snipped ... > I need to install python 3.7 or above version, however the previously > installed version is python2.7 > I tried many commands > sudo apt-get install python3.8 > after running the command it fails What failed?

Re: Regarding Python

2020-04-16 Thread Nick Kelley
I need to install python 3.7 or above version, however the previously installed version is python2.7 I tried many commands sudo apt-get install python3.8 after running the command it fails I removed pthon 2.7 but again when I run the command Python --version it again shows python 2.7 please sugge

Re: Regarding Python official website

2014-06-07 Thread Kushal Das
On Sat, Jun 7, 2014 at 1:12 AM, Aseem Bansal wrote: > The Python website is undergoing an overhaul for better looks. Is there > anything like a forum where it is being discussed. I mean where the schedule > for this is being maintained or the same is being discussed? https://github.com/python/p

Re: Regarding Python official website

2014-06-07 Thread Aseem Bansal
The Job board. It has been on hold for quite some time. -- https://mail.python.org/mailman/listinfo/python-list

Re: Regarding Python official website

2014-06-06 Thread Ned Deily
In article <17ad7280-65dd-4db9-9f4a-7bdd8bb7c...@googlegroups.com>, Aseem Bansal wrote: > The Python website is undergoing an overhaul for better looks. Is there > anything like a forum where it is being discussed. I mean where the schedule > for this is being maintained or the same is being di

Re: Regarding Python is scripting language or not

2009-06-19 Thread Alan G Isaac
On 6/17/2009 8:38 AM Jean-Michel Pichavant apparently wrote: > I'm pretty sure you'll be able to find OOP scripting > language. http://www.amazon.com/Scripting-Objects-Comparative-Presentation-Object-Oriented/dp/047039725X/ref=sr_1_1?ie=UTF8&s=books&qid=1245276357&sr=1-1> fwiw, Alan Isaac -- h

Re: Regarding Python is scripting language or not

2009-06-18 Thread Terry Reedy
Jochen Schulz wrote: Terry Reedy: Jochen Schulz wrote: If, by "object-oriented" you mean "everything has to be put into classes", then Python is not object-oriented. That depends on what you mean by 'put into classes' (and 'everything'). :) What I meant was that in Python you can write code

Re: Regarding Python is scripting language or not

2009-06-18 Thread Aaron Brady
On Jun 18, 6:07 am, Jochen Schulz wrote: > Terry Reedy: > > > Jochen Schulz wrote: > > >> If, by "object-oriented" you mean "everything has to be put into > >> classes", then Python is not object-oriented. > > > That depends on what you mean by 'put into classes' (and 'everything'). > > :) What I

Re: Regarding Python is scripting language or not

2009-06-18 Thread Jochen Schulz
Terry Reedy: > Jochen Schulz wrote: >> >> If, by "object-oriented" you mean "everything has to be put into >> classes", then Python is not object-oriented. > > That depends on what you mean by 'put into classes' (and 'everything'). :) What I meant was that in Python you can write code without de

Re: Regarding Python is scripting language or not

2009-06-18 Thread Bruno Desthuilliers
Asun Friere a écrit : (snip) OTOH the whole notion of defining OO by the use of classes automatically excludes from consideration prototype-based OO languages (eg. Self) which arguably offer a purer approach to OO than class centric languages. FWIW, there's no notion of "class" in the minimal

Re: Regarding Python is scripting language or not

2009-06-18 Thread Arnaud Delobelle
Christian Heimes writes: > Terry Reedy wrote: >> If you mean 'be an instance of a class', which I think is the most >> natural reading, then Python *is* object-oriented and, if I understand >> what I have read correctly (so that ints are just (unboxed) ints and not >> members of an int class), Ja

Re: Regarding Python is scripting language or not

2009-06-17 Thread Aaron Brady
On Jun 17, 7:38 am, Jean-Michel Pichavant wrote: > abhishek goswami wrote: > > Hi, > > I have very basic question about Python that do we consider pyhton as > > script language. > > I searched in google but it becomes more confusion for me. After some > > analysis I came to know that Python suppor

Re: Regarding Python is scripting language or not

2009-06-17 Thread Asun Friere
On Jun 18, 5:03 am, Terry Reedy wrote: > That depends on what you mean by 'put into classes' (and 'everything'). > > If you mean 'be an instance of a class', which I think is the most > natural reading, then Python *is* object-oriented and, if I understand > what I have read correctly (so that in

Re: Regarding Python is scripting language or not

2009-06-17 Thread Lie Ryan
Jean-Michel Pichavant wrote: > abhishek goswami wrote: >> Hi, >> I have very basic question about Python that do we consider pyhton as >> script language. >> I searched in google but it becomes more confusion for me. After some >> analysis I came to know that Python support oops . >> >> Can anyone

Re: Regarding Python is scripting language or not

2009-06-17 Thread Christian Heimes
Terry Reedy wrote: > If you mean 'be an instance of a class', which I think is the most > natural reading, then Python *is* object-oriented and, if I understand > what I have read correctly (so that ints are just (unboxed) ints and not > members of an int class), Java *is not*! A friend of mine ca

Re: Regarding Python is scripting language or not

2009-06-17 Thread Terry Reedy
Jochen Schulz wrote: abhishek goswami: Can anyone Guide me that Python is Oject oriented programming language or Script language In my opinion, Python is both. But an "objective" answer would require you to define what you means by these terms. If, by "object-oriented" you mean "everything ha

Re: Regarding Python is scripting language or not

2009-06-17 Thread Ken Seehart
abhishek goswami wrote: Hi, I have very basic question about Python that do we consider pyhton as script language. I searched in google but it becomes more confusion for me. After some analysis I came to know that Python support oops . Can anyone Guide me that Python is Oject oriented program

Re: Regarding Python is scripting language or not

2009-06-17 Thread Martin P. Hellwig
Jochen Schulz wrote: abhishek goswami: Can anyone Guide me that Python is Oject oriented programming language or Script language In my opinion, Python is both. But an "objective" answer would require you to define what you means by these terms. If, by "object-oriented" you mean "everything ha

Re: Regarding Python is scripting language or not

2009-06-17 Thread Jochen Schulz
abhishek goswami: > > Can anyone Guide me that Python is Oject oriented programming language > or Script language In my opinion, Python is both. But an "objective" answer would require you to define what you means by these terms. If, by "object-oriented" you mean "everything has to be put into c

Re: Regarding Python is scripting language or not

2009-06-17 Thread Jean-Michel Pichavant
abhishek goswami wrote: Hi, I have very basic question about Python that do we consider pyhton as script language. I searched in google but it becomes more confusion for me. After some analysis I came to know that Python support oops . Can anyone Guide me that Python is Oject oriented program

Re: regarding python and c++ interaction

2005-10-05 Thread Fredrik Lundh
"parul garg" wrote: > i am new to python.i hav to call function of c++ .so file(shared > library)on linux. > any how i am not able to do that. > i had made one zoo.so file.when i import it this gives the following error... > import zoo > Traceback (most recent call last): > File "", line 1,

Re: regarding python and c++ interaction

2005-10-05 Thread Diez B. Roggisch
> i am new to python.i hav to call function of c++ .so file(shared > library)on linux. > any how i am not able to do that. > i had made one zoo.so file.when i import it this gives the following error... > > import zoo > > Traceback (most recent call last): > File "", line 1, in ? > ImportE