background preloader

Python el:Περιεχόμενα - Notes

Python el:Περιεχόμενα - Notes

PLEAC-Python Following the Perl Cookbook (by Tom Christiansen and Nathan Torkington, published by O'Reilly) spirit, the PLEAC Project aims to gather fans of programming, in order to implement the solutions in other programming languages. In this document, you'll find an implementation of the Solutions of the Perl Cookbook in the Python language. The latest version of Python is 2.4 but users of 2.3 and 2.2 (and in some cases earlier versions) can use the code herein. Users of 2.2 and 2.3 should install or copy code from utils.py ( [the first section provides compatability code with 2.4] Users of 2.2 should install optik ( [for optparse and textwrap] Where a 2.3 or 2.4 feature is unable to be replicated, an effort has been made to provide a backward-compatible version in addition to one using modern idioms.

Ultimate Python Ebook Collection | Open Hacking Niall O'Higgins, "MongoDB and Python: Patterns and processes for the popular document-oriented database" O'Reilly Media | 2011-09-30 | ISBN: 1449310370 | 68 pages | PDF | 4,5 MB Learn how to leverage MongoDB with your Python applications, using the hands-on recipes in this book. You get complete code samples for tasks such as making fast geo queries for location-based apps, efficiently indexing your user documents for social-graph lookups, and many other scenarios. This guide explains the basics of the document-oriented database and shows you how to set up a Python environment with it. The recipes will help you: Download About the Book In "Starting Out with Python(R), Second Edition" Tony Gaddis' evenly-paced, accessible coverage introduces students to the basics of programming and prepares them to transition into more complicated languages. info Download pdf | 362 pages | 4.4 Mb Sales page: Download pdf | 502 pages | 33.8 Mb

swfk - Snake Wrangling for Kids (Learning to Program with Python) SWFK has been completely rewritten and updated, with new chapters (including developing graphical games), and new code examples. It also includes lots of fun programming puzzles, and illustrations, to help cement the learning. Published by No Starch Press, and available here: Python for Kids @ Amazon.com. Also more info can be found here. "Snake Wrangling for Kids" is a printable electronic book, for children 8 years and older, who would like to learn computer programming. It covers the very basics of programming, and uses the Python 3 programming language to teach the concepts. There are 3 different versions of the free book (one for Mac, one for Linux and one for Windows). There are editions in French (see swfk-fr), Spanish (see swfk-es), German (see swfk-de), Bengali (see swfk-bn) and an Italian version in progress (see swfk-it). This version licensed under the Creative Commons:

Doug Hellmann Γλώσσα προγραμματισμού Python Καλωσορίσατε στη γλώσσα Python, στον κόσμο του προγραμματισμού! Συντομογραφίες και αγγλικές λέξεις που θα συναντήσετε ΛΣ = Λειτουργικά συστήματαModules = Αρθρώματα, Μονάδες Δραστηριότητας (χρησιμοποιούνται για να διευρύνουν τις δυνατότητες της γλώσσας Python)v (v3) = έκδοση (version 3) Ο προγραμματισμός λύνει τα χέρια σ' ό,τι αφορά καθημερινές χρήσεις κάποιων εντολών είτε οποιασδήποτε ρουτίνας που θέλετε να διεξάγεται κάθε φορά που ανάβετε τον υπολογιστή. Αν και δεν ασχολούμαστε με την ιστορία των υπολογιστών στα μαθήματα που θα ακολουθήσουν, θα προσπαθήσουμε να σας δώσουμε μια μικρή εισαγωγή για το τι πρόκειται να ακολουθήσει. Ο προγραμματισμός στη γλώσσα Python επιλέχθηκε επειδή ο κώδικας γραμμένος σε μια τέτοιου είδους γλώσσα μπορεί: Η ομάδα των μεταφραστών έχει ήδη αρχίσει τη μετάφραση ενός θαυμάσιου βιβλίου, το "A Byte of Python" για την έκδοση 3 της γλώσσας. Το στέκι της ομάδας και η διεξαγωγή των μεταφράσεων βρίσκεται εδώ. Είναι όμως περίοδος μετατροπής από v2.6 σε v3. Σημειώσεις: #!

Related: