Loading
+ Reply to Thread
+ Post New Thread
Results 1 to 1 of 1

Mark Lutz - Programming Python

You are currently viewing thread Mark Lutz - Programming Python in forum Tutorials, which is a part of forum --Ebooks-Listings--.



  1. #1
    Mr. Johnson's Avatar
    Clan Mjeseca V.2009
    Donator
    Super Moderator
    Status : Mr. Johnson je offline
    Join Date : 13.10.2008
    Location : Crossroads
    Age: 51
    Posts : 23,041
    Post Thanks / Like
    Rep Power: 276
    Mr. Johnson je nezamjenjiv Mr. Johnson je nezamjenjiv Mr. Johnson je nezamjenjiv Mr. Johnson je nezamjenjiv Mr. Johnson je nezamjenjiv Mr. Johnson je nezamjenjiv Mr. Johnson je nezamjenjiv Mr. Johnson je nezamjenjiv Mr. Johnson je nezamjenjiv Mr. Johnson je nezamjenjiv Mr. Johnson je nezamjenjiv

    Mark Lutz - Programming Python

    Mark Lutz - Programming Python




    O'Reilly Media | 2006 | ISBN: 0596009259 | Pages: 1596 | CHM | 9.67 MB


    Completely revised and improved, the second edition of Programming Python is an excellent compendium of material geared toward the more knowledgeable Python developer. It includes dozens of reusable scripts for common scripting tasks, and is one of the best available sources of information for this popular object-oriented scripting language.

    In over 1,200 pages of material, this book offers an extremely comprehensive guide to Python development. Though his book is densely packed with information, Mark Lutz is a lively and witty writer whose focus is on getting things done using the natural strengths of the Python language. To that end, after an introduction and history of the language, the book shows how to use Python for performing automated tasks with files and directories (for example, for doing backups both locally and on Web servers). Not only will this book teach you more about Python, but it will also give you a library of code that you can use as is or adapt for your own projects.

    The text covers every conceivable facet of Python and the language's support for networking, files and directories, task management, and even persistence (through its support for shelves). Complete Python programs show how to create e-mail clients, do reporting, and create Web applications (for an online errata database). Chapters on doing graphics programming in Python, as well as coverage of both built-in and custom data structures, are especially good. Because Python is often used for automating installations (in some Linux distributions, for instance), readers will appreciate the sample code and tips for using Python to create bulletproof installs.

    Later sections show how get Python to work with C, Java (through JPython), and other languages. The book concludes with useful reference sections summarizing key aspects of Python, like its revision history, relationship to C++, and other material. There aren't many titles on Python, and fans of this up-and-coming language are lucky to have such a solid tutorial and guide available in Programming Python. Perfect for those with just a little previous exposure to the language, it's all you need to master Python in-depth and tap its considerable power for virtually any software project. --Richard Dragan

    Topics covered:
    Introduction to Python
    Basic system scripts with Python (including file and directory tools)
    Working with processes and threads
    Pipes and signals
    Sample scripts for system and Web utilities (including backing up files, program launching, replicating and managing directories)
    Graphical user interface design in Python (including the Tkinter module)
    Widgets and basic components
    Layout options
    Event handling
    GUI examples (including a working text editor, image viewer, and clock)
    Network scripting (sockets, FTP, and e-mail clients)
    Server-side scripting
    Sample server scripts for an online errata database
    Python on the Internet (including Zope, JPython, and XML tools)
    Databases and persistence in Python (including pickled objects and shelf files)
    Custom and built-in data structures in Python
    Text and string handling
    C integration with Python (including the SWIG module)
    Embedding Python calls within C
    Hints for using Python in real projects
    Reference to recent changes to Python
    Python vs. C++ quick-start guide



    Code: 
    Download Link
    Last edited by Mr. Johnson; 18.02.2012 at 00:29. Reason: dead links


    People may not remember exactly what you did or what you said, but they will always remember how you made them feel

+ Reply to Thread
+ Post New Thread

Similar Threads

  1. Wesley Chun
    By Mr. Johnson in forum Scientific - Technical books
    Replies: 0
    Last Post: 08.03.2011, 14:56
  2. Monty Python
    By sermilan in forum Video Collections
    Replies: 2
    Last Post: 24.06.2010, 10:44
  3. Python *
    By Oggy in forum Movies
    Replies: 0
    Last Post: 18.09.2009, 13:22
  4. Monty Python
    By Rock'n'Roll Nigger in forum Soundtracks - OST
    Replies: 0
    Last Post: 09.06.2008, 16:15
  5. Java Programming
    By The Pangelius in forum Wallpapers - Icons - Fonts
    Replies: 0
    Last Post: 29.06.2007, 02:36

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
eXTReMe Tracker

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166