Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | Python | Tutorials & Tips

Results 1-20 of 23
Tutorial to Learn Python
Python is a widely used general-purpose, high-level programming language. And this tutorial includes all basic topics of Python programming with a lot of examples for beginners who are new to programming.
(3 ratings)
Reviews0
PriceFree
Views785
Intro to PYX
XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are declared with predictable-looking tags. Nonetheless, there are still enough rules in the XML grammar that a carefully debugged parser is needed to process XML documents -- and every parser imposes its own particular programming style. An alternative is to make XML even simpler. The open-source PYX format is a purely line-oriented format for representing XML documents that allows for much easier processing of XML document contents with common text tools like grep, sed, awk, wc, and the usual UNIX collection.
(3 ratings)
Reviews0
PriceFree
Views1785
An advanced GUI library for Python - PyQT
The Qt toolkit is a widely-used cross-platform GUI toolkit, available for Windows, Linux, Mac OSX, and handheld platforms. QT has a well-structured, but flexible, object-oriented organization, clear documentation, and an intuitive API. This article looks at the Qt library, with a focus on the PyQt bindings that let Python programmers access Qt functionality.
(6 ratings)
Reviews0
PriceFree
Views2131
Combining HTTP and JavaScript APIs with python on google appengine
posted bywingiinDevelopment
How to combine http (xml/text) api with javascript api - described and implemented as a google appengine web application. This 4-part article series start with the basics, a simple php version and a ready to use ip geolocation mashup!
(3 ratings)
Reviews0
PriceFree
Views730
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.
(3 ratings)
Reviews0
PriceFree
Views3763
Mod_python and PSP Introduction
posted bydgt84inmod_python
Learn how to install and configure mod_python with Apache 2 so that you can use PSP. Learn the basics of PSP and how it can be used in web pages, with plenty of useful examples that are actually used on the page that houses the tutorial!
(9 ratings)
Reviews0
PriceFree
Views1873
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.
(12 ratings)
Reviews0
PriceFree
Views5133
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 Python's 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.
(6 ratings)
Reviews0
PriceFree
Views4948
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.
(3 ratings)
Reviews0
PriceFree
Views4586
XML Processing with Python
posted byseaninXML & Python
This article illustrates the principle features of the Python language, and then examine the XML processing capabilities of Python.
(0 ratings)
Reviews0
PriceFree
Views2324
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.
(0 ratings)
Reviews0
PriceFree
Views2130
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.
(0 ratings)
Reviews0
PriceFree
Views1849
XML tools for Python
The first two installments of this column provided an overview of working with XML in Python. In the year since those initial writings, however, the state of XML tools for Python has advanced significantly. Unfortunately, most of these advances have not been backwards compatible. This special installment article revisits the author's previous discussion of XML tools, and provides up-to-date code samples.
(0 ratings)
Reviews0
PriceFree
Views1595
xml_pickle and xml_objectify
This column presents some of the changes to the author's previous module suite, utilities for high-level Python handling of XML documents, as well as some tips on advanced aspects of using and customizing the modules. Code samples demonstrate py_obj._XML attributes, node attributes treated as objects and lists, py_obj magic attribute behavior, and more.
(0 ratings)
Reviews0
PriceFree
Views1325
Functional programming in Python, Part 3
The Part 3 of the series continues the discussion by illustrating additional capabilities, like currying and other higher-order functions contained in the Xoltar Toolkit. Article includes code snipets.
(0 ratings)
Reviews0
PriceFree
Views1536
Python for the PalmOS
Pippy is a port of (a subset of) Python to the PalmOS. With Pippy, Python programmers can create custom applications to run on Palm devices, as well as use Pippy as an interactive environment directly on the Palm. This article evaluates the strengths and limitations of Pippy as a means of implementing Palm applications.
(0 ratings)
Reviews0
PriceFree
Views1643
Extending Python and Zope in C
Extending Python in C is easy once you see how it all works, and an extension of Python is equally easy to package up for Zope. The hard part is wading through the different documentation sets in search of the nuggets of information you need, and this article has collected them for you. Article includes code snipets.
(0 ratings)
Reviews0
PriceFree
Views1367
How to use Python's xml_objectify
This article presents the xml_objectify module. It describes how to use xml_objectify and the advantages of using this "Pythonic" module for working with XML documents as objects.
(0 ratings)
Reviews0
PriceFree
Views1516
Introduces the Python xml_pickle object
As part of the ongoing quest to create a more seamless integration between XML and Python, this article presents the xml_pickle module. The author discusses the design goals and decisions that went into xml_pickle and provides a list of likely uses.
(0 ratings)
Reviews0
PriceFree
Views1481
Charming Python: Parsing with the SimpleParse module
Many parsing tools have been written for Python. This column discusses a high-level parsing language built on top of Python. SimpleParse provides an EBNF-style syntax on top of mxTextTools that can greatly clarify the expression of grammars.
(0 ratings)
Reviews0
PriceFree
Views1788
Results 1-20 of 23