MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
Similar Articles
Unix Insider
February 2001
Cameron Laird & Kathryn Soraiz
Which language is right for you? How do you choose between all of the available scripting languages? We recommend trying them out individually. Each language has its own benefits and its own limits, and only you can determine which best suits your work... mark for My Articles similar articles
Linux Journal
March 20, 2002
Pjotr Prins
Ruby: Productive Programming Language A brief overview of popular languages and how Ruby matches up. mark for My Articles similar articles
InternetNews
November 30, 2004
Sean Michael Kerner
This Python Really Eats Bugs Open source object-oriented programming language Python hit a new milestone Tuesday with the official release of Python 2.4. mark for My Articles similar articles
InternetNews
July 23, 2004
Sean Michael Kerner
New Perl Released Version 5.8.5 addresses minor bug fixes, improves upon support, Parrot run time environment. mark for My Articles similar articles
Unix Insider
December 2000
Cameron Laird & Kathryn Soraiz
Better living through scripting Praise for Dave Roth's new book, Win32 Perl Scripting: The Administrator's Handbook, a useful text for all system administrators, regardless of whether they work with Perl... mark for My Articles similar articles
InternetNews
November 11, 2009
What's Google Thinking With Go? Does the industry really need another programming language? mark for My Articles similar articles
InternetNews
March 25, 2005
Michael Singer
Report: P-Languages Better For Enterprise PHP, Perl and Python are mission-critical ready and more effective than C++, Java, and C# in some scripting scenarios, according to Burton Group. mark for My Articles similar articles
InternetNews
July 16, 2010
Will New PDK Attract Perl Developers? An update to the Perl language has been out since April, but developers are slow to adopt it. Will a new kit change that? mark for My Articles similar articles
InternetNews
December 28, 2010
Developer 2010: The Year in Open Source With major releases of the Java, Ruby, PHP, Perl and Python languages, along with associated tools, there was no shortage of activity in the open source world in 2010. mark for My Articles similar articles
Unix Insider
March 2001
Cameron Laird & Kathryn Soraiz
ksh keeps up ksh has all the capabilities of other popular login shells, it was a standard for SysVr4 Unix, and it is a good deal faster than other shells. So why aren't you using it? ksh93 is now available in both source and binary forms under a new AT&T license mark for My Articles similar articles
Linux Journal
June 1, 2007
Jose Fernandez
Programming Python, Part I This tutorial jumps right in to the power of Python without dragging you through basic programming. mark for My Articles similar articles
Unix Insider
December 2000
Cameron Laird & Kathryn Soraiz
Scripted wrappers for legacy applications How can you give your C program a nice GUI with Tk? The answer is easy to find on the Web and in printed books if you already know it, but the world needs a coherent and unified introduction for those who don't... mark for My Articles similar articles
InternetNews
January 30, 2004
Alexander Wolfe
Q&A: Open-Source Guru Eric Raymond The president of the Open Source Initiative talks with the author about lots more than Linux and open source. mark for My Articles similar articles
Unix Insider
January 2001
Cameron Laird & Kathryn Soraiz
Scripted wrappers for legacy applications, Part 3 The authors offer some closing comments on interprocess communication (IPC) and focus on ways to alloy scripting languages and systems languages, such as C, in single-process executables... mark for My Articles similar articles
Linux Journal
January 5, 2006
Collin Park
Why Not Python?, Part 1 Follow along as an old C hacker drags himself into the late 1990s by solving a puzzle with Python. mark for My Articles similar articles
InternetNews
April 13, 2010
With Perl 6 Looming, Perl 5.12 Makes Its Debut With years under its belt, the Perl 5.x branch continues going strong, even as interest ramps in Perl 6. mark for My Articles similar articles
JavaWorld
April 2002
David Kearns
Java scripting languages: Which is right for you? A scripting language can give your Java programs power they wouldn't ordinarily have. Utilities such as IBM's Bean Scripting Framework make hooking Tcl, Python, Perl, and other scripting languages into your Java application easy. However, risks and costs abound... mark for My Articles similar articles
InternetNews
July 8, 2010
Is This the End of the Line for Python 2.x? The final Python 2.x release is now available, but does that mean developers need to jump to Python 3.x now? mark for My Articles similar articles
InternetNews
February 4, 2010
ActiveState Debuts Open Source Business Suite New premium offerings roll out as ActiveState looks to enhance community development efforts. mark for My Articles similar articles
InternetNews
August 13, 2009
JavaScript, PHP on the Rise for Open Source Devs Did it ever really go away? New report shows developers are using more JavaScript and PHP, but C still dominates in one measure. mark for My Articles similar articles
Linux Journal
May 2001
Michael Baxter
Book Review: Core Python Programming Finally, a book good enough to be both a textbook and a reference on the Python language now exists. This book works well as a first Python textbook for computer science students, while also being thumbable for work-a-day use by Python programmers... mark for My Articles similar articles
InternetNews
October 3, 2008
Sean Michael Kerner
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. mark for My Articles similar articles
Unix Insider
August 2000
Cameron Laird & Kathryn Soraiz
.Net is real In this week's Regular Expressions, Cameron Laird and Kathryn Soraiz take a look at Microsoft's highly anticipated .Net initiative and find it has much to offer. mark for My Articles similar articles
Linux Journal
April 2001
Chuck Esterbrook
Using Mix-ins with Python An explanation of the mix-in programming style as applied in Python. mark for My Articles similar articles
InternetNews
May 18, 2011
Open Source Perl 5.14 Expands IPv6 New release of open source development language gets a performance boost. mark for My Articles similar articles
Linux Journal
September 2000
Ibrahim F. Haddad
Book Review: Linux Programmer's Reference, 2nd Ed. by Richard Petersen If you need a good reference, Linux Programmer's Reference is the book to buy. mark for My Articles similar articles
Unix Insider
February 2001
Cameron Laird & Kathryn Soraiz
FOX, Fltk, and other specialty GUI toolkits Why are there so many GUI toolkits? Who's using all of those non-mainstream libraries? This article rounds up the alternatives and summarizes the state of their art... mark for My Articles similar articles
InternetNews
May 9, 2011
ActiveState Builds Stackato Cloud PaaS on VMware Stackato cloud Platform-as-a-Service debuts, enabling perl and python clouds. mark for My Articles similar articles
Linux Journal
May 1, 2000
Jacek Artymiak
Python Programming for Beginners If you want to outsmart the Spanish Inquisition, learn Python. This article is a practical introduction to writing non-trivial applications in Python. mark for My Articles similar articles
Linux Journal
September 2000
Phil Hughes
Book Review: Python and Tkinter Programming by John E. Grayson If you are going to work with Tkinter, buy this book. mark for My Articles similar articles
Linux Journal
December 30, 2005
William Nagel
Embedding Python in Your C Programs With surprisingly little effort, the Python interpreter can be integrated into your program to add features quickly that could take months if written entirely in C. mark for My Articles similar articles
Linux Journal
July 1, 2007
Jose Fernandez
Programming Python, Part II The tutorial in last month's issue covered the basics of installing Python, running it and using it. Then, we moved on to building a basic blog in Python. In this follow-up article, the focus is on the blog itself and beyond basics. mark for My Articles similar articles
Linux Journal
June 2000
Bill Cunningham
Book Review Programming the Perl DBI, by Alligator Descartes and Tim Bunce mark for My Articles similar articles
InternetNews
September 6, 2006
Andy Patrizio
Microsoft Frees IronPython Microsoft has officially released IronPython, its first foray into the world of dynamic languages, and it won't be the last, according to its developer. mark for My Articles similar articles
InternetNews
March 17, 2005
Michael Singer
Sun's 'Coyote' Project Is No Lone Wolf Sun endorses other programming languages like Python, Perl, and Parrot for the first time on the Java Virtual Machine by adding dynamic scripting support to its NetBeans IDE. mark for My Articles similar articles
InternetNews
March 1, 2011
Python 3.2 Debuts With Improved Multithreading With Python 3.2, the first 3.x release not associated with a 2.x corollary, the open source language aims for broader adoption in the financial and scientific communities. mark for My Articles similar articles
Fast Company
November 1999
William C. Taylor
Inspired by Work What's most intriguing about "open-source" software isn't what it does -- it's how it gets created. Eric S. Raymond, open-source evangelist, explains why and how these programmers do their work -- and what that means for the rest of us. mark for My Articles similar articles
Linux Journal
February 1, 2007
Irfan Habib
Integrating PHP and Perl PHP and Perl are both so powerful, they can even run each other. mark for My Articles similar articles
InternetNews
February 1, 2005
Sean Michael Kerner
Nokia Launches Python Toolkit The manufacturer released an open source toolkit for its Series 60 platform, and that makes Python's creator a happy man. mark for My Articles similar articles
Linux Journal
September 1, 2007
Reuven Lerner
At the Forge - Database Modeling with Django Django provides a high-level interface for the definition of database models using Python, rather than SQL. mark for My Articles similar articles
Linux Journal
April 1, 2007
Kamran Husain
Extract and Parse ODF Files with Python This article highlights the basic structure of ODF files, some internals of the underlying XML files and shows how to use Python to read the contents to perform a simple search for keywords. mark for My Articles similar articles
Linux Journal
July 1, 2007
Suhas Desai
Image Processing with QccPack and Python How to use QccPack to manipulate images with Python in code and from the Python prompt. mark for My Articles similar articles
Searcher
February 2012
Nancy K. Herther
Feature: Language Translation in the Internet Age - 'my Hovercraft is Full of Eels' Webpages are designed to attract users and to keep them coming back. Along with poor design and typos, issues of unclear messages plague many websites today. mark for My Articles similar articles
InternetNews
October 8, 2010
Komodo 6 Forges Developer Path to HTML 5, CSS 3 With the new release of Komodo 6, ActiveState is expanding to offer support for HTML 5 and CSS 3, and updating to include the latest versions of widely used development languages. mark for My Articles similar articles
Chemistry World
June 24, 2015
Michael Gordin
Chemical linguistics Many things are considered to be 'like language'. Music is one, mathematics another, chemistry a very close third. mark for My Articles similar articles
Unix Insider
March 2001
Cameron Laird & Kathryn Soraiz
More than just English It's time to move beyond English -- if you haven't already. All of the major scripting languages can handle alphabets for most of the world's other languages... mark for My Articles similar articles
Linux Journal
June 2000
Reuven M. Lerner
At the Forge Building Sites with Mason: This month, Mr. Lerner introduces us to a mod_perl module to aid in building large, dynamic web sites. mark for My Articles similar articles
Linux Journal
March 2000
Tristan Greaves
Network Monitoring with Linux Are you having trouble keeping your network under control? Here is an introduction to NOCOL: the freeware network monitoring system which will help you keep instability at bay. mark for My Articles similar articles
Linux Journal
October 2001
Reuven M. Lerner
Data Modeling with Alzabo How to bridge the object-relational gap with the Perl module Alzabo... mark for My Articles similar articles
D-Lib
Jan/Feb 2014
Simon Musgrave
Improving Access to Recorded Language Data This article discusses the work of the Research Data Alliance Language Codes Working Group, which is addressing the problem of how scientists can discover data from various research areas that is managed by different disciplinary approaches and standards. mark for My Articles similar articles