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
Bare Bones Backup StrategyBare Bones Backup Strategy
I wanted a way to make automated backups of Web sites that was easy to implement and maintain, easily understandable, and consistent across my hosts and server application architectures. I
A Bare Bones Approach to Displaying Remote iCalendar Data in ZopeA Bare Bones Approach to Displaying Remote iCalendar Data in Zope
This is an approach I took to download iCalendar data from a remote site, then process and display it within Zope with minimum dependencies. I have tried to document not
A Potential Confusion When Converting HABTM Relationships to has_many :through.A Potential Confusion When Converting HABTM Relationships to has_many :through.
As someone relatively new to Ruby on Rails, I managed to confuse myself on one of my Rails projects recently when I decided to follow some very logical advice in