757 Python User's Group Meetup
Wednesday night. At 757 Labs. Be there. Here's the details on meetup.com Lacking any other agenda, I'll do some more presentation on the supreme coolness of Django.
more ...Wednesday night. At 757 Labs. Be there. Here's the details on meetup.com Lacking any other agenda, I'll do some more presentation on the supreme coolness of Django.
more ...Someone sent me this: "“Building Skills in Python” – Steven F. Lott".
I had a vague idea that this book would get some traction. This response was surprising. I guess I should get to work on the upgrades.
And focus on the "no-nonsense" comment.
Just saw this for the first time today: http://cwe.mitre.org/top25/ I'd always relied on this: https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project Both are really good lists of security vulnerabilities. I once had to listen to a DBA tell me that "we don't know what we …
more ...I've been unsubscribing from some junk email recently. The user story is simple: As a not-very-interested person, I want to get off your dumb-ass mailing list so that I don't have to flag your crap as spam any more.
The implementations vary from good to evil. Here's what I've found …
more ...During chapter technical reviews, the question of technical depth has come up time and again. Essentially, in every single chapter. In the older Building Skills in Python book, there are a number of topics that feel "digressive" to the reviewer and editor. Too much depth.
However, there are a number …
more ...Just started learning about "Hackerspace". Without really knowing what I was doing, I fell into the 757 Labs Hackerspace. The 757 Python Users' Group, specifically. What a great idea. Bright people. Interested in the same area of technology. It's like hanging around with sailors at a marina.
more ...Read this: How Ma Bell Shelved the Future for 60 Years.
AT&T firmly believed that the answering machine, and its magnetic tapes, would lead the public to abandon the telephone.
How many good ideas are set aside by managers who simply don't have a clue what users actually want …
more ...Read this: "How to explain why multi-threading is difficult".
We need to talk. This is not that difficult.
Multi-threading is only difficult if you do it badly. There are an almost infinite number of ways to do it badly. Many magazines and bloggers have decided that the multithreading hurdle is …
more ...The "default" template I chose was too narrow for presenting code samples. Changed it.
more ...Here's a pretty simple set of use cases for a code-kata database application.
This is largely transactional, not analytical.
It's a simple inventory of ingredients, recipes and locations.
Stuff gets lots or misplaced. It's helpful to marry recipes with ingredients …