Quantcast
750×100
Read WebProNews
With Friends!
 
19-Foot Python Found, Killed in Miami

19-Foot Python Found, Killed in Miami

By Sean Patterson May 21, 2013 | 3 Comments

Though the classic Jennifer Lopez/Ice Cube movie Anaconda may have exaggerated it just a bit, it is true that snakes can grow to a terrifying size. Now, one man in Miami has found a record-setting snake that’s longer than three …

Removing Spam From the Net

Neither Hormel, the maker of Spam, nor Monty Python’s Spamalot would appreciate the sentiment in the title.

Yahoo! to Serve UP BBC Videos

As part of an agreement with ABC News, Yahoo is beginning to offer BBC News video on its site. Yahoo! users will now have access to approximately 30 video clips of BBC News video each day, including a large assortment of videos pertaining to most major news and entertainment genres.

Python Coils Around 2.5 Release

The latest major version of the Python programming language recently arrived online from the Python Software Foundation.

Python Steps Up In Django And TurboGears

IBM presented a two-part series on developing applications with Python, using Django as the framework in one example and TurboGears in another.

Python Developer Center on Yahoo!

Thanks to Simon Willison, we now have a Python Developer Center on the Yahoo! Developer Network.

Should I Learn Python or Ruby Next?

I’ve been programming (when I do program) mainly in Perl for the last 10 years or so. But I’ve been itching to learn a new language for a while now, and the two near the top of the list are Ruby and Python.

Noteworthy Videos
Swaying A Coder Away From Python

One programmer blogged about the powerful attraction he is feeling to C# programming, and departing from six years of tinkering with Python.

Google Summer of Code Search for Python…

Google is looking for students from undergrad through the Ph.D levels to work on new open source code and to act as project mentors.

Python and Ruby: the Newer Alternatives

Thanks to the nature of open source, almost anyone can write a programming language and get a significant number of people to use it: and plenty of people have.

Google Snakes In Python Creator

Guido van Rossum, creator of the Python programming language, has been drawn into the coils of the Googleplex.

EMEA Ditching Perl, Python, PHP?

A spring 2005 survey of developers in Europe, the Middle East, and Africa finds a dropoff in their use of those three languages.

Weather Forecast For Google: Summer of Code

Google’s embrace of the open source computing community is growing stronger and stronger. If you are a code junkie and would like to make some extra cash, Google may have just the thing for you.

Use Wrappers and Proxies for Basic Web Services Tracking

Some commercial Web services software provides sophisticated Web services accounting features, recording details of Web services transactions recognized on the wire. But sometimes developers need accounting that is more modular, much more basic, and available on a shoestring. This article explains how to use advanced function composition tasks to add basic Web services monitoring capabilities.

Python in Systems Administration: Part I — Better Scripting

One well-honed item in every sys admin’s toolbox is a preferred scripting language — maybe sh, or ksh, or Perl, or something more unusual, like Rexx or Ruby. I find Python so capable and easy to learn that in my consulting role at Phaseit, I tell newcomers it’s the best single language they can learn. Python spans a wider range of applications than any other language I know — even more than C or Java — and beginners pick it up quickly.

Python vs. Perl

Perl folk seem not to like Python, at least not at first glance. It’s easy to understand why: the languages serve similar purposes, but have annoyingly different syntax and structure. There have been converts, though, and Eric S. Raymond’s experiences are probably not atypical.