MARC details
| 000 -LEADER |
| fixed length control field |
07166nam a22004097a 4500 |
| 001 - CONTROL NUMBER |
| control field |
0082224 |
| 003 - CONTROL NUMBER IDENTIFIER |
| control field |
BD-SySUS |
| 005 - DATE AND TIME OF LATEST TRANSACTION |
| control field |
20251021102324.0 |
| 006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS |
| fixed length control field |
m o d |
| 007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION |
| fixed length control field |
cr cnu|||unuuu |
| 008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION |
| fixed length control field |
141203s2015 inu ob 001 0 eng d |
| 020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
| International Standard Book Number |
9798868805141 |
| 040 ## - CATALOGING SOURCE |
| Original cataloging agency |
N$T |
| Language of cataloging |
eng |
| Description conventions |
rda |
| -- |
pn |
| Transcribing agency |
N$T |
| Modifying agency |
IDEBK |
| -- |
EBLCP |
| -- |
N$T |
| -- |
TEFOD |
| -- |
VRC |
| -- |
COO |
| -- |
OCLCF |
| -- |
TEFOD |
| -- |
DG1 |
| -- |
TEFOD |
| -- |
UMI |
| -- |
GKJ |
| -- |
DEBBG |
| -- |
DEBSZ |
| -- |
BD-SySUS |
| 049 ## - LOCAL HOLDINGS (OCLC) |
| Holding library |
MAIN |
| 050 #4 - LIBRARY OF CONGRESS CALL NUMBER |
| Classification number |
QA76.73.P98 |
| 072 #7 - SUBJECT CATEGORY CODE |
| Subject category code |
COM |
| Subject category code subdivision |
051010 |
| Source |
bisacsh |
| 082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER |
| Classification number |
005.133 |
| Edition number |
23 |
| Item number |
MAL |
| 100 1# - MAIN ENTRY--PERSONAL NAME |
| Personal name |
Martra, Pere |
| 9 (RLIN) |
70564 |
| 245 10 - TITLE STATEMENT |
| Title |
Large Language Models Projects: |
| Statement of responsibility, etc. |
by Pere Martra (Author) |
| Remainder of title |
Apply and Implement Strategies for Large Language Models / |
| 250 ## - EDITION STATEMENT |
| Edition statement |
First Edition |
| 264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE |
| Place of production, publication, distribution, manufacture |
Berkeley, CA : |
| Name of producer, publisher, distributor, manufacturer |
Apress, |
| Date of production, publication, distribution, manufacture, or copyright notice |
2024. |
| 300 ## - PHYSICAL DESCRIPTION |
| Extent |
376 p. : |
| Other physical details |
ill. ; |
| Dimensions |
24 cm. |
| 504 ## - BIBLIOGRAPHY, ETC. NOTE |
| Bibliography, etc |
Includes bibliographical references and index. |
| 505 0# - FORMATTED CONTENTS NOTE |
| Formatted contents note |
Exploring the Python Language and the Interpreter -- Reviewing the Python Data Types -- Numeric Types: Integer and Float -- The Boolean Type -- The None Type -- Collection Types -- Strings -- Bytes and ByteArrays -- Tuples -- Lists -- Dictionaries -- Sets -- Using Python Control Structures -- Structuring Your Program -- Using Sequences, Blocks and Comments -- Selecting an Execution Path -- Iteration -- Handling Exceptions -- Managing Context -- Getting Data In and Out of Python -- Interacting with Users -- Using Text Files -- Extending Python -- Defining and Using Functions -- Generator Functions -- Lambda Functions -- Defining and Using Classes and Objects -- Creating and Using Modules and Packages -- Using and Creating Modules -- Using and Creating Packages -- Creating an Example Package -- Using Third-Party Packages -- Summary -- Accessing the Operating System -- Obtaining Information About Users and Their Computer |
|
| Formatted contents note |
Obtaining Information About the Current Process -- Managing Other Programs -- Managing Subprocesses More Effectively -- Obtaining Information About Files (and Devices) -- Navigating and Manipulating the File system -- Plumbing the Directory Tree Depths -- Working with Dates and Times -- Using the time Module -- Introducing the datetime Module -- Introducing the calendar Module -- Handling Common File Formats -- Using Comma-Separated Values -- Working with Config Files -- Working with XML and HTML Files -- Parsing XML Files -- Parsing HTML Files -- Accessing Native APIs with ctypes and pywin32 -- Accessing the Operating System Libraries -- Using ctypes with Windows -- Using ctypes on Linux -- Accessing a Windows Application Using COM -- Automating Tasks Involving Multiple Applications -- Using Python First -- Using Operating System Utilities -- Using Data Files -- Using a Third-Party Module -- Interacting with Subprocesses via a CLI |
|
| Formatted contents note |
Using Web Services for Server-Based Applications -- Using a Native Code API -- Using GUI Robotics -- Summary -- Storing Data Using Python -- Using DBM as a Persistent Dictionary -- Using Pickle to Store and Retrieve Objects -- Accessing Objects with shelve -- Analyzing Data with Python -- Analyzing Data Using Built-In Features of Python -- Analyzing Data with ittertools -- Utility Functions -- Data Processing Functions -- Taming the Vagaries of groupby() -- Using itertools to Analyze LendyDB Data -- Managing Data Using SQL -- Relational Database Concepts -- Structured Query Language -- Creating Tables -- Inserting Data -- Reading Data -- Modifying Data -- Linking Data Across Tables -- Digging Deeper into Data Constraints -- Revisiting SQLite Field Types -- Modeling Relationships with Constraints -- Many-to-Many Relationships -- Migrating LendyDB to an SQL Database -- Accessing SQL from Python -- Using SQL Connections -- Using a Cursor |
|
| Formatted contents note |
Creating the LendyDB SQL Database -- Inserting Test Data -- Creating a LendyDB API -- Exploring Other Data Management Options -- Client-Server Databases -- NoSQL -- The Cloud -- Data Analysis with RPy -- Summary -- Structuring Applications -- Building Command-Line Interfaces -- Building the Data Layer -- Building the Core Logic Layer -- Building the User Interface -- Using the cmd Module to Build a Command-Line Interface -- Reading Command-Line Arguments -- Jazzing Up the Command-Line Interface with Some Dialogs -- Programming GUIs with Tkinter -- Introducing Key GUI Principles -- Event-Based Programming -- GUI Terminology -- The Containment Tree -- Building a Simple GUI -- Building a Tic-Tac-Toe GUI -- Sketching a UI Design -- Building Menus -- Building a Tic-Tac-Toe Board -- Connecting the GUI to the Game -- Extending Tkinter -- Using Tix -- Using ttk -- Revisiting the Lending Library -- Exploring Other GUI Toolkits for Python -- wxPython -- PyQt |
|
| Formatted contents note |
PyGTK -- Native GUIs: Cocoa and PyWin32 -- Dabo -- Storing Local Data -- Storing Application-Specific Data -- Storing User-Selected Preferences -- Storing Application State -- Logging Error information -- Understanding Localization -- Using Locales -- Using Unicode in Python -- Using gettext -- Summary -- Python on the Web -- Parts of a Web Application -- The Client-Server Relationship -- Middleware and MVC -- HTTP Methods and Headers -- What Is an API? -- Web Programming with Python -- Using the Python HTTP Modules -- Creating an HTTP Server -- Exploring the Flask Framework -- Creating Data Models in Flask -- Creating Core Flask Files -- More on Python and the Web -- Static Site Generators -- Web Frameworks -- Using Python Across the Wire -- XML-RPC -- Socket Servers -- More Networking Fun in Python -- Summary -- Testing with the Doctest Module -- Testing with the Unittest Module -- Test-Driven Development in Python -- Debugging Your Python Code |
|
| Formatted contents note |
Handling Exceptions in Python -- Working on Larger Python Projects -- Releasing Python Packages -- Summary -- Drawing Pictures with Python -- Using Turtle Graphics -- Using GUI Canvas Objects -- Plotting Data -- Using imghdr -- Introducing Pillow -- Trying Out ImageMagick -- Doing Science with Python -- Introducing SciPy -- Doing Bioscience with Python -- Using GIS -- Watching Your Language -- Getting It All -- Playing Games with Python -- Enriching the Experience with PyGame -- Exploring Other Options -- Going to the Movies -- The Computer Graphics Kit -- Modeling and Animation -- Photo Processing -- Working with Audio -- Integrating with Other Languages -- Jython -- IronPython -- Cython -- Tcl/Tk -- Getting Physical -- Introducing Serial Options -- Programming the RaspberryPi -- Talking to the Arduino -- Exploring Other Options -- Building Python -- Fixing Bugs -- Documenting -- Testing -- Adding Features -- Attending Conferences -- Summary |
| 588 ## - SOURCE OF DESCRIPTION NOTE |
| Source of description note |
Description based on online resource ; title from PDF title page (EBSCO; viewed on December 10, 2014). |
| 650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
| Topical term or geographic name as entry element |
Python (Computer program language) |
| 9 (RLIN) |
70565 |
|
| Topical term or geographic name as entry element |
COMPUTERS / Programming Languages / General. |
| Source of heading or term |
bisacsh |
| 9 (RLIN) |
70566 |
|
| Topical term or geographic name as entry element |
Python (Computer program language) |
| Source of heading or term |
fast |
| Authority record control number |
(OCoLC)fst01084736 |
| 9 (RLIN) |
70567 |
| 655 #4 - INDEX TERM--GENRE/FORM |
| Genre/form data or focus term |
Electronic books. |
| 9 (RLIN) |
70568 |
| 776 08 - ADDITIONAL PHYSICAL FORM ENTRY |
| Relationship information |
Erscheint auch als: |
| Note |
Druck-Ausgabe |
| Title |
Cassell, Laura. Python Projects |
| 942 ## - ADDED ENTRY ELEMENTS (KOHA) |
| Source of classification or shelving scheme |
Dewey Decimal Classification |
| Koha item type |
Books |