Slashdot Mirror


Computer Programming for Everybody Using Python

Ursus Maximus writes "Python City, formerly known as the Python Liberation Front, is an attempt to further Guido van Rossum's dream of making computer programming accessible to any intelligent person. Featuring more than 20 detailed reviews of programming books,presented from a newbie's point of view, as well as links to 14 tutorials for learning Python, the site is a good starting point for folks interested in scripting. In addition, you will find an online interactive script for Choosing Your Own Programming Language, based on one's own preferences, expectations, and priorities, While the script is written in JavaScript, there are no apologies for any perceived bias towards Python ;-)))). You will also find several interesting and fun GPL'ed scripts such as askMerlin, an online, artificially intellgent Oracle; DecisionAnalysis, to help you make up your mind; and myGale, a webcrawler to routinely collect all online articles about Python. Add in a dash of Monty Python humor and newbies will find learning Python to be not only painless but indeed, fun!"

4 of 20 comments (clear)

  1. Cool site but skip the rant under "Farnham's Freeh by Anonymous Coward · · Score: 2, Interesting

    Cool site, but be sure to skip the rant under the first link titled "Farnham's Freehold". I sure wish I had. The sci-fi novel was too good to be trivalized in this manner.

    The choose your language script is fun, but hopelessly biased towards Python. For anyone interested in learning Python, though, the links to so many tutorials and book reviews could be priceless.

    I gotta admit, Python is a retty good language; as easy to learn as any I've ever found, yet powerful.

  2. Where is Perl?!? by Jehlon · · Score: 2, Interesting

    ==> http://www.awaretek.com/atesterea.html

    Alright, so Perl is a language there, and gets a score, but for all my trying, I can't get it to be the number one language for me, what gives?

    Other than that, this is useful information, a good site.

  3. Re:delphi by MindStalker · · Score: 2, Interesting

    c isn't very far off, if you increase the speed of execution expectation it'll eventually say, ok you need C/C++

  4. Python is great for training by freebsd+guy · · Score: 3, Interesting
    About a year ago, I was sentenced to do community service to get a nasty DUI conviction expunged, so (as a computer geek) I chose to help educate youngsters at the local middle school's computer lab. Although their existing course taught them Qbasic, I convinced the instructor (really, just the librarian) to pursue open source alternatives to the proprietary Microsoft-controlled language. I had recommended Perl but we agreed that Python was easier to learn and would be of greater use to the young'uns.

    The results were quite simply amazing: some of the more precocious students were writing GTK applications by the end of the semester. The slower students stuck to the prescribed assignments (the usual checkbook balancing software and such) - yet nobody had any serious problems learning the language because it was very intuitive. At the end of the course, we had the students design and implement a piece of software on a written exam, and I am pleased to say that nobody produced less than C-grade work.

    freebsd guy