Comment Re:Fascinating (Score 3, Funny) 460
PayPal To Open App Store For Developers 63
Comment Re:Better Than First Edition? (Score 2, Interesting) 163
Endless bits about immutability, without hints as to why I ought to care. I can appreciate the use of the interactive prompt now, but to start with it seems
The thing about mutability in Python is that it can bite you in the neck if you assume the variable passing and assignment work as in some other popular languages. I can appreciate the author's tirades about this, as he brought his point around, even with simple examples. And how do you propose to start with a language that doesn't have one-IDE-to-rule-them-all, like Visual Studio or Eclipse? You know how sparse is IDLE by today's standards.
Little discussion of how you might have accomplished tasks in other languages and wish to do the Pythonic equivalent.
That's why there's this other book, "Programming Python", again by Lutz, where he discusses the practical aspects of Python programming, and using the standard library modules. There are examples of the "Pythonic" way to do this or that, instead of masking C/C++ syntax with Python expressions. The discussions of modules, packages and classes is extensive, and down to the details of how they work and are used.
I understand your frustration, and can't comment on the first edition that you've seen. I've preordered the fourth edition - this one - (the whole 1000 or so pages), and I found it a very good self-educational tool - I managed to learn most of the ins-and-outs of the language in just one week, without having prior exposure to Python (I've got experience with 3-4 other programming languages, admittedly). I'd recommend it highly for anyone that wants to learn Python (the language) quickly.
Of course, this is my opinion, so take it as you may.
Comment Re:How is it made? (Score 1) 367
A common method to produce Al foams is similar to the way bread is made - add some "soda" to the base alloy, invoke a chemical reaction that releases a gas (CO2 or similar), then quickly cast and solidify. You get mostly spherical voids, which have relatively low influence as a stress concentrator. That being said, it's rather complicated to get uniform void distribution along the volume, especially avoiding large gas entrapments in critical places that can weaken significantly the material.
Best Buy $39.95 "Optimization" At Best a Waste of Money 504
Comment Great News! (Score 1) 157
Best Man Rigs Newlyweds' Bed To Tweet During Sex 272
Microsoft Expands exFAT Multimedia Licensing 181
Saying No To Promotions Away From Tech? 410
Geocities Shutting Down Today 396
Google Envisions 10 Million Servers 169
Comment Re:That's a bit harsh (Score 2, Funny) 458
How Dangerous Could a Hacked Robot Possibly Be? 229
Comment Fixed since Office 2003 at least (Score 0, Redundant) 123
- loose indentation for some unclear reason. The bullet will start at the middle of the screen. And how to go back to the correct indentation is some voodoo magic
That's why you can quick indent with Tab and Shift+Tab, although I'm not sure what's this "voodoo" behaviour you seem to imply. You can control tab stops and indentations from the ruler - it's not the best, but works good most of the time.
- won't be able to create a bullet point on the same level of indentation than the previous one, after I made some multi-line text under the bullet or went back from correcting some text at another place in the doc
Oh, you mean, like, when you are writing the list, and you want to include some paragraphs under a bullet, and you press Shift+Enter to break inside the longer text, and then when you press Enter again it reverts back to bulleted list? That has been around for as long as I remember, although I cannot verify since which version exactly.
If I had to complain about Word, I'd more likely mention the lack of a proper citation/bibliography mechanism, or missing font kerning and ligatures, or the confusing ordeal of customizing styles vs. manually specifying section formatting. Word is one of the Microsoft's products I hate with passion - and do not use.
Seriously, when a person gets *that* pissed with a rich text editor, then you should try LaTeX - it's little more than HTML+CSS in principle. An eye opener, no less.