Meet people who work on similar things as you – get help if you need it
Join Siafoo Now
or
Learn More
Articles
|
|
|
tips | (5) |
|
|
decorators | (2) |
|
|
python | (2) |
|
|
functions | (2) |
|
|
map | (1) |
|
|
filter | (1) |
|
|
python tricks | (1) |
|
|
dictionaries | (1) |
|
|
packages | (1) |
|
|
unix | (1) |
|
|
truthfulness | (1) |
|
|
setup.py | (1) |
|
|
substrings | (1) |
|
|
metadata | (1) |
|
|
prerequisites | (1) |
|
|
distribution | (1) |
|
|
iterate | (1) |
|
|
classes | (1) |
|
|
linux | (1) |
|
|
list operators | (1) |
|
|
distutils | (1) |
|
|
lambda functions | (1) |
|
|
setuptools | (1) |
|
|
MooTools | (1) |
|
|
zip | (1) |
|
|
switch statements | (1) |
|
|
quotes | (1) |
|
|
list comprehensions | (1) |
|
|
backwards compatibility | (1) |
|
|
dictionary comprehensions | (1) |
|
|
ssh | (1) |
|
|
generator expressions | (1) |
|
|
modules | (1) |
|
|
reduce | (1) |
|
|
strings | (1) |
|
|
underscore methods | (1) |
|
|
MooTools 1.2 | (1) |
|
|
Python | (1) |
|
|
upgrade | (1) |
|
|
operator overloading | (1) |
Languages
|
|
(Ba)sh | (1) |
|
|
JavaScript | (1) |
|
|
Python | (4) |
| Showing 1 - 6 of 6 | Showing 1 - 6 of 6 |
Want to write shorter, cleaner code? Have an unfortunate situation where you need to fit as much as you can in one expression? Prefer a quick dose of hacks to spending the rest of your life...
Need to override an operator in your Python class? Ever wonder what all those double-underscore class methods do? Here's your answer. Note that this is a work in progress, feel free to add to it...
Decorators modify functions. Beginning with the basics, learn how to use decorators in a variety of ways. Execute code when a function is parsed or called. Conditionally call functions and...
Upgrading to MooTools 1.2 - Tips, Tricks, and Backwards Compatibility
about
JavaScript
from
David Isaacson
MooTools is an awesome, lightweight Javascript library. The second major version (1.2) just came out and you want to upgrade, but the backwards-compatibility sucks. I've created a custom...
Make working in the shell suck less.
Beginning with the simplest possible setup.py file, learn how to deploy your Python application the right way. After you learn the basics, discover how to create virtual packages, set up automatic...
| Showing 1 - 6 of 6 | Showing 1 - 6 of 6 |