• Complain

Martin C. Brown - Perl to Python migration

Here you can read online Martin C. Brown - Perl to Python migration full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2001, publisher: Addison Wesley, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Martin C. Brown Perl to Python migration
  • Book:
    Perl to Python migration
  • Author:
  • Publisher:
    Addison Wesley
  • Genre:
  • Year:
    2001
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Perl to Python migration: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Perl to Python migration" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Perl to Python Migration provides a useful and practical resource for programmers that are currently intermediate or expert in using Perl and who want to migrate to using Python for different programming projects. The book achieves this by first giving the user an overview and refresher of the Perl techniques required before giving the information on using Python to achieve the same result. Examples of both Python and Perl will be available on-line on the authors website.

Martin C. Brown: author's other books


Who wrote Perl to Python migration? Find out the surname, the name of the author of the book and a list of all author's works by series.

Perl to Python migration — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Perl to Python migration" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Appendix A. PYTHON RESOURCES

Like most modern scripting languages and indeed any modern, open-source development project Python is heavily supported in the programming community through the Internet. The main web site is www.python.org, which provides the most comprehensive guide to the Python language and its available resources, both on and off the web.

WEB RESOURCES

Much of Python's success comes from the users who provide feedback to the Python development team, suggest new features and changes to the language semantics, and help identify and fix bugs. This information ultimately reaches Guido van Rossum, the designer and developer of the Python language, although there are now many other people who aid the development of the language. Most of this information is exchanged on the Internet, either through e-mail, newsgroups, or the various Python websites. Of course, we can't describe everything available, due to the sheer fluidity of the Internet. But there are some choice areas of the main Python site, as well as other sites that deserve a special mention. The entries listed here should give you a good spread of the most useful resources.

www.python.org

The main focus point for everything to do with Python. This site is managed by volunteers from Python Software Activity. They include a number of Python fanatics, all dedicated to the long-term success of Python as a scripting language. The site also contains all the online documentation, which is available both for searching online and for downloading from the site. Included here are HTML, PostScript, and Acrobat PDF versions of the documentation for you to use at home.

python.sourceforge.net

PythonLabs, the development team responsible for Python development, moved to SourceForge, one of the many free software communities in October 2000. Although most of the development and news about Python continues on the main Python website, new versions and daily snapshots of the current development versions of Python and its documentation appear here on SourceForge.

www.python.org/psa

The site is the homepage of Python Software Activity. PSA raises funds, supports new development, hosts conferences, and operates the various Internet-based services that support Python development. PSA requests membership fees from people who wish to help in the further development of Python. At the time of writing, this membership cost $50 for an individual, or $500 for an organization.

www.python.org/sigs

A significant portion of the Python development and promotion comes from various special interest groups (SIGs). These have limited lives while different development projects are in progress. The list at the beginning of February 2001 looked like , but use the URL above for a more up-to-date list. Note that the expiry dates were correct at the time of going to press, most of the discussion have become continuing works in progress.

Each list is supported via a mailing list. Anybody can join a SIG and get involved in the discussion and even in the development of a particular part of the Python development process.

www.python.org/cgi-bin/todo.py

This URL points to a Python CGI script that provides a list of all the currently requested and outstanding "To Do" items for Python development.

www.jython.org

The homepage of the Jython project, includes the downloadable components, documentation, samples, and pointers to further information on Jython and where it's used.

Table A.1. Python PSA special interest groups
NameDescriptionCoordinatorExpires
catalog-sigThe Python software catalog, dealing with cataloging Python's modules, packages and other resourcesAndrew KuchlingJune 2002
db-sigDatabases (currently working on creating a common tabular database API, amongst other things)Andrew KuchlingJune 2002
distutils-sigDistribution utilitiesGreg WardJune 2002
do-sigDistributed Object TechnologiesDavid ArnoldJune 2002
doc-sigDocumentation (covering both tools and content)Fred DrakeJune 2002
edu-sig 2002Python in Education (spreading the word on Python, and getting Python promoted as programming for everybody)Timothy WilsonDecember
i18n-sigInternationalization and localization, including UnicodeAndy RobinsonJune 2002
image-sigImage ProcessingFredrik LundhJune 2002
import-sigImport architecture redesignGordon McMillanJune 2002
meta-sigSIG about the SIGsGuido van RossumNever
pythonmac-sigOn Apple MacintoshJack JansenNever
types-sigStatic typing designPaul PrescodJune 2002
xml-sigXML ProcessingAndrew KuchlingJune 2002
www.mailman.org

The home of the Mailman mailing list software. Mailman is written entirely in Python and provides all of the normal features of a mailing list manager, from e-mail-based subscriptions, digests, and secure authentication of subscribers. In addition, it sports a web front end, both for subscribers to existing lists, and also for the managers of the lists themselves.

www.zope.org

Zope is a web publishing and content management system that allows multiple people to manage the content of a website. In addition to the basic content facilities, Zope also provides conduits (called factories) for importing information from external sources including the traditional database and less-conventional POP, IMAP, and NNTP sources.

starship.python.net

The Python Starship site was set up as an extension to the main www.python.org site to provide a medium for community cooperation on Python projects. Starship Python is supported by Digital Creations, the people behind the development of Zope, and also now the people supporting the developers of Perl itself.

www.pythonjournal.com

The Python Journal was an online magazine for Python programmers. The first issue was a huge success, and the second issue appeared in June 1999. However, no further issues have been forthcoming and more attention has been paid to some of the daily resources, such as the O'Reilly Python update and sites like LinuxProgramming.com.

python.ora.com

The home of the O'Reilly Python effort, including information on their books, and also regularly updated news and related articles on the Python development and programming.

www.pythonware.com

Python has spawned a number of commercial companies aiming to provide a more stable, and obviously attractive, Python solution. One of these companies is Secret Labs AB, and PythonWare is their website. They are currently developing a RAD (Rapid Application Development) environment called PythonWorks for Python based on the core Python language with some specific extensions developed in house for interfaces, graphics, and image processing.

www.activestate.com

ActiveState are perhaps better known for their work in producing the original Windows port of Perl. However, in recent years they have concentrated on extending their product range by not only supporting an extended Perl installation (with additional documentation and features) for Windows, but also a similar product for Linux and Solaris.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Perl to Python migration»

Look at similar books to Perl to Python migration. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Perl to Python migration»

Discussion, reviews of the book Perl to Python migration and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.