Links tagged “patterns”
10 links, newest first.
sanctum.geek.nz
The benefits of getting to grips with Vim are immense in terms of editing speed and maintaining your “flow” when you’re on a roll, whether writing code, poetry, or prose, but because the learning curve is so steep for a text editor, it’s very easy to retain habits from your time learning the editor…
sqreen.io
A real-time protection tool like Sqreen allows you to orchestrate your app security easily.
codewithoutrules.com
When you've been writing Java for a while switching to Python can make you a little anxious.
blog.tplus1.com
I find code like this really confusing: if a and b and c: if d or e: return True elif f and g: return True else: return False Furthermore, updating those rules is nasty.
ootips.org
Recommended Books If you could get only one book on X, what would it be?
phyast.pitt.edu
ate classes. The decorator module takes advantage of this feature to provide a facility for writing complex decorator factories. We have already seen examples of simple decorator factories, implemented as functions returning a decorator. For more complex situations, it is more convenient to implement decorator factories as classes returning callable objects that can be used as signature-preserving decorators. To this aim, decorator can also be used as a class decorator. Given a class with a .call(self, func, *args, **kw) method decorator(cls) adds a suitable __call__ method to the class; it raises a TypeError if the class already has a nontrivial __call__ method.
lucumr.pocoo.org
as as many attributes as you like. You can put whatever you want on i
steve.yegge.googlepages.com
ma-like trance whenever I tried to skim through
youtube.com
Python Design Patterns Alex Martelli Design Patterns must be studied in the context on the language in which they'll get implemented -- the Gang of Four made that point strongly in their book, though almost everybody else seems not to have noticed.
martinfowler.com
One of the entertaining things about the enterprise Java world is the huge amount of activity in building alternatives to the mainstream J2EE technologies, much of it happening in open source.








