Python for secret agents : (Record no. 2778215)

MARC details
000 -LEADER
fixed length control field 06973cam a2200877Mi 4500
001 - CONTROL NUMBER
control field ocn891381417
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220711235213.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cn|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 140904t20142014enka jo 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency E7B
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency E7B
Modifying agency OCLCO
-- UMI
-- N$T
-- DEBBG
-- DEBSZ
-- EBLCP
-- IDEBK
-- S4S
-- COO
-- YDXCP
-- OCLCQ
-- AGLDB
-- ICA
-- MERUC
-- OCLCQ
-- REB
-- D6H
-- OCLCF
-- VTS
-- CEF
-- OCLCQ
-- UKMGB
-- WYU
-- STF
-- UAB
-- AU@
-- M8D
-- UKAHL
-- VT2
-- OCLCQ
-- OCLCO
015 ## - NATIONAL BIBLIOGRAPHY NUMBER
National bibliography number GBB747319
Source bnb
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018006786
Source Uk
019 ## -
-- 889675883
-- 891786422
-- 907279810
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781783980437
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1783980435
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1783980427
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781783980420
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781783980420
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000056016002
029 1# - (OCLC)
OCLC library identifier CHBIS
System control number 010376297
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 330288903
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV042182673
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 414089952
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 417233590
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 484728687
029 1# - (OCLC)
OCLC library identifier GBVCP
System control number 882840770
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018006786
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000067094444
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)891381417
Canceled/invalid control number (OCoLC)889675883
-- (OCoLC)891786422
-- (OCoLC)907279810
037 ## - SOURCE OF ACQUISITION
Stock number CL0500000484
Source of stock number/acquisition Safari Books Online
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number TK5105.8883
Item number .L68 2014eb
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 000000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 006.78
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Lott, Steven F.,
Relator term author.
9 (RLIN) 380722
245 10 - TITLE STATEMENT
Title Python for secret agents :
Remainder of title analyze, encrypt, and uncover intelligence data using python, the essential tool for all aspiring secret agents /
Statement of responsibility, etc Steven F. Lott ; cover image by Jarek Blaminsky.
264 #1 -
-- Birmingham, England :
-- Packt Publishing Ltd,
-- 2014.
264 #4 -
-- ©2014
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (216 pages) :
Other physical details illustrations
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
490 1# - SERIES STATEMENT
Series statement Community Experience Distilled
588 0# -
-- Online resource; title from PDF title page (ebrary, viewed September 4, 2014).
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Our Espionage Toolkit; Getting the tools of the trade -- Python 3.3; Windows secrets; Mac OS X secrets; Getting more tools -- a text editor; Getting other developer tools; Getting a tool to get more Python components; Confirming our tools; How do we stop?; Using the help() system; Mac OS and GNU/Linux secrets; Windows secrets; Using the help mode; Background briefing -- math and numbers; The usual culprits; The ivory tower of numbers; Integer numbers; Rational numbers.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Floating-point numbersDecimal numbers; Complex numbers; Outside the numbers; Assigning values to variables; Writing scripts and seeing output; Gathering user input; Handling exceptions; Looping and trying again; Handling text and strings; Converting between numbers and strings; Parsing strings; Organizing our software; Working with files and folders; Creating a file; Reading a file; Defining more complex logical conditions; Solving problems -- recovering a lost password; Reading a word corpus; Reading a ZIP archive; Using brute-force search; Summary; Chapter 2: Acquiring Intelligence Data.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Accessing data from the InternetBackground briefing -- the TCP/IP protocols; Using http.client for HTTP GET; Changing our client information; Using FTP in Python; Downloading a file via FTP; Using our FTP get() function; Using urllib for HTTP, FTP, or file access; Using urllib for FTP access; Using a REST API in Python; Getting simple REST data; Using more complex RESTful queries; Saving our data via JSON; Organizing collections of data; Using a Python list; Using list index operations; Using a Python tuple; Using generator expressions with list-of-tuples; Using a Python dictionary mapping.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Using the dictionary access methodsTransforming sequences with generator functions; Using the defaultdict and counter mappings; Using a Python set; Using the for statement with a collection; Using Python operators on collections; Solving problems -- currency conversion rates; Summary; Chapter 3: Encoding Secret Messages with Steganography; Background briefing -- handling file formats; Working with the OS filesystem; glob; os; Processing simple text files; Working with ZIP files; Working with JSON files; Working with CSV files; JPEG and PNG graphics -- pixels and metadata.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Using the Pillow libraryAdding the required supporting libraries; GNU/Linux secrets; Mac OS X secrets; Windows secrets; Installing and confirming Pillow; Decoding and encoding image data; Manipulating images -- resizing and thumbnails; Manipulating images -- cropping; Manipulating images -- enhancing; Manipulating images -- filtering; Manipulating images -- ImageOps; Some approaches to steganography; Getting the red-channel data; Extracting bytes from Unicode characters; Manipulating bits and bytes; Assembling the bits; Encoding the message; Decoding a message; Detecting and preventing tampering.
520 ## - SUMMARY, ETC.
Summary, etc If you are a Python beginner who is looking to learn the language through interesting projects, this book is for you. A basic knowledge of programming and statistics is beneficial to get the most out of the book.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web sites
General subdivision Authoring programs.
9 (RLIN) 66366
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web site development
General subdivision Computer software.
9 (RLIN) 1028854
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Python (Computer program language)
Form subdivision Juvenile literature.
9 (RLIN) 1005509
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Sites Web
General subdivision Systèmes-auteur.
9 (RLIN) 872061
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Python (Langage de programmation)
Form subdivision Ouvrages pour la jeunesse.
9 (RLIN) 1005510
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision General.
Source of heading or term bisacsh
9 (RLIN) 851405
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Python (Computer program language)
Source of heading or term fast
-- (OCoLC)fst01084736
9 (RLIN) 63272
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web sites
General subdivision Authoring programs.
Source of heading or term fast
-- (OCoLC)fst01173249
9 (RLIN) 66366
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #7 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Juvenile works.
Source of term fast
-- (OCoLC)fst01411637
9 (RLIN) 64831
700 1# - ADDED ENTRY--PERSONAL NAME
Personal name Blaminsky, Jarek,
Relator term cover designer.
9 (RLIN) 376868
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Lott, Steven F.
Title Python for secret agents : analyze, encrypt, and uncover intelligence data using python, the essential tool for all aspiring secret agents.
Place, publisher, and date of publication Birmingham, England : Packt Publishing Ltd, ©2014
Physical description v, 197 pages
Series data for related item Community experience distilled.
International Standard Book Number 9781783980420
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Community experience distilled.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=836621">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=836621</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH27085961
938 ## -
-- EBL - Ebook Library
-- EBLB
-- EBL1774323
938 ## -
-- ebrary
-- EBRY
-- ebr10921224
938 ## -
-- EBSCOhost
-- EBSC
-- 836621
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis29662594
938 ## -
-- YBP Library Services
-- YANK
-- 12055187
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 11/07/2022   11/07/2022 11/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library