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
“Headless” Rails?“Headless” Rails?
So, I’m sitting here learning Ruby and Rails, and a thought starts to emerge: I wonder if I could use things like ActiveRecord separate from Rails for writing command line
REST, GROOVY, BEHAVIOR DRIVEN DEVELOPMENT, AND OTHER THINGS CHANGING HOW I APPROACH MY WORKREST, GROOVY, BEHAVIOR DRIVEN DEVELOPMENT, AND OTHER THINGS CHANGING HOW I APPROACH MY WORK
Every few years, I learn a new approach to software development or a new set of tools, that once mastered, leaves me thinking that I finally really understand how to
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