Znalezione w sieci
Invent Your Own Computer Games with Python
Data: 2011-09-21, Autor: Albert Sweigart, 2008, Dział: Python
The current crop of programming books for kids that I've seen fell into two categories. First, books that did not teach programming so much as "game creation software" or in dumbed down languages to make programming "easy". Or second, they taught programming like a mathematics textbook: all principles and concepts with application left to the reader. This book takes a different approach: show the game source code right up front and explain programming principles from the examples.
WięcejIntroduction to Programming using Python
Data: 2011-09-21, Autor: K. Schuerer, C. Maufrais, C. Letondal, E. Deveaud, M.A. Petit - Pasteur Institute, 2008, Dział: Python
The objective of this course is to teach programming concepts to biologists. It is thus aimed at people who are not professional computer scientists, but who need a better control of computers for their own research. This programming course is part of a course in informatics for biology.
WięcejIntroduction to Media Computation: A Multimedia Cookbook in Python
Data: 2011-09-21, Autor: Mark Guzdial - Georgia Institute of Technology, 2002, Dział: Python
Guzdial introduces programming as a way of creating and manipulating media -– a context familiar and intriguing to today's readers. Starts readers with actual programming early on. Puts programming in a relevant context (Computing for Communications). Includes implementing Photoshop-like effects, reversing/splicing sounds, creating animations.
WięcejHow To Write Your Own Software Using Python
Data: 2011-09-21, Autor: Steven F. Lott, 2008, Dział: PythonThis book will help you build basic programming skills. The topics are organized in a way that builds up the language in layers from simple, central concepts to more advanced features. Programming exercises are provided to encourage further exploration of each layer.
WięcejGUI Programming with Python: QT Edition
Data: 2011-09-21, Autor: Boudewijn Rempt - OpenDocs, LLC, 2002, Dział: PythonThe main topic of this book is application development using PyQt, a library extension to the Python programming language that is meant to form the basis for GUI programming. Part I and II of this book concern themselves with concepts: here the examples are small, often amounting to less than one page of code. Part III takes you through the development of a complete, complex application. In this case an editor, but one with a lot of extra features. This book is intended for anyone, from beginning software developers to experienced programmers.
WięcejDive Into Python
Data: 2011-09-21, Autor: Mark Pilgrim - Apress, 2004, Dział: Python
The word 'Dive' on Dive Into Python has already suggested that this book is not for newbies, for wimps, or For Dummies. It assumes a lot about you. You need to know at least one real object-oriented language, like Java, C++, or Delphi, and at least one scripting language, like Perl, Visual Basic, or JavaScript. And finally you must have installled Python for your operating system. Dive Into Python is a hands-on guide to the Python language. Each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together in a summary at the end.
Więcej
