programming

TwitterFacebook
Get flash to fully experience Pearltrees
database

c++

Learn Python in 10 minutes | Poromenos' Stuff

http://www.korokithakis.net/tutorials/python/ So, you want to learn the Python programming language but can't find a concise and yet full-featured tutorial. This tutorial will attempt to teach you Python in 10 minutes. It's probably not so much a tutorial as it is a cross between a tutorial and a cheatsheet, so it will just show you some basic concepts to start you off. Obviously, if you want to really learn a language you need to program in it for a while. I will assume that you are already familiar with programming and will, therefore, skip most of the non-language-specific stuff. The important keywords will be highlighted so you can easily spot them.
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly. Save yourself the tedious work of creating interfaces for people to add and update content. Django does that automatically , and it's production-ready. Django has full support for multi-language applications , letting you specify translation strings and providing hooks for language-specific functionality.

Django | The Web framework for perfectionists with deadlines

https://www.djangoproject.com/
http://www.faqs.org/docs/diveintopython/fileinfo_divein.html This chapter, and pretty much every chapter after this, deals with object-oriented Python programming. Remember when I said you should know an object-oriented language to read this book? Well, I wasn’t kidding. Here is a complete, working Python program. Read the doc string s of the module, the classes, and the functions to get an overview of what this program does and how it works. As usual, don’t worry about the stuff you don’t understand; that’s what the rest of the chapter is for.

Chapter 3. An Object-Oriented Framework

A Beginner's Guide to Using pyGTK and Glade | Linux Journal

The beauty of pyGTK and Glade is they have opened up cross-platform, professional-quality GUI development to those of us who'd rather be doing other things but who still need a GUI on top of it all. Not only does pyGTK allow neophytes to create great GUIs, it also allows professionals to create flexible, dynamic and powerful user interfaces faster than ever before. If you've ever wanted to create a quick user interface that looks good without a lot of work, and you don't have any GUI experience, read on. http://www.linuxjournal.com/article/6586
http://hants.lug.org.uk/wiki/TechTalks/2ndDecember2006

HantsLUG Wiki: TechTalks/2ndDecember2006

If you are using GNU/Linux or any other FLOSS Operating System, we recommend the OGG version of the videos. If you are using Windows or Mac OS X, we recommend the WMV version. If you have trouble viewing any of these files, or have any other questions, please check the /FrequentlyAskedQuestions .
PyGTK lets you to easily create programs with a graphical user interface using the Python programming language. The underlying GTK+ library provides all kind of visual elements and utilities for it and, if needed, you can develop full featured applications for the GNOME Desktop. PyGTK applications are truly multiplatform and they're able to run, unmodified, on Linux, Windows, MacOS X and other platforms. Other distinctive features of PyGTK are, besides its ease of use and rapid prototyping, its first class accessibility support or the capability to deal with complex multilingual or bidirectional text for fully localized applications. PyGTK 2.24.0 has been released. This is a stable release supporting the GTK+ 2.24 API.

PyGTK

http://www.pygtk.org/
http://docs.python.org/tutorial/controlflow.html >>> x = int ( raw_input ( "Please enter an integer: " )) Please enter an integer: 42 >>> if x There can be zero or more elif parts, and the else part is optional. The keyword ‘ elif ‘ is short for ‘else if’, and is useful to avoid excessive indentation.

4. More Control Flow Tools

http://unxutils.sourceforge.net/

Native Win32 ports of some GNU utilities

GNU utilities for Win32 Here are some ports of common GNU utilities to native Win32. In this context, native means the executables do only depend on the Microsoft C-runtime (msvcrt.dll) and not an emulation layer like that provided by Cygwin tools. I have started an Open source project at http://unxutils.sourceforge.net .
A project designed to accelerate development of consumer devices based on Linux and open source; focused on upstream technology, hardware enablement and integration of these into a reusable softwar... https://launchpad.net/

Launchpad

gotAPI.com :: Reference Lookup Service

http://www.gotapi.com/ gotAPI.com does not author, host or validate reference content. Search could produce results that some people find objectionable, inappropriate, or offensive. All API/reference/help content and trademarks are property of their respective owners and hereby recognized. Site and reference owners who would like to remove
History In the 1990s, most web sites were based on complete HTML pages; each user action required that the page be re-loaded from the server (or a new page loaded). This process is inefficient, as reflected by the user experience: all page content disappears then reappears, etc. Each time a page is reloaded due to a partial change, all of the content must be re-sent instead of only the changed information. This can place additional load on the server and use excessive bandwidth .

Ajax (programming) - Wikipedia, the free encyclopedia