background preloader

Python

Facebook Twitter

Hosting Lowdown » How to: Get Started with Ruby & Rails. Ruby on Rails is a popular web application framework that automates the creation of common web applications. It’s a great choice for many developers because it allows you to program quickly and have fewer opportunities to make errors. Rails’ rise in popularity has brought a plethora of information and we’ve found the best that’s out there.

Get your Rails experience started right with our picks for the best books, web resources and hosts for Ruby on Rails. Best books There are quite a few Ruby on Rails books out there. Ruby on Rails: Up and Running by Bruce Tate and Curt Hibbs: Ruby on Rails: Up and Running is a great reference for those just getting started in Rails. Rails Cookbook by Rob Orsini: The Rails Cookbook is great for learning because it’s a “how-to” book.

Agile Web Development with Rails: Agile Web Development with Rails is an award winning book, co-authored by David Hansson, the creator of Rails. Best web resources Try Ruby! How to get started developing. Why’s (poignant) guide to ruby :: 1. About this Book. Pythonic Markov Decision Process (MDP) « [vrde|agranzot]'s weblog. Java and Python « Python Conquers The Universe. I wrote this little piece a long time ago — it was last updated in May 2007. In 2009 I moved it from my website to this blog. At this point I consider it an historical artifact, in the sense that I consider it frozen; I’m no longer going to update it when, for example, Java acquires a new programmer-friendly feature. During the years when it was on my web site, I received a number of email comments.

I responded to them all, but no one — other than their authors and me — ever saw the comments and my responses. During the years when it was on my web site, virtually all of the comments that I received were from Java programmers. I was recently asked if I still hold the opinions that I expressed in this article. . — Steve Ferg Updated October 14, 2011 to fix a few minor typos Note that this post has a companion post on the concepts of weak vs. strong, and static vs. dynamic, typing in programming languages. A programmer can be significantly more productive in Python than in Java. In Why Python? Python 101: Setting up Python on Windows. Python is pretty easy to install on Windows, but sometimes you need to do a few extra tweaks to really get the most our your development environment.

In this article, we will try to cover all the common things you might want to do or install to get an ideal Python Windows development workspace set up. Some of you might think that all you need to do is install Python and you’re done, but if you’re going to do Windows development, then you’ll need a few other packages to make it nicer. Installing and Configuring Python Download Python and run the installer. Make sure you got the version you want (i.e. Now we’re going to make sure Python is set up right. If you don’t, then we need to modify some settings. Modifying Your Path On Windows, it can help a LOT to modify your Path settings by adding your Python path and the path to the Scripts folder to your System Path.

You will see two types of variables here. Now you should be able to run Python from the command line. Python setup.py install.