登入
|
註冊
|
會員中心
|
結帳
|
培訓課程
魔法弟子
|
自資出版
|
電子書
|
客服中心
|
智慧型立体會員
書名
出版社
作者
isbn
編號
5050魔法眾籌
|
NG書城
|
國際級品牌課程
|
優惠通知
|
霹靂英雄音樂精選
|
微處理機/單晶片組合語言教學範本(附CD)
.
INTRODUCTI
.
INTRODUCTI
.
COMPUTER G
文學小說
文學
|
小說
商管創投
財經投資
|
行銷企管
人文藝坊
宗教、哲學
社會、人文、史地
藝術、美學
|
電影戲劇
勵志養生
醫療、保健
料理、生活百科
教育、心理、勵志
進修學習
電腦與網路
|
語言工具
雜誌、期刊
|
軍政、法律
參考、考試、教科用書
科學工程
科學、自然
|
工業、工程
家庭親子
家庭、親子、人際
青少年、童書
玩樂天地
旅遊、地圖
|
休閒娛樂
漫畫、插圖
|
限制級
INTRODUCTION TO PYTHON PROGRAMMING (Taiwan Edition / 含Access Code, 刮除不受退)
作者:
LIANG
分類:
參考•考試•教科書
/
大專學院教科書
叢書系列:大學資訊?
出版社:
PE
出版日期:2024/11/15
ISBN:9789813351936
書籍編號:kk0593926
頁數:604
定價:
1700
元
書價若有異動,以出版社實際定價為準
訂購後立即為您進貨
訂購後立即為您進貨:目前無庫存量,讀者下訂後,開始進入調書程序,一般天數約為2-10工作日(不含例假日)。
團購數最低為 20 本以上
評價數:
(請將滑鼠移至星星處進行評價)
目前平均評價:
文字連結
複製語法
INTRODUCTION TO PYTHON PROGRAMMING (Taiwan Edition / 含Access Code, 刮除不受退)
圖片連結
複製語法
分
享
內容簡介
書籍目錄
同類推薦
INTRODUCTION TO PYTHON PROGRAMMING (Taiwan Edition / 含Access Code, 刮除不受退) "This book is a customized version in Taiwan, and the content is extracted from Chapters 1 to 15 of the book ""Introduction to Python Programming and Data Structures, Global Edition, 3rd edition"". -- -- For introductory courses in Python Programming. A fundamentals first approach to programming helps students create efficient, elegant code. Introduction to Python Programming and Data Structures introduces students to basic programming concepts using a fundamentals-first approach that prepares students to learn object-oriented programming and advanced Python programming. This approach presents programming concepts and techniques that include control statements, loops, functions, and arrays before designing custom classes. Students learn basic logic and programming concepts prior to moving into object-oriented and GUI programming. The content incorporates a wide variety of problems with various levels of difficulty and covers many application areas to engage and motivate students. For a list of errors in the print product, please ask your dealer or sales representative. These errors will be corrected when the book goes for reprinting. -- -- Hallmark Features Bring programming to life with dynamic content designed for the way today’s students read, think, and learn * Interactives and videos interwoven throughout the content enable students to practice essential coding skills in context. Thanks to this media-rich presentation of content, students come to class better prepared and ready to develop problem-solving skills through programming fundamentals. - VideoNotes are narrated step-by-step video tutorials that show how to solve problems completely, from design through coding (available on the companion website). - Listings step students through the code line-by-line, showing and explaining what is happening in the program. - Algorithm Animations show how an algorithm work visually and interactively (available on the companion website). - Notes, Tips, and Key Points offer insight and valuable advice on important aspects of programming. A fundamentals-first approach and clear framework foster understanding of key concepts * Teaches programming in a problem-driven way that focuses on problem solving rather than syntax using a fundamentals-first and problem-driven strategy, moving students at a steady pace through all the necessary and important basic concepts and techniques on selections, loops, functions, before writing custom classes. * Basic programming concepts are explained by examples from many different areas—math, science, business, finance, gaming, animation, and multimedia—and are supported by a variety of interactive learning activities to keep students engaged. * Step-by-step presentation guides students in learning all essential subjects in Python incrementally from fundamental programming techniques to object-oriented programming, from simple functions to STL. -- -- This new edition is completely revised in every detail to enhance clarity, presentation, content, examples, and exercises. The major improvements are as follows: * Section 1.2 is updated to include cloud storage and touchscreens. * Section 3.14 introduces the new Python 3.10 match-case statements to simplify coding for multiple cases. * F-strings are covered in Chapter 4 to provide a concise syntax to format strings for output. * Statistics functions are covered in Chapter 7 to enable students to write simple code for common statistics tasks. * Sections 14.4, 14.6 are split into multiple subsections to improve the presentation of the contents. * This edition provides many new examples and exercises to motivate and stimulate student interest in programming. * Additional exercises not printed in the book are available to adopting instructors." 本書特色 "Hallmark Features Bring programming to life with dynamic content designed for the way today’s students read, think, and learn * Interactives and videos interwoven throughout the content enable students to practice essential coding skills in context. Thanks to this media-rich presentation of content, students come to class better prepared and ready to develop problem-solving skills through programming fundamentals. - VideoNotes are narrated step-by-step video tutorials that show how to solve problems completely, from design through coding (available on the companion website). - Listings step students through the code line-by-line, showing and explaining what is happening in the program. - Algorithm Animations show how an algorithm work visually and interactively (available on the companion website). - Notes, Tips, and Key Points offer insight and valuable advice on important aspects of programming. A fundamentals-first approach and clear framework foster understanding of key concepts * Teaches programming in a problem-driven way that focuses on problem solving rather than syntax using a fundamentals-first and problem-driven strategy, moving students at a steady pace through all the necessary and important basic concepts and techniques on selections, loops, functions, before writing custom classes. * Basic programming concepts are explained by examples from many different areas—math, science, business, finance, gaming, animation, and multimedia—and are supported by a variety of interactive learning activities to keep students engaged. * Step-by-step presentation guides students in learning all essential subjects in Python incrementally from fundamental programming techniques to object-oriented programming, from simple functions to STL. -- -- This new edition is completely revised in every detail to enhance clarity, presentation, content, examples, and exercises. The major improvements are as follows: * Section 1.2 is updated to include cloud storage and touchscreens. * Section 3.14 introduces the new Python 3.10 match-case statements to simplify coding for multiple cases. * F-strings are covered in Chapter 4 to provide a concise syntax to format strings for output. * Statistics functions are covered in Chapter 7 to enable students to write simple code for common statistics tasks. * Sections 14.4, 14.6 are split into multiple subsections to improve the presentation of the contents. * This edition provides many new examples and exercises to motivate and stimulate student interest in programming. * Additional exercises not printed in the book are available to adopting instructors. "
"1. Introduction to Computers, Programs, and Python 2. Elementary Programming 3. Selections 4. Mathematical Functions, Strings, and Objects 5. Loops 6. Functions 7. Lists 8. Multidimensional Lists 9. Objects and Classes 10. Basic GUI Programming Using Tkinter 11. Advanced GUI Programming Using Tkinter 12. Inheritance and Polymorphism 13. Files and Exception Handling 14. Tuples, Sets, and Dictionaries 15. Recursion Appendix A. Python Keywords Appendix B. The ASCII Character Set Appendix C. Number Systems Appendix D. Command Line Arguments Appendix E. Regular Expressions Appendix F. Bitwise Operations Appendix G. The Big-O, Big-Omega, and Big-Theta Notations Appendix H. Operator Precedence Chart Symbol Index Supplemental Material Glossary "
人體解剖學(第二版)
圖解人體生理學:一看
郵輪旅遊概論─郵輪百
習近平時代的中國大陸
法律概論──現代社會
噪音與振動(第二版)
地理(第三版)
工作研究:方法、標準
臨床檢驗判讀(第三版
職業安全衛生(第四版
為了保障您的權益,新絲路網路書店所購買的商品均享有到貨七天的鑑賞期(含例假日)。退回之商品必須於鑑賞期內寄回(以郵戳或收執聯為憑),且商品必須是全新狀態與完整包裝(商品、附件、內外包裝、隨貨文件、贈品等),否則恕不接受退貨。