Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Question about how python being interpreted.
Post: Question about how python being interpreted.

Hi all, My question is a bit general, but for some reason I couldn't find any answer for it online. I know that python is mostly an interpreted language. Usually an interpreted language (as far as I ...
Nirelg General Coding Help 2 3,595 May-09-2017, 08:33 PM
    Thread: Question about primitive variables.
Post: RE: Question about primitive variables.

(Apr-02-2017, 11:48 PM)micseydel Wrote: (Apr-01-2017, 08:25 PM)Nirelg Wrote: why "2**32 is 2**32" gives us output of "False"?Generally, is should not be used to compare ints (or for equality in ge...
Nirelg General Coding Help 16 10,484 Apr-03-2017, 01:01 AM
    Thread: Question about primitive variables.
Post: RE: Question about primitive variables.

(Apr-01-2017, 11:00 PM)snippsat Wrote: (Apr-01-2017, 10:27 PM)Nirelg Wrote: They are both int after all, so why when I write twice 2**2 it gives me the same id yet when I do the same for 2**11 it ...
Nirelg General Coding Help 16 10,484 Apr-02-2017, 10:11 PM
    Thread: Question about primitive variables.
Post: RE: Question about primitive variables.

(Apr-01-2017, 09:24 PM)ichabod801 Wrote: (Apr-01-2017, 09:04 PM)wavic Wrote: I think you can add the booleans to the list too. I thought about that, because they are a subclass of int. However, th...
Nirelg General Coding Help 16 10,484 Apr-01-2017, 10:27 PM
    Thread: Question about primitive variables.
Post: RE: Question about primitive variables.

(Apr-01-2017, 05:58 PM)micseydel Wrote: What's the source? What different, other than semantics, are they claiming? The difference can be important in other languages. I wouldn't say Python has pri...
Nirelg General Coding Help 16 10,484 Apr-01-2017, 08:25 PM
    Thread: Question about primitive variables.
Post: Question about primitive variables.

Hi all, I have started to learn what primitive variables are vs Referenced ones. The problem is, that once I have read that python is fully referenced, object orientated language, which have no prim...
Nirelg General Coding Help 16 10,484 Apr-01-2017, 05:06 PM
    Thread: Error "an integer is required" in getpass.getuser().
Post: RE: Error "an integer is required" in getpass.getu...

Well, I still haven't found a way to really fix the issue. Using return True only partially fix my problem, leaving the first time I change a tab with an error, making me unable of getting the first t...
Nirelg General Coding Help 5 5,463 Mar-04-2017, 02:25 PM
    Thread: Error "an integer is required" in getpass.getuser().
Post: RE: Error "an integer is required" in getpass.getu...

(Mar-02-2017, 08:44 AM)Ofnuts Wrote: Try adding a return True to your function. Firstly, thanks for answering. Secondly, I did what you suggested, yet now the outcome even weirder for me. python co...
Nirelg General Coding Help 5 5,463 Mar-02-2017, 01:11 PM
    Thread: Error "an integer is required" in getpass.getuser().
Post: Error "an integer is required" in getpass.getuser(...

Hi all, I am trying to write a simple "Keylogger" code using python. I am really on the beginning of the code, yet I found a weird error. my code: import getpass import pyHook import pythoncom def ...
Nirelg General Coding Help 5 5,463 Mar-02-2017, 02:02 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020