Geometry.Net - the online learning center
Home  - Basic_P - Python Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-72 of 72    Back | 1  | 2  | 3  | 4 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Python Programming:     more books (99)
  1. Python Web Programming by Steve Holden, 2002-01-18
  2. Python Fundamentals LiveLessons (Video Training) by Wesley Chun, 2009-01-02
  3. Python 2.1 Bible by Dave Brueck, Stephen Tanner, 2001-06-29
  4. Foundations of Agile Python Development (Expert's Voice in Open Source) by Jeff Younker, 2008-06-23
  5. Practical Programming (in Python) by et al. Jeffrey Elkner, 2010-03-17
  6. Programming Google App Engine: Build and Run Scalable Web Apps on Google's Infrastructure (Animal Guide) by Dan Sanderson, 2009-11-23
  7. Methods in Medical Informatics: Fundamentals of Healthcare Programming in Perl, Python, and Ruby (Chapman & Hall/CRC Mathematical & Computational Biology) by Jules J. Berman, 2010-09-22
  8. Python Programming & GUI's: for Electronic Engineers by Andrew Pratt, 2010-06-28
  9. The Practice of Computing using Python by William F Punch, Richard Enbody, 2010-03-07
  10. Financial Modelling in Python (The Wiley Finance Series) by Shayne Fletcher, Christopher Gardner, 2009-08-11
  11. Pro Python (Expert's Voice in Open Source) by Marty Alchin, 2010-06-15
  12. Advanced Python 3 Programming Techniques by Mark Summerfield, 2009-02-13
  13. Dive Into Python 3 by Mark Pilgrim, 2010-01-31
  14. Python Programming for the Absolute Beginner [With CD] [PYTHON PROGRAMMING FOR-2E W/CD] by Michael(Author) Dawson, 2005-10-31

61. Append
to avoid future google twosteps. http//www.diveintopython. org/native_data_types/lists.html http//en.wikibooks.org/wiki/python_programming/Lists
http://www.techlists.org/archives/programming/pythonlist/2007-05/msg01730.shtml
Tech Lists.org
Technical Mailing List Archives
Links
Lists
  • Artificial Intelligence Compliance
    • Hippa SOX
    Computer Programming Computer Games Hardware IT Management Operating Systems
    • Unix Linux Windows Mac
    Graphic Design Security
    • Cryptography Malware, and Viruses Network Security Firewalls Forensics Application Security
    Web
Latest Updates
Ruby On Rails List Python list Advanced Java The JavaScript List ... Amazon.com Widgets
Search the archives! Having a development problem? Ask eDevelopment.org forums! Date Prev Date Next Thread Prev ... Thread Index
append
  • From : john at datavoiceint.com (HMS Surprise) Subject : append Date : 10 May 2007 11:41:04 -0700
http://www.diveintopython.org/native_data_types/lists.html http://en.wikibooks.org/wiki/Python_Programming/Lists http://infohost.nmt.edu/tcc/help/pubs/python22.pdf Thank you all. jh

62. Hackits | Coding/Programming | Another PYTHON Question
http//en.wikibooks.org/wiki/python_programming/Arrays this explains dictionaries. 0202-2008 2132, Send an Email to pnksk8er2007 Search for Posts by
http://www.hackits.de/forum/thread.php?goto=lastpost&threadid=2325&sid=767134466

63. Python @ FreeNode IRC Archive (2006-12-16 01:00) Page 4 Of 6
fatsheep, what is the significance of the commas in this first program? http//en.wikibooks.org/wiki/python_programming/Co…
http://irc-archive.com/read/FreeNode/python/2006-12-16/1/page/4
#python FreeNode IRC archive - Sat 16th December 2006
01:23 - 01:39 +0000 - Page: « Previous Next »
CakeProphet I'd convert all strings you receive from the db to unicode... with a formatting of your choice.
and possibly fiddle with some of the error options on the unicode strings... depending on how you want to handle encoding errors. prologic hmm
k CakeProphet ferguscan, Just inherit from list... and your class will create objects that function exactly like lists... from their you can override the special methods to suit your desires.
or do you need a list of the "special methods"? prologic getitem contains are all you need to make an object a list :)
maybe a couple others but those will do ferguscan CakeProphet, I'm specifically interested in construction. If I want to construct a normal list, I say a_normal_list = [something, something_else] If I have class Fergus_list(list):, how can I construct one of those, such that the underlying list gets my elements? CakeProphet hmmm...
you mean... how do you take a_normal_list and turn it into Fergus_list?
or... the other way around?

64. Imagination Is More Important Than Knowledge. : Dive Into Python
Translate this page http//en.wikibooks.org/wiki/python_programming A Quick, Painless Tutorial on the Python Language (N. Matloff) PythonIntro.pdf
http://incredible.egloos.com/3607559
@import url("http://md.egloos.com/skn/pub/tp/css/template_p000.css"); @import url("http://md.egloos.com/skn/pub/tp/css/template_s000.css"); @import url("http://md.egloos.com/skn/pub/tp/css/template_c000.css"); @import url("http://md.egloos.com/skn/pub/tp/css/template_f000.css"); @import url("http://md.egloos.com/skn/pub/tp/css/template_system.css");
Imagination is more important than knowledge.
incredible.egloos.com Egloos Log-in
Dive Into Python 파이썬 교재 a great tutorial for experienced programmers : http://diveintopython.org/
Dive Into Python
Python from novice to pro Dive Into Python is a Python book for experienced programmers. You can buy a printed copy read it online , or download it in a variety of formats. It is also available in multiple languages pdf로 다운로드 받아서 사용하면 된다. diveintopython.pdf Python Quick Reference: PQR2.1.pdf http://en.wikipedia.org/wiki/Comparison_of_computer_shells http://en.wikipedia.org/wiki/Comparison_of_programming_languages Non-Programmer's Tutorial for Python http://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_for_Python

65. Support « ICT Level 1 Module
see http//en.wikibooks.org/wiki/python_programming/Strings for other useful things to know about strings. Posted in Support, week 2 No Comments »
http://ictbolton.wordpress.com/category/support/
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
ICT Level 1 Module
Supporting ICT Level 1 Students with Python Programming
Useful Functions in Python
February 5, 2008
  • isalnum returns True if the string is entirely composed of alphabetic or numeric characters (i.e. no punctuation). isalpha and isdigit work similarly for alphabetic characters or numeric characters only. isspace returns True if the string is composed entirely of whitespace. islower isupper , and istitle
see http://en.wikibooks.org/wiki/Python_Programming/Strings  for other useful things to know about strings. Posted in Support week 2
February 4, 2008 One solution to this exercise is given below: print "your current age is ", age, " and next year you will be ", age + 1 Posted in Support
Common Early Problems People Have With Python
January 30, 2008 2. By default when you save a file from the IDLE environment it will be saved in the Python installation directory. You need to ensure that as you follow the save dialogue you set the path for the file to be saved in as part of your student file structure. 3. Work in the IDLE development window - you get this by starting the Python shell and then selecting the File menu and new window from there - and save your files to a suitable part of your student file structure. I suggest that you create a subdirectory called Python and within that create weekly subdirectories so that you can find work done for each week.

66. 돛단배 :: Key Concepts In Programming: Statement & Expression
Translate this page http//en.wikibooks.org/wiki/python_programming. . Posted by maetel. , .
http://leeway.tistory.com/345
var findingNemo_blogURL = "";
SG AnT/서용덕: DMD Programming

statement

- A statement will have internal components (eg, expressions
- Many languages (e.g. C ) make a distinction between statements and definitions, with a statement only containing executable code and a definition declaring an identifier.
: An instruction written in a high-level language
Programs
consist of statements and expressions An expression is a group of symbols that represent a value.
Statements do not return results and are executed solely for their side effects , while expressions always return a result and often do not have side effects at all.
Simple statements
assignment : A := A + 1
call
return : return 5; goto : goto 1 assertion : assert(ptr != NULL); Compound statements statement block : begin WRITE('Number? '); READLN(NUMBER); end if-statement switch-statement while-loop : while NOT EOF DO begin READLN end do-loop for-loop : for A:=1 to 10 do WRITELN(A) end expression : a combination of values variables operators , and functions : any legal combination of symbols that represents a value : 프로그래밍 작성 언어에서 어떤 값을 계산하는 숫자, 변수, 함수 호출 결과 및 이들이 연산자에 의해 조합된 것. 예를 들어 100, x, x+y, sin(y*2), y>100 등은 모두 식이다. 그 결과값의 형에 따라 산술식, 논리식, 문자열식 등이 있다.

67. はてなブックマーク - Python Programming/Sett
Translate this page URL http//en.wikibooks.org/wiki/python_programming/Setting_it_up; en.wikibooks.org ;
http://b.hatena.ne.jp/entry/7594863
Python Programming/Setting it up - Wikibooks, collection of open-content textbooks
and get the proper Eclipse IDE version for your OS platform. Download and install it. The install just requires you to unpack the download ed Eclipse install file onto your system. You can install PyDEV Plug-in two ways: Suggested: Use Eclipse 's update manager, found in the tool bar Select "Search for New Features", and add Python Programming/Setting it up - Wikibooks, collection of open-content textbooks
URL:
http://en.wikibooks.org/wiki/Python_Programming/Setting_it_up en.wikibooks.org の注目エントリー BAR Download ... tutorial google_max_num_ads = '4'; google_ad_channel = 'b_entry'; hatena_afc_lazy_load = 1; google_page_url = 'http://en.wikibooks.org/wiki/Python_Programming/Setting_it_up';

68. GamedevX New Generation
http//en.wikibooks.org/wiki/python_programming/Game_Programming_in_Python Post 675 / Reply 2415 TT( ) 23 . . 49 1151
http://www.gamedevx.com/webboard.php?board=4304

69. Tkinter
DIRTkinter2.0-8.0/. Download Tkinter-2.0-8.0.tar.gz. 2006-03-01 ftp//ftp.books.ru/pub/python_programming/Packages/TclTk/Tkinter-2.0-8.0.tar.gz
http://dir.filewatcher.com/d/Other/ftp/python/2.0/Tkinter-2.0-8.0.tar.gz.14038.h
FTP Search Directory (beta) Content Search ... (beta) Package Information
Tkinter
Main Other ftp python
Or, if you are fearless
join the beta test
of our new ajax based
web RSS reader
Homepage: Package version: Architecture: Distribution: Other Filename: Tkinter-2.0-8.0.tar.gz
Browse inside Tkinter-2.0-8.0.tar.gz:
pkg://Tkinter-2.0-8.0.tar.gz:14038/ downloads [DIR] Tkinter-2.0-8.0
Download Tkinter-2.0-8.0.tar.gz:
ftp://ftp.kddlabs.co.jp/21/lang/python/www.python.org/ftp/python/2.0/ Tkinter-2.0-8.0.tar.gz
ftp://ftp5.freebsd.org/pub/Python/2.0/
Tkinter-2.0-8.0.tar.gz ... Tkinter-2.0-8.0.tar.gz
Results 1 - 1 Help FTP Sites List Software Dir. Searching half a billion files worldwide
Oliver Maruhn

70. [1410] Unexist OO [1445] Unexist (Tr D)ied Dwm? ;) [1507
*g* 1500 erikl http//en.wikibooks.org/wiki/python_programming/OOP 1500 erikl worked on my own class on the car example at the section
http://tollendorf-nr9.org/~unexist/logs/subtle.log
oO [14:45] it's alright [15:08] btw [15:08] the subtle homepage is down [15:08] as is the repo [15:08] Hm, it's online for me. Still not reachable? [16:01] Oh strange. [16:11] Funny, the DynDNS account expired. *g* [16:11] oh dear ;D [16:12] It's a static IP - so I updated it never. [16:13] Additionally the accout is registered on a mail address I don't have anymore. So I never got the information about the expire date. [16:22] Takes a while until the dns servers are up to date. I installed ddclient to automagically update the record - so that it won't expire anymore. ;) [16:23] okay [16:24] and when I want to download subtle now? [16:27] http://194.94.124.199/hg/subtle/ [16:28] ah, cool, thanks [19:43] Funny. [19:44] I unmerged qt-4 to solve a block within portage. I've only qt-3 installed - Opera keeps crashing. ;) [19:46] hm [19:47] opera depends on qt3 [19:47] qt-4 is now modular.. [19:47] it does not make use of qt4 at all [19:49] I will update my system and opera and check again. [19:50] Can subtle.scrapping.cc be reached now? [19:54]

71. Êíèæíûé èíòåðíåò-ìàãàçèí Books.Ru / Ïðîãðàììèðî
Translate this page PMW, PC, Macintosh Unix, ftp//www.books.ru/pub/python_programming
http://www.books.ru/shop/books/28810
window.name="wf9fb792759127e30e7b28966a161f704" english àâòîð, íàçâàíèå, ISBN
Python

  • Ïðîãðàììèðîâàíèå íà Python
    Ïðîãðàììèðîâàíèå íà Python
    ìû ñîîáùèì âàì ïî e-mail, êîãäà òîâàð ïîÿâèòñÿ â ïðîäàæå
    ISBN 5-93286-036-7
    Âòîðîå èçäàíèå ñàìîãî èçâåñòíîãî áåñòñåëëåðà ïî Python ñëóæèò íàèáîëåå ïîëíûì íà ñåãîäíÿøíèé äåíü èñòî÷íèêîì äëÿ òåõ, êòî ñåðüåçíî ïðîãðàììèðóåò íà Python. Èçäàíèå ïðîðåöåíçèðîâàíî è îäîáðåíî âèäî âàí Ðîññóìîì, ñîçäàòåëåì Python.
    Ñ ìîìåíòà âûõîäà ïåðâîãî èçäàíèÿ ýòîé êíèãè Python ñòàë øèðîêî ðàñïðîñòðàíåííûì ÿçûêîì ïðîãðàììèðîâàíèÿ äëÿ ìíîãèõ âàæíûõ çàäà÷, äèàïàçîí êîòîðûõ ïðîñòèðàåòñÿ îò êîììåð÷åñêèõ ñöåíàðèåâ óñòàíîâêè Linux è ïðîãðàììèðîâàíèÿ âåá-ïðèëîæåíèé äî àíèìàöèè ôèëüìîâ è ñîçäàíèÿ ñïåöýôôåêòîâ. Python ìîæíî âñòðåòèòü â ïîääåðæêå âåá-ïîðòàëîâ, ñîçäàíèè êàðò è êàòàëîãîâ â Èíòåðíåòå, â ñåòåâûõ èãðàõ, óïðàâëåíèè äèñêóññèîííûìè ôîðóìàìè èëè ñåòåâûìè áåñïðîâîäíûìè óñòðîéñòâàìè, ïðè òåñòèðîâàíèè ÷èïîâ è ïëàò.
    Python äîñòóïåí äëÿ âñåõ âàæíûõ âû÷èñëèòåëüíûõ ïëàòôîðì, â òîì ÷èñëå äëÿ îñíîâíûõ êîììåð÷åñêèõ âåðñèé Unix, Linux, Windows è Mac OS. Íà Python ìîæíî ñäåëàòü ïî÷òè âñå òî, ÷òî äåëàåòñÿ íà C++, íî îí ïðåäñòàâëÿåò ñîáîé èíòåðïðåòèðóåìûé ÿçûê, ïðåäíàçíà÷åííûé äëÿ áûñòðîé ðàçðàáîòêè è ðàçâåðòûâàíèÿ ïðèëîæåíèé. Ñðåäè ïðî÷èõ ôóíêöèé Python ïðåäîñòàâëÿåò: ïîääåðæêó îáúåêòíî-îðèåíòèðîâàííîãî ïðîãðàììèðîâàíèÿ; ïðîñòîé, õîðîøî ÷èòàåìûé è óäîáíûé äëÿ ñîïðîâîæäåíèÿ ñèíòàêñèñ; èíòåãðàöèþ ñ êîìïîíåíòàìè C; áîëüøóþ êîëëåêöèþ ãîòîâûõ èíòåðôåéñîâ è óòèëèò.
    Âî âòîðîì èçäàíèè âíèìàíèå ñîñðåäîòî÷åíî íà ïðèìåíåíèè Python â ïðàêòè÷åñêèõ çàäà÷àõ. ×èòàòåëü îáíàðóæèò, ÷òî îäíà ýòà êíèãà ôàêòè÷åñêè ñîäåðæèò â ñåáå ÷åòûðå, êîòîðûå ãëóáîêî îñâåùàþò ñîçäàíèå ñöåíàðèåâ äëÿ Èíòåðíåòà, ñèñòåìíîå ïðîãðàììèðîâàíèå, ïðîãðàììèðîâàíèå GUI ñ èñïîëüçîâàíèåì Tkinter è èíòåãðàöèþ ñ C. Âåñüìà âàæíî, ÷òî êíèãà ðàññêàçûâàåò î Python 2.0 - ïåðâîé íîâîé îñíîâíîé âåðñèè Python çà ïÿòü ëåò.  íåé òàêæå ðàññêàçûâàåòñÿ î íîâûõ èíñòðóìåíòàõ è ïðèëîæåíèÿõ Python, âêëþ÷àÿ: Jython - âåðñèþ Python, êîìïèëèðóåìóþ â âèäå áàéò-êîäîâ Java; ðàñøèðåíèÿ Active Scripting è COM; Zope - ñèñòåìó âåá-ïðèëîæåíèé ñ îòêðûòûì èñõîäíûì êîäîì; ãåíåðàòîðû êîäà HTMLgen è SWIG; ïîääåðæêó ïîòîêîâ; ìîäóëè CGI è ïðîòîêîëîâ Èíòåðíåòà. Êðîìå òîãî, â ýòîé êíèãå ìîðå ïðèìåðîâ êîäà, òàê ÷òî ÷èòàòåëü ñìîæåò íåìåäëåííî ïðèñòóïèòü ê ðàçðàáîòêå ñëîæíûõ ïðèëîæåíèé.
  • 72. Python Programming - Free Ebooks List « DCafe
    Translate this page More Python Book http//en.wikibooks.org/wiki/python_programming http//wiki.python.org/moin/PythonBooks http//www.python.org/doc/
    http://dcafe.wordpress.com/2007/06/16/python-programming-free-ebooks-list/
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    dCafe
    Triumph of the Nerds - PBS
    Python programming - free ebooks list
    June 16, 2007 2 Comments
    How to Think Like a Computer Scientist
    Learning with Python http://www.ibiblio.org/obp/thinkCS/python/english2e/html/ Introduction to Programming - by Eric Rollins
    http://eric_rollins.home.mindspring.com/introProgramming/
    A Byte of Python (suitable first book)
    http://www.ibiblio.org/g2swap/byteofpython/read/
    Python Programming: An Introduction to Computer Science
    Search the title and download from http://scholar.google.com A list of Python books
    Learning in Programming (in Python for very beginner) http://www.freenetpages.co.uk/hp/alan.gauld/ Dive Into Python
    http://diveintopython.org/
    http://swaroopch.info/text/Byte_of_Python:Main_Page Thinking in Python (should be 2nd book)
    http://www.mindview.net/Books/TIPython

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 4     61-72 of 72    Back | 1  | 2  | 3  | 4 

    free hit counter