Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Beginning Python = from novice to pr...
~
Hetland, Magnus Lie.
Linked to FindBook
Google Book
Amazon
博客來
Beginning Python = from novice to professional /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Beginning Python/ by Magnus Lie Hetland, Fabio Nelli.
Reminder of title:
from novice to professional /
Author:
Hetland, Magnus Lie.
other author:
Nelli, Fabio.
Published:
Berkeley, CA :Apress : : 2024.,
Description:
xxviii, 607 p. :ill., digital ;24 cm.
[NT 15003449]:
Ch. 1 Instant hacking : the basics -- Ch. 2 Lists and tuples -- Ch. 3 Working with strings -- Ch. 4 Dictionaries : when indices won't do -- Ch. 5 Conditionals, loops, and some other statements -- Ch. 6 Abstraction -- Ch. 7 More abstraction -- Ch. 8 Exceptions -- Ch. 9 Magic methods, properties, and iterators -- Ch. 10 Batteries included -- Ch. 11 Files and stuff -- Ch. 12 Graphical user interfaces -- Ch. 13 Database support -- Ch. 14 Network programming -- Ch. 15 Python and the Web -- Ch. 16 Testing, 1-2-3 -- Ch. 17 Extending Python -- Ch. 18 Packaging your programs -- Ch. 19 Playful programming -- Ch. 20 Project 1 : instant markup -- Ch. 21 Project 2 : painting a pretty picture -- Ch. 22 Project 3 : XML for all occasions -- Ch. 23 Project 4 : in the news -- Ch. 24 Project 5 : a virtual tea party -- Ch. 25 Project 6 : remote editing with CGI -- Ch. 26 Project 7 : your own bulletin board -- Ch. 27 Project 8 : file sharing with XML-RPC -- Ch. 28 Project 9 : file sharing II - now with GUI! -- Ch. 29 Project 10 : do-it-yourself arcade game -- Appendix A: The Short Version -- Appendix B: Python Reference.
Contained By:
Springer Nature eBook
Subject:
Python (Computer program language) -
Online resource:
https://doi.org/10.1007/979-8-8688-0196-9
ISBN:
9798868801969
Beginning Python = from novice to professional /
Hetland, Magnus Lie.
Beginning Python
from novice to professional /[electronic resource] :by Magnus Lie Hetland, Fabio Nelli. - Fourth edition. - Berkeley, CA :Apress :2024. - xxviii, 607 p. :ill., digital ;24 cm.
Ch. 1 Instant hacking : the basics -- Ch. 2 Lists and tuples -- Ch. 3 Working with strings -- Ch. 4 Dictionaries : when indices won't do -- Ch. 5 Conditionals, loops, and some other statements -- Ch. 6 Abstraction -- Ch. 7 More abstraction -- Ch. 8 Exceptions -- Ch. 9 Magic methods, properties, and iterators -- Ch. 10 Batteries included -- Ch. 11 Files and stuff -- Ch. 12 Graphical user interfaces -- Ch. 13 Database support -- Ch. 14 Network programming -- Ch. 15 Python and the Web -- Ch. 16 Testing, 1-2-3 -- Ch. 17 Extending Python -- Ch. 18 Packaging your programs -- Ch. 19 Playful programming -- Ch. 20 Project 1 : instant markup -- Ch. 21 Project 2 : painting a pretty picture -- Ch. 22 Project 3 : XML for all occasions -- Ch. 23 Project 4 : in the news -- Ch. 24 Project 5 : a virtual tea party -- Ch. 25 Project 6 : remote editing with CGI -- Ch. 26 Project 7 : your own bulletin board -- Ch. 27 Project 8 : file sharing with XML-RPC -- Ch. 28 Project 9 : file sharing II - now with GUI! -- Ch. 29 Project 10 : do-it-yourself arcade game -- Appendix A: The Short Version -- Appendix B: Python Reference.
Gain a fundamental understanding of Python's syntax and features with this revised introductory and practical reference. Covering a wide array of Python-related programming topics, including addressing language internals, database integration, network programming, and web services, you'll be guided by sound development principles. Updated to reflect the latest in Python programming paradigms and several of the most crucial features found in Python 3, Beginning Python, Fourth Edition also covers advanced topics such as extending Python and packaging/distributing Python applications. Ten accompanying projects will ensure you can get your hands dirty in no time. You will: Become a proficient Python programmer by following along with a friendly, practical guide to the language's key features Write code faster by learning how to take advantage of advanced features such as magic methods, exceptions, and abstraction Gain insight into modern Python programming paradigms including testing, documentation, packaging, and distribution Work through several interesting projects, including a P2P file-sharing application, chat client, video game, remote text editor, and more.
ISBN: 9798868801969
Standard No.: 10.1007/979-8-8688-0196-9doiSubjects--Topical Terms:
729789
Python (Computer program language)
LC Class. No.: QA76.73.P98
Dewey Class. No.: 005.133
Beginning Python = from novice to professional /
LDR
:03336nmm a2200337 a 4500
001
2374564
003
DE-He213
005
20240716132254.0
006
m d
007
cr nn 008maaau
008
241231s2024 cau s 0 eng d
020
$a
9798868801969
$q
(electronic bk.)
020
$a
9798868801952
$q
(paper)
024
7
$a
10.1007/979-8-8688-0196-9
$2
doi
035
$a
979-8-8688-0196-9
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.P98
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051360
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.P98
$b
H589 2024
100
1
$a
Hetland, Magnus Lie.
$3
898081
245
1 0
$a
Beginning Python
$h
[electronic resource] :
$b
from novice to professional /
$c
by Magnus Lie Hetland, Fabio Nelli.
250
$a
Fourth edition.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2024.
300
$a
xxviii, 607 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Ch. 1 Instant hacking : the basics -- Ch. 2 Lists and tuples -- Ch. 3 Working with strings -- Ch. 4 Dictionaries : when indices won't do -- Ch. 5 Conditionals, loops, and some other statements -- Ch. 6 Abstraction -- Ch. 7 More abstraction -- Ch. 8 Exceptions -- Ch. 9 Magic methods, properties, and iterators -- Ch. 10 Batteries included -- Ch. 11 Files and stuff -- Ch. 12 Graphical user interfaces -- Ch. 13 Database support -- Ch. 14 Network programming -- Ch. 15 Python and the Web -- Ch. 16 Testing, 1-2-3 -- Ch. 17 Extending Python -- Ch. 18 Packaging your programs -- Ch. 19 Playful programming -- Ch. 20 Project 1 : instant markup -- Ch. 21 Project 2 : painting a pretty picture -- Ch. 22 Project 3 : XML for all occasions -- Ch. 23 Project 4 : in the news -- Ch. 24 Project 5 : a virtual tea party -- Ch. 25 Project 6 : remote editing with CGI -- Ch. 26 Project 7 : your own bulletin board -- Ch. 27 Project 8 : file sharing with XML-RPC -- Ch. 28 Project 9 : file sharing II - now with GUI! -- Ch. 29 Project 10 : do-it-yourself arcade game -- Appendix A: The Short Version -- Appendix B: Python Reference.
520
$a
Gain a fundamental understanding of Python's syntax and features with this revised introductory and practical reference. Covering a wide array of Python-related programming topics, including addressing language internals, database integration, network programming, and web services, you'll be guided by sound development principles. Updated to reflect the latest in Python programming paradigms and several of the most crucial features found in Python 3, Beginning Python, Fourth Edition also covers advanced topics such as extending Python and packaging/distributing Python applications. Ten accompanying projects will ensure you can get your hands dirty in no time. You will: Become a proficient Python programmer by following along with a friendly, practical guide to the language's key features Write code faster by learning how to take advantage of advanced features such as magic methods, exceptions, and abstraction Gain insight into modern Python programming paradigms including testing, documentation, packaging, and distribution Work through several interesting projects, including a P2P file-sharing application, chat client, video game, remote text editor, and more.
650
0
$a
Python (Computer program language)
$3
729789
650
0
$a
Computer programming.
$3
527209
650
1 4
$a
Python.
$3
3201289
650
2 4
$a
Computer Science.
$3
626642
700
1
$a
Nelli, Fabio.
$3
2111798
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/979-8-8688-0196-9
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9495013
電子資源
11.線上閱覽_V
電子書
EB QA76.73.P98
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login