Python problems...
-
You don't remember "Life of Brian" with the centurion who can't stop laughing at the name "Biggus Dickus". "Do you find it wisible?"
Oh no ... š this is not my cup of tea, Iāve seen one or 2 fragments on YT a few years ago, and I found it ridiculous, beyond strange, not really interesting ... Thus risible fits here also I guess, but why āwisibleā? š My intuition says that this is the pronunciation from the movie - is this guess correct?
-
Considering it was named after the people who gave us the Ministry of Silly Walks, Dead Parrots, and the Argument Sketch, what else would you expect?
honey the codewitch wrote:
It's risible.
Had to look that word up, which caused me to be risible.
Iāve given up trying to be calm. However, I am open to feeling slightly less agitated. Iām begging you for the benefit of everyone, donāt be STUPID.
-
Mircea Neacsu wrote:
There is a reason however why letters have a certain height to width ratio. Also paragraph indenting, in books that use it, is proportional to font siz
True. However English text is the not the same as programming. I read English very fast and often deliberating skip parts. Certainly I am generally oblivious to periods. But ignoring a period in programming would be a bad idea. In the editor I use the typeface is specifically not proportional. I have tried it and found it to be a very bad idea. In English text the layout of the text seldom has meaning. In programming the layout does convey information such as easily seeing blocks.
I didnāt say the text of a program is the same as the text of a novel. What I do say however is that people writing programs could use a bit from the centuries of experience of typographers. It might be one of my (many) obsessions, but being somewhat dyslexic, I pay a lot of attention to things like font typeface, tab sizes page layout and such. When things go well, my programs are a thing of beauty in content and form. That happens rarely š¤Ŗ
Mircea
-
Most editors can, but they tend to default to "use tabs" to save file space. And some only do it for modified lines, and ... it's a mess. Just don't use Python is my advice! :laugh:
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
-
I refer to it as "invisible source code" because that's what significant whitespace is. And it's just as stupid as it sounds. How do you debug that which you cannot see? It's risible.
To err is human. Fortune favors the monsters.
honey the codewitch wrote:
How do you debug that which you cannot see?
Casting a spell to make it visible? Using talcum powder? Asking a blind colleague to do it for you?
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
-
Worse: space and tab are not the same: so two lines which look to be identically indented in your chosen editor can be in different code blocks as a tab is one whitespace regardless of the visual effect. X|
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
Get a better editor!
-
It is scripted so it's slower than .NET code. And the UI? :~
But it gives the correct answers when you have complex variables. Dot-net can't do that.
-
I didnāt say the text of a program is the same as the text of a novel. What I do say however is that people writing programs could use a bit from the centuries of experience of typographers. It might be one of my (many) obsessions, but being somewhat dyslexic, I pay a lot of attention to things like font typeface, tab sizes page layout and such. When things go well, my programs are a thing of beauty in content and form. That happens rarely š¤Ŗ
Mircea
Mircea Neacsu wrote:
I didnāt say the text of a program is the same as the text of a novel
The thread is about programming but you then said the following "in books that use it, is proportional to font size" The way I read that post suggested that there is an equivalence. As I read it. I saw nothing in the post to which you responded which would have suggested they were referring to English.
-
Hi All, Being strongly encouraged (read forced) to use Python for a test rig. Okay need to get down with Kids etc. but syntactic white space 'align your tabs' (who came up with that, is it 1988, am I using a BBC micro) oh gord!!!:mad:
As an added bonus... it's also slow.
JeremyĀ Falcon
-
As an added bonus... it's also slow.
JeremyĀ Falcon
'But thats not an issue with modern PCs' try running it a PC104 that a few years old...
-
'But thats not an issue with modern PCs' try running it a PC104 that a few years old...
It depends on the application. If everybody thought that way, even modern PCs would run slower than they need to... which they do. There's seldom a good reason to make an use a slow language unless A: there's no other option and B: it introduces some radically new concept. People are just lazy and would rather not learn how to do things the best way, so we get crap like this.
JeremyĀ Falcon
-
Oh no ... š this is not my cup of tea, Iāve seen one or 2 fragments on YT a few years ago, and I found it ridiculous, beyond strange, not really interesting ... Thus risible fits here also I guess, but why āwisibleā? š My intuition says that this is the pronunciation from the movie - is this guess correct?
Correct, the Emperor has a speech defect, which the centurion finds greatly amusing.
-
Most editors can, but they tend to default to "use tabs" to save file space. And some only do it for modified lines, and ... it's a mess. Just don't use Python is my advice! :laugh:
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
Any programming language that depends on formatting is fundamentally flawed by design!
"Fairy tales do not tell children the dragons exist. Children already know that dragons exist. Fairy tales tell children the dragons can be killed." - G.K. Chesterton