Click here to create your personal news page. The news that appears on Python will appear there and be constantly updated. You can then modify the page, share it with your friends, or export it and have it appear elsewhere.

You can also create a personal news page and follow the news that interests you by clicking on the tab labelled 'New page'.
 

topics : related - allExplore

Shopping

Top Product

Monty Python's Complete Waste of Time

  1. 2. Monty Python and the Quest for the Holy Grail (PC)
  2. 3. Monty Python's The Meaning of Life (PC)
  3. 4. Monty Python's Complete Waste of Time (Mac)
  4. 5. Big Ben Python 357 magnum (Playstation 2)

Wikio Shopping

  1. 1. Baby & Nursery
  2. 2. Car/Motor Bike
  3. 3. Communication
  4. 4. Computers
  5. 5. Electronics
  6. 6. Entertainment
  7. 7. Fashion & Lingerie
  8. 8. Finance
  9. 9. Gifts & Gadgets
  10. 10. Health & Beauty
  11. 11. Home & Garden
  12. 12. Household Appliances
  13. 13. Sport & Fitness
  14. 14. Travel
  15. 15. Video Games

New products

  1. 1. Western Digital ShareSpace 4TB
  2. 2. Sapphire Radeon HD 4550
  3. 3. LG KP500
  4. 4. Dell S2309W
  5. 5. Samsung Pixon
  6. 6. Shuttle D 1000H
  7. 7. Philips M200
  8. go to Shopping

Participate



Python


Sort by : relevance - date - popularity
+Vote!

Python's New Release Bridges the Gap

With sweeping changes ahead in version 3.0 of the open source programming language, the 2.6 release arrives to smooth the transition.

+Vote!

Python 2.6 final now online

p2pnet news view | P2P:- Python 2.6 final, the current version of the high level programming language first released by Guido van Rossum (right) in 1991, is now online. There are a huge number of new features, modules, improvements and bug fixes,” says the site, suggesting Andrew Kuchling’s guide to What’s New in Python 2.6; NEWS [...]

+Vote!

Python language slithers into the future with 2.6 release

Developers of the open source Python programming language have announced the official release of version 2.6. This version makes a nice stepping stone, helping third-party developers migrate their code to the upcoming 3.0 release. Read More...

+Vote!

Python 2.6 Arrives, Paving the Way to 3.0

The creators of the Python programming language have announced the final release of version 2.6. The new version is the last of the 2.x series; the next Python upgrade will make the leap to 3.0, often called Python 3000. The transition to 3.0 promises to make some radical changes to the language and syntax [...]

+Vote!

Language Geekery: Reia Programming Language

This looks kind of interesting: http://wiki.reia-lang.org/wiki/Reia_Programming_Language In short: it's a Ruby/Python type of language on top of Erlang. It has a mishmash of Ruby and Python syntax, and also does objects, implemented as Erlang processes. Funny quote: Reia uses an indentation-sensitive syntax. This allows Reia to look similar to Erlang without relying on "ant turd" tokens (i.e. , ;...

+Vote!

Embedding Boo and IronPython

Nahum Dotan has been trying to evaluate which of Boo and IronPython are more suitable for embedding. ( Boo is a statically typed .NET / Mono programming language with duck typing and a Python inspired syntax.) "In short, I didn’t come to a conclusion. But I did have some fun. I played with the thought that using python’s native dictionary initialization syntax would be nice as a configuration file...

+Vote!

PyLighter

Python program that will highlight in real-time the source code line being run at a certain time

+Vote!

Polyglot Python

Adam Wolf decides to learn a new programming language - and in attempt to thin out the number of possibilities he limits the field to those that he can use for both desktop application development and with Silverlight. Naturally this brings him to IronPython. Polyglot Python " The winner is IronPython, a dynamic language used in conjunction with the new .Net Dynamic Language Runtime. Python was created...

+Vote!

Choosing a scripting language

CIO magazine has an article titled You Used THAT Programming Language to Write WHAT? They took five "scripting" languages — Ruby, Python, Javascript, PHP and Perl — and then get Zed Shaw , Martin Aspeli , Michael Morrison , Kenneth Hess and James Turner to write about what kind of applications the language is good for, and where you are better using another language. Check it out .

+Vote!

Why Corporates Hate Perl

At the risk of starting a programming language holy war, can someone explain to me why someone would choose to start a new project in Perl instead of Python? From what I’ve seen, they both do essentially the same things in the same ways, and they’re both (roughly) the same as far as language overhead (from language interpretation) is concerned.

+Vote!

Wrote a tool to detect dead imports

Christian Heimes recently pointed out some imports that were extraneous or could be changed such that Python's startup could be faster. So, to take a break from working on my thesis proposal and b3 stuff, I wrote a script that analyzed the AST for some source code and tried to deduce which imports were dead. Interesting thing was that it not only found dead imports (usually something minor like importing...

+Vote!

The Yuil is dead! Long live 4hoursearch!

OK, Yuil was a spoof on Cuil + Yahoo!, but what’s 4hoursearch? As this was really just a demonstration of the power of Yahoo! BOSS, I have brought the site back as a demonstration site. Additionally, Yahoo! is making the source code to the new site available so anyone with a knack for Python, HTML and [...]

+Vote!

PyChecker 0.8.17

PyChecker - Tool for finding bugs in Python source code

1Vote!

Web Development Languages

David Cloutman pointed to Craiglist’s job ads as an indicator of programming language popularity. Here’s the hit counts for “web design jobs” and “internet engineering jobs” in the Bay Area: PHP Java Ruby Python PERL internet engineering jobs 167 246 85 98 109 web design jobs 110 71 22 19 31 Cloutman has a few ideas for what the numbers mean, but I’m just entertained by the data. (Note: he corrected...

1Vote!

Use a Wii Fit balance board to control a robot in the real world

This video shows a Wii Fit Balance Board controlling a "SkyBot" toy robot to move around a platform. Check out the link below to the downloadable Python source code for this hack and lots of good details on how it was built. Wii Board Read more | Permalink | Comments | Read more articles in Robotics | Digg this!