TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
縮小範圍
搜尋結果 /

Python Data Science Handbook

162008
61 / 4051
出版日:2018/10/29 作者:David J. Pine  出版社:CRC Pr I Llc  裝訂:精裝
This guide offers a rapid introduction to Python programming to anyone with no experience in programming, taking a careful and methodical approach to presenting the features available and their use fo
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Python程序設計(簡體書)
滿額折
出版日:2018/10/25 作者:趙增敏  出版社:機械工業出版社  裝訂:平裝
《Python程序設計》從程序設計基本概念出發,由淺入深、循序漸進地講述Python程序設計的基本概念和基本方法。本書內容包括Python編程基礎、流程控制結構、字符串與正則表達式、典型數據結構、函數與模塊、面向對象編程、文件操作、圖形用戶界面設計、圖形繪製以及數據庫操作。《Python程序設計》堅持以就業為導向、以能力為本位的原則,突出實用性、適用性和先進性,結構合理、論述準確、內容翔實,注意知
優惠價: 87 260
無庫存
出版日:2018/10/22 作者:George Heald (EDT); John McKean (EDT); Roberto Pizzo (EDT)  出版社:Springer Nature  裝訂:精裝
This book presents lecture materials from the Third LOFAR Data School, transformed into a coherent and complete reference book describing the LOFAR design, along with descriptions of primary science c
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/10/19 作者:Joseph Hurtgen  出版社:McFarland Publishing  裝訂:平裝
We live in an information economy, a vast archive of data ever at our fingertips. In the pages of science fiction, powerful entities—governments and corporations—seek to use this archive to control so
優惠價: 1 3300
無庫存
Learn to Program With Python ― A Step-by-step Guide to Programming
滿額折
出版日:2018/10/17 作者:Irv Kalb  出版社:Apress  裝訂:平裝
Move from zero knowledge of programming to comfortably writing small to medium-sized programs in Python. Fully updated for Python 3, with code and examples throughout, the book explains Python coding
優惠價: 1 2090
無庫存
Python 高手之路(簡體書)
滿額折
出版日:2018/10/01 作者:朱利安.丹喬  出版社:人民郵電出版社  裝訂:平裝
這不是一本常規意義上Python的入門書。這本書中沒有Python關鍵字和for迴圈的使用,也沒有細緻入微的標準庫介紹,而是完全從實戰的角度出發,對構建一個完整的Python應用所需掌握的知識進行了系統而完整的介紹。更為難得的是,本書的作者是開源專案OpenStack的PTL(項目技術負責人)之一,因此本書結合了Python在OpenStack中的應用進行講解,非常具有實戰指導意義。 本書從如何開
優惠價: 87 287
無庫存
Python從入門到精通(簡體書)
滿額折
出版日:2018/10/01 作者:明日科技 編著  出版社:清華大學出版社(大陸)  裝訂:平裝
《Python從入門到精通》從初學者角度出發,通過通俗易懂的語言、豐富多彩的實例,詳細介紹了使用Python進行程序開發應該掌握的各方面技術。全書共分22章,包括初識Python、Python語言基礎、運算符與表達式、流程控制語句、列表與元組、字典與集合、字符串、Python中使用正則表達式、函數、面向對象程序設計、模塊、異常處理及程序調試、文件及目錄操作、操作數據庫、GUI界面編程、Pygame
優惠價: 87 417
無庫存
Python網絡爬蟲實戰(第2版)(簡體書)
滿額折
出版日:2018/10/01 作者:胡松濤  出版社:清華大學出版社(大陸)  裝訂:平裝
本書從Python 3.6.4的安裝開始,詳細講解了Python從簡單程序延伸到Python網絡爬蟲的全過程。本書從實戰出發,根據不同的需求選取不同的爬蟲,有針對性地講解了幾種Python網絡爬蟲。 本書共10章,涵蓋的內容有Python3.6語言的基本語法、Python常用IDE的使用、Python第三方模塊的導入使用、Python爬蟲常用模塊、Scrapy爬蟲、Beautiful Soup爬蟲、Mechanize模擬瀏覽器和Selenium模擬瀏覽器、Pyspider爬蟲框架、爬蟲與反爬蟲。本書所有源代碼已上傳網盤供讀者下載。 本書內容豐富,實例典型,實用性強。適合Python網絡爬蟲初學者、Python數據分析與挖掘技術初學者,以及高等院校和培訓學校相關專業的師生閱讀。
優惠價: 87 412
無庫存
Python 3.7从零开始学(電子書)
出版日:2018/10/01 作者:刘宇宙; 刘艳  出版社:清华大学出版社(崧博)  裝訂:電子書
本書專門針對Python新手量身編寫,涵蓋Python 3實際開發的重要知識點,內容包括:Python語言的類型和對象、操作符和表達式、編程結構和控制流、函數、序列、多線程、正則表達式、面向對象編程、文件操作、網絡編程、郵件收發、數據庫操作等,提供Python爬蟲、自然語言處理、區塊鏈項目範例,各章還安排了調試、問題解答、溫故知新、牛刀小試等內容,以幫助讀者學會處理程序異常、解答學習困惑、鞏固知識、學以致用。 本書還開發了配套小程序學習課件,課件中涵蓋視頻教學、代碼示例、資源包、擴展知識、習題、PPT、FAQ、作業8大主題,大幅擴展了本書知識體系,可幫助讀者輕鬆快速地掌握Python編程技能。 本書技術先進、示例豐富、代碼可讀性及可操作性強,非常適合Python初學者和轉型到Python開發的程序員使用,也可作為Python網課、培訓機構及大專院校的教學用書。
優惠價: 7 332
The Cambridge Handbook of Group Interaction Analysis
滿額折
出版日:2018/09/30 作者:Elisabeth Brauner  出版社:Cambridge Univ Pr  裝訂:平裝
This Handbook provides a compendium of research methods that are essential for studying interaction and communication across the behavioral sciences. Focusing on coding of verbal and nonverbal behavior and interaction, the Handbook is organized into five parts. Part I provides an introduction and historic overview of the field. Part II presents areas in which interaction analysis is used, such as relationship research, group research, and nonverbal research. Part III focuses on development, validation, and concrete application of interaction coding schemes. Part IV presents relevant data analysis methods and statistics. Part V contains systematic descriptions of established and novel coding schemes, which allows quick comparison across instruments. Researchers can apply this methodology to their own interaction data and learn how to evaluate and select coding schemes and conduct interaction analysis. This is an essential reference for all who study communication in teams and groups.
優惠價: 9 2749
無庫存
出版日:2018/09/30 作者:Elisabeth Brauner  出版社:Cambridge Univ Pr  裝訂:精裝
This Handbook provides a compendium of research methods that are essential for studying interaction and communication across the behavioral sciences. Focusing on coding of verbal and nonverbal behavior and interaction, the Handbook is organized into five parts. Part I provides an introduction and historic overview of the field. Part II presents areas in which interaction analysis is used, such as relationship research, group research, and nonverbal research. Part III focuses on development, validation, and concrete application of interaction coding schemes. Part IV presents relevant data analysis methods and statistics. Part V contains systematic descriptions of established and novel coding schemes, which allows quick comparison across instruments. Researchers can apply this methodology to their own interaction data and learn how to evaluate and select coding schemes and conduct interaction analysis. This is an essential reference for all who study communication in teams and groups.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Python in Easy Steps ― Covers Python 3.7
滿額折
出版日:2018/09/25 作者:Mike McGrath  出版社:In Easy Steps Ltd  裝訂:平裝
Python in easy steps, 2nd edition instructs you how to program in the powerful Python language, giving complete examples that illustrate each aspect with colourized source code.Python in easy steps,
優惠價: 1 608
無庫存
出版日:2018/09/25 作者:Yves Hilpisch  出版社:Oreilly & Associates Inc  裝訂:平裝
The financial industry has recently adopted Python at a tremendous rate, with some of the largest investment banks and hedge funds using it to build core trading and risk management systems. Updated f
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
This handbook brings together contributors from the United States, Australasia and Europe who use theoretical insights and empirical data to examine current practices as well as possible future direct
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Python程序設計基礎與應用(簡體書)
滿額折
出版日:2018/09/04 作者:董付國  出版社:機械工業出版社  裝訂:平裝
《Python程序設計基礎與應用》是一本系統介紹Python程序開發與應用的教程。本書共15章,主要包括Python編程基礎(1~11章)和Python開發應用(12~15章)兩部分內容,編程基礎部分通過眾多案例對Python程序設計的概念加以解釋,開發應用部分介紹了tkinter編程、網絡爬蟲、數據分析和數據可視化4個方面的Python核心應用。本書全部代碼適用於Python 3.5、Pytho
優惠價: 87 256
無庫存
Python大學教程(簡體書)
滿額折
出版日:2018/09/01 作者:張基溫  出版社:清華大學出版社(大陸)  裝訂:平裝
本書是高等學校Python基礎課程的教材。全書由7個單元組成。第1單元介紹Python的基本知識,內容包括Python的特點、數據對象、變量、輸入輸出等,使讀者對Python有一個初步瞭解;第2單元為Python程序結構,內容包括選擇結構、循環結構、函數、模塊、異常處理等;第3單元為容器,內容包括序列容器、無序容器、迭代器、生成器與推導表達式;第4單元為面向類的程序設計,內容包括類與對象、類與對象
優惠價: 87 360
無庫存
Python從菜鳥到高手(簡體書)
滿額折
出版日:2018/09/01 作者:李寧  出版社:清華大學出版社(大陸)  裝訂:平裝
內 容 簡 介 本書從實戰角度系統講解了Python核心知識點以及Python在Web開發、數據分析、網絡爬蟲、桌面應用等領域的各種開發實踐。本書用超過5萬行的代碼及大量的實戰案例完美演繹了Python在各個領域的出色表現,每一個案例都有詳細的實現步驟,帶領讀者由淺入深系統掌握Python語言的核心及Python全棧開發技能。本書共分六篇,各篇內容如下: Python基礎知識篇(第1章~第10
優惠價: 87 668
無庫存
Python网络爬虫实战(電子書)
出版日:2018/09/01 作者:胡松涛  出版社:清华大学出版社(崧博)  裝訂:電子書
本書從Python 3.6.4的安裝開始,詳細講解了Python從簡單程序延伸到Python網絡爬蟲的全過程。本書從實戰出發,根據不同的需求選取不同的爬蟲,有針對性地講解了幾種Python網絡爬蟲。 本書共10章,涵蓋的內容有Python3.6語言的基本語法、Python常用IDE的使用、Python第三方模塊的導入使用、Python爬蟲常用模塊、Scrapy爬蟲、Beautiful Soup爬蟲、Mechanize模擬瀏覽器和Selenium模擬瀏覽器、Pyspider爬蟲框架、爬蟲與反爬蟲。本書所有源代碼已上傳網盤供讀者下載。 本書內容豐富,實例典型,實用性強。適合Python網絡爬蟲初學者、Python數據分析與挖掘技術初學者,以及高等院校和培訓學校相關專業的師生閱讀。
優惠價: 7 332
Principles of Database Management ― The Practical Guide to Storing, Managing and Analyzing Big and Small Data
滿額折
出版日:2018/08/31 作者:Wilfried Lemahieu  出版社:Cambridge Univ Pr  裝訂:精裝
This comprehensive textbook teaches the fundamentals of database design, modeling, systems, data storage, and the evolving world of data warehousing, governance and more. Written by experienced educators and experts in big data, analytics, data quality, and data integration, it provides an up-to-date approach to database management. This full-color, illustrated text has a balanced theory-practice focus, covering essential topics, from established database technologies to recent trends, like Big Data, NoSQL, and more. Fundamental concepts are supported by real-world examples, query and code walkthroughs, and figures, making it perfect for introductory courses for advanced undergraduates and graduate students in information systems or computer science. These examples are further supported by an online playground with multiple learning environments, including MySQL, MongoDB, Neo4j Cypher, and tree structure visualization. This combined learning approach connects key concepts throughout th
優惠價: 9 3217
無庫存
Python編程從零基礎到項目實戰(簡體書)
滿額折
出版日:2018/08/30 作者:劉瑜  出版社:中國水利水電出版社(水利電力出版社)  裝訂:平裝
本書包括Python程序設計的方方面面,首先從Python的安裝開始,隨後介紹了Python的基礎知識和基本概念,包括列表、元組、字符串、字典以及各種語句。然後循序漸進地介紹了一些相對高級的主題,包括抽象、異常、魔法方法、屬性、迭代器。此後探討了如何將Python與數據庫、網絡、C語言等工具結合使用,從而發揮出Python的強大功能,同時介紹了Python程序測試、打包、發佈等知識。結尾,作者結合
優惠價: 87 417
無庫存
出版日:2018/08/15 作者:Orit Kaidar-person (EDT); Ronald Chen (EDT)  出版社:Springer Nature  裝訂:平裝
This handbook summarizes the data and techniques for hypofractionation and stereotactic radiation in a clinically-accessible way. Hypofractionated radiation therapy, which consists of larger-dose radi
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/08/11 作者:Ye Ouyang; Mantian Hu; Alexis Huet; Zhongyuan Li  出版社:Springer-Nature New York Inc  裝訂:精裝
This book introduces the concepts, applications and development of data science in the telecommunications industry by focusing on advanced machine learning and data mining methodologies in the wireles
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
SQL Primer ― An Accelerated Introduction to SQL Basics
滿額折
出版日:2018/08/10 作者:Rahul Batra  出版社:Apress  裝訂:平裝
Build a core level of competency in SQL so you can recognize the parts of queries and write simple SQL statements. SQL knowledge is essential for anyone involved in programming, data science, and data
優惠價: 1 2609
無庫存
Impractical Python ― 15 Peculiar Projects to Make You Smarter
滿額折
出版日:2018/08/07 作者:Lee Vaughan  出版社:No Starch Pr  裝訂:平裝
Impractical Python is a collection of fun and educational projects designed to entertain programmers while enhancing their Python skills. It picks up where the complete beginner books leave off, expan
優惠價: 79 1201
無庫存
出版日:2018/08/06 作者:Jean-Claude G. Bzli (EDT); Vitalij K. Pecharsky (EDT)  出版社:North-Holland  裝訂:精裝
Handbook on the Physics and Chemistry of Rare Earths: Including Actinides, Volume 53, is a continuous series covering all aspects of rare earth science, including chemistry, life sciences, materials s
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
零基礎學Python(圖文版)(簡體書)
滿額折
出版日:2018/08/01 作者:理查森  出版社:人民郵電出版社  裝訂:平裝
這是一本非常有趣的Python入門學習書,它用一個個冒險串聯起Python基礎知識的各個環節,跟隨本書的每一個冒險進行閱讀和實踐,就如同玩遊戲一樣通關,你便學會了Python的相關技能,包括Python的安裝、創建第一個程式、學習if聲明和while迴圈的使用方法、使用Turtle圖形函數畫圖、創建按鈕和文字方塊、設計第一個遊戲、添加更多的動畫和音樂效果等。本書適合Python的初學者閱讀,書後的
優惠價: 87 360
無庫存
Python程序設計入門(簡體書)
滿額折
出版日:2018/08/01 作者:呂雲翔; 孟爻  出版社:清華大學出版社(大陸)  裝訂:平裝
Python是一種簡單易學,功能強大的編程語言,它有高效率的高層數據結構,特別適用于快速的應用程序開發。全書共分為15章,主要內容包括Python簡介、Python環境搭建、Python基礎語法、函數、模塊、文件操作、異常處理、面向對象編程、正則表達式、Python GUI編程、Python多線程與多進程編程、Python訪問數據庫、Python Socket網絡編程、Python Web編程以及
優惠價: 87 204
無庫存
Python程序設計基礎教程(簡體書)
滿額折
出版日:2018/08/01 作者:呂雲翔  出版社:機械工業出版社  裝訂:平裝
Python是一門簡單易學、功能強大的編程語言,擁有高效的高層數據結構,特別適用于快速應用程序開發。《Python程序設計基礎教程》共分為16章,主要內容包括:Python簡介、Python環境搭建、函數、模塊、文件操作、字符串與正則表達式、面向對象編程、異常處理、Python基本概念、Python控制結構、Python多線程與多進程編程、使用Python進行GUI開發、使用Python進行數據管
優惠價: 87 235
無庫存
Python編程之美:最佳實踐指南(簡體書)
滿額折
出版日:2018/08/01 作者:(美)肯尼思‧賴茨; 坦尼婭‧胥盧瑟  出版社:電子工業出版社  裝訂:精裝
本書是Python用戶的一本百科式學習指南,由Python社區數百名成員協作奉獻。全書內容分為三大部分。第一部分是關於如何配置使用Python編輯工具的;第二部分深入學習地道Python風格的代碼範例;第三部分研究Python社區常用的一些代碼庫。本書適合有一定Python基礎的人員學習,幫助你迅速從小工修煉成專家,編寫出高質量的代碼!
優惠價: 87 465
無庫存
出版日:2018/07/30 作者:Hong Jiao (EDT); Robert W. Lissitz (EDT); Anna Van Wie (EDT)  出版社:Information Age Pub Inc  裝訂:精裝
"The general theme of this book is to encourage the use of relevant methodology in data mining which is or could be applied to the interplay of education, statistics and computer science to solve psyc
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
基於Python的大數據分析基礎及實戰(簡體書)
滿額折
出版日:2018/07/01 作者:余本國  出版社:中國水利水電出版社(水利電力出版社)  裝訂:平裝
《基於Python的大數據分析基礎及實戰》是一本介紹如何用Python 3.6進行數據處理和分析的學習指南。其主要內容包括:Python語言基礎、數據處理、數據分析、數據可視化,以及利用Python對數據庫的操作、自建Python應用庫的共享發佈等。 《基於Python的大數據分析基礎及實戰》分3個部分:第1部分為基礎知識,第2部分為實戰案例,第3部分為拓展與延伸。
優惠價: 87 365
無庫存
量化投資與Python語言(簡體書)
滿額折
出版日:2018/06/23 作者:張翔  出版社:清華大學出版社(大陸)  裝訂:平裝
Python是當前金融行業的主流編程語言,金融機構特別是量化投資領域大量使用Python進行數據分析以及投資策略測試、實盤交易等。財經類院校基本上沒有開設Python編程這門課,主要還是Excel、R等。 本書主要包括三部分: 介紹金融領域內的前沿科技,主要是大數據、雲計算、人工智能等;二是Python數據分析篇,主要介紹Python編程基礎,Pandas數據分析以及網絡爬蟲;三是量化投資篇,
優惠價: 87 183
無庫存
零壓力學Python(簡體書)
滿額折
出版日:2018/06/01 作者:(美)布萊恩‧奧弗蘭德  出版社:人民郵電出版社  裝訂:平裝
本書以Python為背景講述程式設計,用示例強化理解、條分縷析Python工作原理,給出了經驗總結及其語言特性的緣由和技巧。內容包括Python程式設計基礎知識、如何獨立程式設計、程式片段的功能及來由、創建實用和可重用代碼、物件導向程式設計等。
優惠價: 87 412
無庫存
出版日:2018/05/31 作者:Eric Winsberg  出版社:Cambridge Univ Pr  裝訂:精裝
There continues to be a vigorous public debate in our society about the status of climate science. Much of the skepticism voiced in this debate suffers from a lack of understanding of how the science works - in particular the complex interdisciplinary scientific modeling activities such as those which are at the heart of climate science. In this book Eric Winsberg shows clearly and accessibly how philosophy of science can contribute to our understanding of climate science, and how it can also shape climate policy debates and provide a starting point for research. Covering a wide range of topics including the nature of scientific data, modeling, and simulation, his book provides a detailed guide for those willing to look beyond ideological proclamations, and enriches our understanding of how climate science relates to important concepts such as chaos, unpredictability, and the extent of what we know.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Philosophy and Climate Science
滿額折
出版日:2018/05/31 作者:Eric Winsberg  出版社:Cambridge Univ Pr  裝訂:平裝
There continues to be a vigorous public debate in our society about the status of climate science. Much of the skepticism voiced in this debate suffers from a lack of understanding of how the science works - in particular the complex interdisciplinary scientific modeling activities such as those which are at the heart of climate science. In this book Eric Winsberg shows clearly and accessibly how philosophy of science can contribute to our understanding of climate science, and how it can also shape climate policy debates and provide a starting point for research. Covering a wide range of topics including the nature of scientific data, modeling, and simulation, his book provides a detailed guide for those willing to look beyond ideological proclamations, and enriches our understanding of how climate science relates to important concepts such as chaos, unpredictability, and the extent of what we know.
優惠價: 9 1345
無庫存
出版日:2018/05/24 作者:Joe Oswald (EDT)  出版社:Clanrye Intl  裝訂:精裝
Data structure refers to the assimilation of data in a way so that it can be used efficiently. The important types of data structures are the record, the array, the table, the file, the tree, the clas
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Mission Python ― A Galactic Programming Adventure
滿額折
出版日:2018/05/22 作者:Sean McManus  出版社:No Starch Pr  裝訂:平裝
Program a graphical adventure game in this hands-on, beginner-friendly introduction to coding in the Python language.Launch into coding with Mission: Python, a space-themed guide to building a complet
優惠價: 79 901
無庫存
出版日:2018/05/16 作者:Vickie Curtis  出版社:Palgrave Macmillan  裝訂:精裝
This book examines the increasing popularity of online citizen science projects arising from developments in ICT and rapid improvements in data storage and generation. As these new technologies allow
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Python程序設計任務驅動式教程(簡體書)
滿額折
出版日:2018/05/13 作者:鄭凱梅  出版社:清華大學出版社(大陸)  裝訂:平裝
本書對Python程序設計的教學內容進行了系統化設計,形成了具有3個學習階段(Python基礎語法、Python面向對象程序設計和Python高級應用)、14個單元和2條主線(理論知識主線和編程任務主線)的體系結構。 本書內容翔實,結構合理,語言精練,表述清晰,實用性強,易於自學,主要內容包括搭建環境和運行Python應用程序、Python基本語法、Python流程控制、列表與元組、函數與模塊
優惠價: 87 308
無庫存
Deliberative Public Engagement With Science ― An Empirical Investigation
90 折
出版日:2018/05/04 作者:Lisa M. Pytlikzillig; Myiah J. Hutchens; Peter Muhlberger; Frank J. Gonzalez; Alan J. Tomkins  出版社:Springer Verlag  裝訂:平裝
This compact open access reference delves beyond popular concepts of educated consumers and an informed public by examining the science behind deliberative engagement. Using data from four longitudina
優惠價: 9 1013
無庫存
  • 162008
    4051
  • 1
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 4051

暢銷榜

客服中心

收藏

會員專區