Menu
Submit Site
Home
Computer
Programming
All sites of Programming
GNU Prolog
GNU Prolog- This compiler accepts Prolog + constraint programs and produces native binaries. The obtained executable is subsequently stand-alone. The size of this executable can be quite small since GNU Prolog can avoid ...
Aquarius Prolog 1.0
Aquarius Prolog 1.0- The compiler for this open-source version developed at UCB is built around the Berkeley Abstract Machine, a finer-grained rendition of WAM. An interpreter provided for program development is written ...
K-Prolog
K-Prolog- This is the English download site for this Japanese implementation of Prolog for Solaris, HP-UX, Digital UNIX, Linux and 32-bit Windows environments. ...
The YAP Prolog System
The YAP Prolog System- The University of Porto's Edinburgh-style, WAM-based Prolog engine is available on 32-bit machines running Sun and Linux and 64-bit Alphas running OSF UNIX and Linux. An open-source policy is being ...
Reform Prolog
Reform Prolog- Recursion-parallel Single Program, Multiple Data (SPMD) implementation; assumes one sequential worker and arbitrary, fixed number parallel workers, each worker is process, can have more workers than proces ...
Simplified Exception Identification in Python
Simplified Exception Identification in Python- Using functions and exception pattern dictionaries to simplify error recovery. ...
Jekejeke Prolog
Jekejeke Prolog- Jekejeke Prolog is an interpreter only implementation of Prolog written in 100% Java. The runtime library provides a simple console interface and no debugger. The development environment also provides a ...
The Ciao System
The Ciao System- General-purpose programming language which supports logic, constraint, functional, higher-order and object-oriented programming styles. Its main design objectives are high expressive power, extensibility ...
SICStus Prolog 3
SICStus Prolog 3- This ISO-conformant, performance-oriented Prolog development system also features interfaces with C/C++, Java and ODBC-compliant DBMS's and an OOP extension. ...
Mark Lutz's Python Advocacy Page
Mark Lutz's Python Advocacy Page- Links to several old Python articles and reviews. ...
A Conversation with Guido van Rossum
A Conversation with Guido van Rossum- Python creator talks with Bill Venners about topics relevant to Python and its community; 6 part series, Artima Software. ...
Charming Python
Charming Python- Column by David Mertz, Gnosis Software, Inc. Over 20 articles on Python programming, many topics. ...
Python Squeezes the Web
Python Squeezes the Web- A practical example of using Python to automate the crawl of web pages. ...
Proper XML Output in Python
Proper XML Output in Python- Uche Ogbuji explores the intricacies of creating proper XML output in Python, including character set and encoding issues. ...
A Tour of 4Suite
A Tour of 4Suite- In this installment of Python and XML, Uche Ogbuji provides a tour of the core XML processing facilities of 4Suite. ...
Interview of Guido van Rossum
Interview of Guido van Rossum- Interview of the BDFL by the visitors of a French Linux news portal (the English version is included). ...
Why Python?
Why Python?- Article by Eric Raymond where he explains reasons that led him to switch from Perl to Python. ...
Python Programming Language
Python Programming Language- Growing article, with links to many related topics. [Wikipedia] ...
An Interview with Guido van Rossum
An Interview with Guido van Rossum- Python creator discusses features and future of the language. O'Reilly Media. ...
Python Enhancement Proposals (PEPs)
Python Enhancement Proposals (PEPs)- Design documents providing information to the Python community, or describing a new feature for Python. ...
Free Python books
Free Python books- Free Python books and tutorials. ...
Python: Yes, You Should Be Using It!
Python: Yes, You Should Be Using It!- Alex Martelli gives an overview of the possibilities offered by Python, along with samples allowing the newcomer to experience Python code. [Free registration required to view this a ...
Using Mix-ins with Python
Using Mix-ins with Python- An explanation of the mix-in programming style as applied in Python. ...
Embedding Python in Multi-Threaded C/C++ Applications
Embedding Python in Multi-Threaded C/C++ Applications- A Linux Magazine article featuring an overview of the C/C++ API, explaining how to extend and embed Python in a multi-thread context. ...
Linux Journal Python Interview
Linux Journal Python Interview- An Interview with Guido van Rossum. A conversation with the creator of Python about an effort to teach Python to non-computer science students. ...
Developing GNOME Application with Python
Developing GNOME Application with Python- Set of articles written for beginners in Gnome programming and GNU/Linux. ...
Python Persistence Management
Python Persistence Management- Using serialization to store Python objects. ...
Make Python Run as Fast as C with Psyco
Make Python Run as Fast as C with Psyco- Using psyco, the python specializing compiler. ...
SOA and Web Services
SOA and Web Services- Several articles related to the development of web services with Python, written by Mike Olson and Uche Ogbuji, 2001-2004. IBM developerWorks. ...
Pick Up Some Python with This Script Walk-through
Pick Up Some Python with This Script Walk-through- An example conversion of a Perl script to Python. ...
Space Shuttle Engineers Use Python to Streamline Mission Design
Space Shuttle Engineers Use Python to Streamline Mission Design- Description of a practical use of Python by NASA, with quotes of Robin Friedrich, USA's Senior Project Engineer. ...
Text Processing in Python
Text Processing in Python- By David Mertz; Addison Wesley. Book in progress, full text, ASCII format. Asks for feedback. [author website, Gnosis Software, Inc.] ...
Python Language Reference Manual
Python Language Reference Manual- By Guido van Rossum, Fred L. Drake, Jr.; Network Theory Ltd., 2003, ISBN 0954161785. Printed edition of official language reference, for v2.x, from Python.org, describes syntax, built-in ...
Making Use of Python
Making Use of Python- By Rashi Gupta; John Wiley and Sons, 2002, ISBN 0471219754. Covers language basics, use for CGI scripting, GUI development, network programming; shows why it is one of more sophisticated of popular ...
How to Think Like a Computer Scientist: Learning with Python
How to Think Like a Computer Scientist: Learning with Python- By Allen B. Downey, Jeffrey Elkner, Chris Meyers; Green Tea Press, 2002, ISBN 0971677506. Teaches general principles of programming, via Python as subject lan ...
An Introduction to Python
An Introduction to Python- By Guido van Rossum, Fred L. Drake, Jr.; Network Theory Ltd., 2003, ISBN 0954161769. Printed edition of official tutorial, for v2.x, from Python.org. [Network Theory, online] ...
Python 2.1 Bible
Python 2.1 Bible- By Dave Brueck, Stephen Tanner; John Wiley and Sons, 2001, ISBN 0764548077. Full coverage, clear explanations, hands-on examples, full language reference; shows step by step how to use components, assem ...
Python Programming with the Java Class Libraries: A Tutorial for Building Web and Enterprise Applications with Jython
Python Programming with the Java Class Libraries: A Tutorial for Building Web and Enterprise Applications with Jython- By Richard Hightower; Addison-Wesley, 2002, 0201616165. Begins with Python basics, many exercises, in ...
Sams Teach Yourself Python in 24 Hours
Sams Teach Yourself Python in 24 Hours- By Ivan Van Laningham; Sams Publishing, 2000, ISBN 0672317354. Split into 24 hands-on, 1 hour lessons; steps needed to learn topic: syntax, language features, OO design and program ...
XML Processing with Python
XML Processing with Python- By Sean McGrath; Prentice Hall PTR, 2000, ISBN 0130211192, has CD-ROM. Methods to build XML applications fast, Python tutorial, DOM and SAX, new Pyxie open source XML processing library. [Pren ...
FreeTechBooks: Python Scripting Language
FreeTechBooks: Python Scripting Language- Annotated list of free online books on Python scripting language. Topics range from beginner to advanced. ...
Programming in Python 3 (Second Edition)
Programming in Python 3 (Second Edition)- A Complete Introduction to the Python 3. ...
SciPy Conferences
SciPy Conferences- Conferences organised by the SciPy community, for scientific computing. ...
GeoPython
GeoPython- Conference for geographic information systems development using Python. ...
PyData
PyData- Conference and community for data scientists using Python. ...
Data Structures and Algorithms with Object-Oriented Design Patterns in Python
Data Structures and Algorithms with Object-Oriented Design Patterns in Python- The primary goal of this book is to promote object-oriented design using Python and to illustrate the use of the emerging object-oriented des ...
Python 3 Object Oriented Programming
Python 3 Object Oriented Programming- A step-by-step tutorial for OOP in Python 3, including discussion and examples of abstraction, encapsulation, information hiding, and raise, handle, define, and manipulate exceptions ...
Pro Python System Administration
Pro Python System Administration- By Rytis Sileika, ISBN13: 978-1-4302-2605-5, Uses real-world system administration examples like manage devices with SNMP and SOAP, build a distributed monitoring system, manage web appl ...
Foundations of Python Network Programming
Foundations of Python Network Programming- This book covers a wide range of topics. From raw TCP and UDP to encryption with TSL, and then to HTTP, SMTP, POP, IMAP, and ssh. It gives you a good understanding of each field ...
Dive Into Python 3
Dive Into Python 3- By Mark Pilgrim, Guide to Python 3 and its differences from Python 2. Each chapter starts with a real code sample and explains it fully. Has a comprehensive appendix of all the syntactic and semantic ...
« First
Previous
Page 124 of 145.
Next
Last »
Latest sites from Programming
Wikipedia - Computer Programming
Reddit: Programming
Gamedev.org
GameDev.net
Dis6502
Ada-Tools
JSW Technology
UniquE RAR File Library
MyLibC
The Endpoint Library
WM_MOTIF
Matrix2D
LZO
Enumerating Objects with .NET
Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg
C# XML Directory Lister
Creating a control with the .NET SDK using C#
libspopc
libZI
IRCG
Better String Library
Fingerprint Verification System
GNU Scientific Library
jclassinfo
ForbiSoft
Send feedback
submit