Web Links [Tag : Python]
Sort By :
21. Functional programming in Python, Part 2
This column continues the introduction to functional programming (FP) in Python. The introduction to different paradigms of program problem-solving demonstrates several intermediate and advanced FP concepts. Article includes code snipets.
Category:   Python > Tutorials > Development

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

22. Functional programming in Python
Although users usually think of Python as a procedural and object-oriented language, it actually contains everything you need for a completely functional approach to programming. This article discusses general concepts of functional programming, and illustrates ways of implementing functional techniques in Python.
Category:   Python > Tutorials > Development

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

23. The Python Web Services Developer, Part 2
This is the beginning of a short series on creating a software repository system built on Web services and developed in the Python programming language. This article shows you the details of using the 4Suite open-source XML server with Python to create Web service-based applications.
Category:   Python > Tutorials > XML and Python

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

24. Python/Tkinter stock quote grabber
This is a Python stock quote grabber. It uses yahoos spredsheet quotes for the data. A gui interface has been implemented using Tkinter. This program has only been tested with Python 2.2 on windows 2000.
Category:   Python > Scripts and Programs > Web Fetching

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

25. Five Minutes to a Python CGI
This is a quick overview of Python script language. Dicussion includes comparison to other scripting languages, Using the Python CGI Module, debugging, and more.
Category:   Python > Tutorials > Introduction to Python

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

26. Charming Python: Text processing in Python for beginners
Along with several other popular scripting languages, Python is an excellent tool for scanning and manipulating textual data. This article summarizes Pythons text processing facilities for the programmer new to Python. The article explains some general concepts of regular expressions and offers advice on when to use (or not use) regular expressions while processing text.
Category:   Python > Tutorials > Introduction to Python

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

27. Python Squeezes the Web
This 5-page tutorial describes how to grab remote web pages and process them locally in Python. Useful for parsing information off the web.
Category:   Python > Tutorials > Web Fetching

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

28. Ming (Python/Zope module)
Ming is a library for generating dynamic SWF ("Flash") movies. It comprises all of the functionality of Flash 4, except for sound events (streaming mp3 is supported, though). The Python wrapper presents the movie components as objects in the Python environment, making programmatic movie generation easy and intuitive. Ming is also now available as a Zope module.
Category:   Python > Scripts and Programs > Flash and Python

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

29. Python Hyperschema
Python Hyperschema is an open source public domain project that creates useful and really cool HTML hypermaps from SQL database schema, consisting of two small PL/SQL files and one Python (or C) source code file. The generated HTML pages have mousover data displays for all foreign keys, hyperlinked to the foreign key tables, as well as a hyperlinked list of all foreign keys pointing to each table and a master index of all tables.
Category:   Python > Scripts and Programs > Database Tools

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

30. XML Processing with Python
This article illustrates the principle features of the Python language, and then examine the XML processing capabilities of Python.
Category:   Python > Tutorials > XML and Python

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

Pages: [< Previous] 1 2 3 4 5 [Next >]