This post is meant to orient the agile Java developer to Python. It’s not meant to be either representative or exhaustive of Python’s offerings in any of these areas, and its very much based on my own experience coming to Python from Java.
A java er in python’s court
Categories:
Related Post
upgrading software under battlefield conditionsupgrading software under battlefield conditions
Not long ago, I started work on a project that we decided would build on top of an existing application instead of reinventing the wheel ourselves. Its something I've done
A Few Drupal RecipesA Few Drupal Recipes
I am finishing a Drupal based project which required that I explore areas of Drupal that were new to me. The result is that I have some snippets of code
EXPLORING TERNARY ASSOCIATIONS IN RUBY ON RAILSEXPLORING TERNARY ASSOCIATIONS IN RUBY ON RAILS
Consider the following problem domain. We have users, projects as well as roles and rights. Often, users are assigned roles and roles are assigned rights in straightforward binary associations: [rights]