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

New 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
Views781
Python tutorial
Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability. Python's syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C, and the language provides constructs intended to enable clear programs on both a small and large scale.
(0 ratings)
Reviews0
PriceFree
Views669
Building User Networks
From this tutorial you can learn how to build a friend network feature, enable users to invite friends to your web site, improve the interface with status messages and let users browse bookmarks of friends.
(0 ratings)
Reviews0
PriceFree
Views683
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
Views728
functional programming with python
posted bywingiinDevelopment
To work with lists many c/c++ programmer use a simple for-loop. I will try to explain how this can be made a little bit easier. Thinking functional will help to shorten und optimize code who can easy speed up development time and performance.
(0 ratings)
Reviews0
PriceFree
Views673
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
Views1869
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
Views2125
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
Views1782
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
Views1778
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
Views4939
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
Views1512
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
Views1478
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
Views1361
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
Views1640
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
Views1532
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
Views1324
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
Views1587
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
Views1841
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
Views3753
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
Views2120
Results 1-20 of 23