Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Statements and Expressions
Post: Statements and Expressions

Understanding Statements and Expressions After a ton of research, reading and asking around here is my understanding of statements and expressions. I request all the feedback that you can muster. Wh...
Julie General Coding Help 1 1,654 Feb-23-2021, 11:46 PM
    Thread: What Are Python Literals?
Post: RE: What Are Python Literals?

(Sep-22-2020, 11:58 PM)bowlofred Wrote: (Sep-22-2020, 08:57 PM)Julie Wrote: Another question to help clarify things. When I hear immutable vs. mutable, I think of the list data type (mutable) vs. ...
Julie General Coding Help 11 4,532 Sep-23-2020, 02:10 PM
    Thread: What Are Python Literals?
Post: RE: What Are Python Literals?

(Sep-22-2020, 07:55 PM)ndc85430 Wrote: Values like integers, floats, strings and others are immutable and can't be changed, but you can change what a variable refers to. Awesome. Another question to...
Julie General Coding Help 11 4,532 Sep-22-2020, 08:57 PM
    Thread: What Are Python Literals?
Post: RE: What Are Python Literals?

(Sep-22-2020, 06:28 PM)bowlofred Wrote: But the most common thing is that it's just a way to define a particular constant object. The main types you see this with in core python are strings and numb...
Julie General Coding Help 11 4,532 Sep-22-2020, 07:46 PM
    Thread: What Are Python Literals?
Post: What Are Python Literals?

What Are Python Literals? I have been doing a lot of research and keep coming across vague and conflicting definitions of what literals are in Python. The most common vague description is a literal ...
Julie General Coding Help 11 4,532 Sep-22-2020, 05:36 PM

User Panel Messages

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