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
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
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?
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
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
The Job board. It has been on hold for quite some time.
--
https://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
"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,
> 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
24 matches
Mail list logo