TOP
💡 邁向小一的第一步!給孩子一本「查得到自信」的專屬辭典,輕鬆跨越閱讀關卡!🚀
32
1 / 1
INTRODUCTION TO PYTHON PROGRAMMING (Taiwan Edition / 含Access Code, 刮除不受退)
滿額折
出版日:2024/11/15 作者:LIANG  出版社:PEARSON  裝訂:平裝
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
定價:1700 元
無庫存
My Phonics (4) with QR code
95 折
出版日:2025/02/19 作者:Tina Chen; Richard Lien  出版社:McGraw-Hill  裝訂:平裝
DescriptionMy Phonics is a four-level phonics course for EFL/ESL learners. Students not only learn how to read in English, they can; also progress from “Learning to read” to “reading to learn” using this exciting new series. Through my phonics, students this exciting new series. Through My Phonics, students become proficient readers bylearning letter and sound correlationsrecognizing common “sight words”building a solid foundation in spellingincreasing vocabulary acquisitionlearning words in context through short readings
優惠價: 95 428
無庫存
My Phonics(1)with QR code
95 折
出版日:2024/12/20 作者:Tina Chen; Richard Lien  出版社:McGraw-Hill  裝訂:平裝
My Phonics is a four-level phonics course for EFL/ESL learners. Students not only learn how to read in English, they can; also progress from “Learning to read” to “reading to learn” using this exciting new series. Through my phonics, students this exciting new series. Through My Phonics, students become proficient readers by
優惠價: 95 428
無庫存
My Phonics(2)with QR code
95 折
出版日:2024/12/20 作者:Tina Chen; Richard Lien  出版社:McGraw-Hill  裝訂:平裝
My Phonics is a four-level phonics course for EFL/ESL learners. Students not only learn how to read in English, they can; also progress from “Learning to read” to “reading to learn” using this exciting new series. Through my phonics, students this exciting new series. Through My Phonics, students become proficient readers bylearning letter and sound correlationsrecognizing common “sight words”building a solid foundation in spellingincreasing vocabulary acquisitionlearning words in context through short readingsComponentsStudent’s BookTeacher’s Guide (with Answer Keys)
優惠價: 95 428
無庫存
My Phonics(3)with QR code
95 折
出版日:2024/12/20 作者:Tina Chen; Richard Lien  出版社:McGraw-Hill  裝訂:平裝
leMy Phonics is a four-level phonics course for EFL/ESL learners. Students not only learn how to read in English, they can; also progress from “Learning to read” to “reading to learn” using this exciting new series. Through my phonics, students this exciting new series. Through My Phonics, students become proficient readers bylearning letter and sound correlationsrecognizing common “sight words”building a solid foundation in spellingincreasing vocabulary acquisitionlearning words in context through short readingsComponentsStudent’s BookTeacher’s Guide (with Answer Keys)arning letter and sound correlations
優惠價: 95 428
無庫存
AI神助攻!程式設計新境界GitHub Copilot開發Python如虎添翼
滿額折
出版日:2024/04/16 作者:Leo Porter; Daniel Zingaro  出版社:旗標出版社  裝訂:平裝
【程式設計新浪潮 . 開發生態大革命】你還在研讀程式語法手冊?還在網路上找程式碼來修修改改?還要繼續埋首在手刻程式碼的低效循環中掙扎嗎?就是現在,程式設計生態發生了史無前例的變革!GitHub Copilot 是由 GitHub 與 OpenAI 大型語言模型(LLMs)合作開發的 AI 程式設計助手,它從巨量程式碼庫中學會所有的程式設計技巧,將人類過往的程式精華融為一體。只要你學會用正確的方法、下達明確的提示詞、妥善地用自然語言與其溝通,就能發揮它的無窮力量,大幅幫助你提高開發軟體的成效。本書作者:兩位資訊教育學家 Leo Porter 博士與 Daniel Zingaro 博士為了 AI 程式設計時代的到來,在本書規劃出「函式設計循環」流程,整本書的編排圍繞著這個設計循環所需的技能,一遍遍演練、一步步學會進入 AI 程式設計必備的新技能。幫助你以正確的方式掌握 Python 程式設計(當然,其它程式語言也適用),高效快速解決實務上的任務。【開發程式的重點:從寫程式轉換為寫提示詞】與傳統的入門程式設計課程相比,使用 GitHub Copilot 協助寫程式需要學習新的技能,特別是問題分解、提示工程、測試與除錯技巧(如果您對這些技能還不太熟悉也無需擔心,本書都會詳細介紹),這些新技能對於現職的程式設計師來說同樣重要。在以往傳統的程式設計課程中,學生往往需要將精力灌注在語法的細節上,然而在 AI 時代,程式語法已經有 GitHub Copilot 這位大神在身邊,完全不用你操心,你該學的是如何用自然語言,寫出有意義且 AI 工具能正確理解的提示詞,讓它為你寫出符合預期的程式碼。如果你真的很不會寫提示詞,Copilot 除了能夠反向幫助程式產生提示詞,甚至還可以利用提示模式(prompt patterns)翻轉問答對象,讓 Copilot 主動提問以達成你的目標。● 精心設計為 AI 工具而生的函式設計循環。● 使用與業界接軌的 Visual Studio Code 開發工具。● 善用 Copilot Chat、inline Chat 提高生產力好助手。● 撰寫提示詞:學會用 AI 看得懂的自然語言溝通。● 看懂程式碼:程式由 AI 寫, 但你需要看得懂。● 問題分解:用 Top-Down 設計將大問題分解成小任務。● 測試案例:設計常見案例與邊界案例確認函式正確。●
優惠價: 95 532
庫存:2
American Tiger (1) Student's Book with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger!Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as socia
優惠價: 95 447
無庫存
American Tiger (2) Student's Book with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger! Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as soci
優惠價: 95 456
無庫存
American Tiger (2) Teacher's Edition with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger! Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as soci
優惠價: 95 855
無庫存
American Tiger (3) Student's Book with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger! Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as soci
優惠價: 95 456
無庫存
American Tiger (3) Teacher's Edition with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger! Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as soci
優惠價: 95 855
無庫存
American Tiger (4) Student's Book with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger! Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as soci
優惠價: 95 456
無庫存
American Tiger (4) Teacher's Edition with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger! Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as soci
優惠價: 95 855
無庫存
American Tiger (5) Student's Book with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger! Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as soci
優惠價: 95 456
無庫存
American Tiger (5) Teacher's Edition with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger! Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as soci
優惠價: 95 855
無庫存
American Tiger (6) Student's Book with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger! Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as soci
優惠價: 95 456
無庫存
American Tiger (6) Teacher's Edition with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger! Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as soci
優惠價: 95 855
無庫存
Word Family 3 Stories and Activities (附QR CODE音檔隨掃即聽)
滿額折
出版日:2024/05/17 作者:楊耀琦; 楊峰-著; 王秀琳-繪  出版社:師德文教  裝訂:平裝
拼讀 + 字彙 + 故事閱讀,老師必備最新教學法運用國外常見的字彙家族概念,讓相同拼讀方式的單字可以一起學習,單字練習從辨識、拼讀、閱讀到聽寫,系統性地加深單字熟稔度,字彙量立即倍數成長。搭配字彙家族故事和閱讀理解練習,幫助學生從單字到閱讀,搭配音檔 QR code,閱讀流暢度與素養有效提升。最後加上讀者劇場劇本,將前面學過的故事內容,重新以劇本方式呈現,讓學習更有趣味。【倍數單字學習】精選常見的字彙家族,學習單字效果加倍。【無限故事創意】豐富有趣的故事內容,培養基礎閱讀能力。【深入閱讀理解】延伸思考的閱讀測驗,有效建立閱讀素養。【多種面向兼具】循序漸進的練習活動,全面提升英語技能。This series of books teach the word families in a fun, engaging way with stories and activities. As teaching the young children, this will help students start the very beginning reading, especially get the sense of sounds and words. Each lesson covers a word family story and followed by exercises to help students to:recognize word patterns and common phonetic sounds; build the vocabulary and improve spelling skills;learn to read and understand stories;enhance oral reading fluency and have fun!
優惠價: 9 242
庫存:2
SuperKids 4 (3/e) (with 2 Audio CDs and PEP access code)
90 折
出版日:2019/12/01 出版社:Pearson Education  裝訂:平裝
SUPERKIDS is even more SUPER!SUPERKIDDS 3rd Editionis the latest edition of the widely acclaimed SUPERKIDS series for elementary school. Students learn with the lively child characters to build a stro
優惠價: 9 473
無庫存
出版日:2016/12/25 作者:Paul Barry  出版社:Oreilly & Associates Inc  裝訂:平裝
Are you keen to add Python to your programming skills? Learn quickly and have some fun at the same time withHead First Python. This updated book takes you beyond typical how-to manuals with engaging i
定價:1750 元
無庫存
Our Discovery Island (3) with CD-ROM/1片 and Access Code
95 折
出版日:2012/01/01 作者:Aaron Jolly; Jose Luis Morales  出版社:東華書局  裝訂:平裝
Description Welcome to Our Discovery Island, a six-level primary English series that engages children in 21st century learning. Inspire every one of your students to learn English! Our Discovery Islan
優惠價: 95 447
無庫存
Our Discovery Island (5) with CD-ROM/1片 and Access Code
95 折
出版日:2012/01/01 作者:John Wiltshier; Jose Luis Morales  出版社:東華書局  裝訂:平裝
Description Welcome to Our Discovery Island, a six-level primary English series that engages children in 21st century learning. Inspire every one of your students to learn English! Our Discovery Islan
優惠價: 95 447
無庫存
Our Discovery Island (6) with CD-ROM/1片 and Access Code
95 折
出版日:2012/01/01 作者:John Wiltshier; Jose Luis Morales  出版社:東華書局  裝訂:平裝
Description Welcome to Our Discovery Island, a six-level primary English series that engages children in 21st century learning. Inspire every one of your students to learn English! Our Discovery Islan
優惠價: 95 447
無庫存
Our Discovery Island (2) with CD-ROM/1片 and Access Code
95 折
出版日:2012/01/01 作者:Laura Miller; Jose Luis Morales  出版社:東華書局  裝訂:平裝
Description Welcome to Our Discovery Island, a six-level primary English series that engages children in 21st century learning. Inspire every one of your students to learn English! Our Discovery Islan
優惠價: 95 447
無庫存
Easy Fun Facts (2) Student Book &Audio QR Code + Workbook
滿額折
出版日:2024/12/30 作者:Liana Robinson  出版社:Seed Learning  裝訂:平裝
DescriptionEasy Fun Facts is a three-level series designed for elementary students of English who are being taught comprehension skills in the reading-to-learn stage. Easy Fun Facts exclusively focuses on nonfiction texts to equip students for future study of academic material in English. The series also utilizes a four-strand approach that sets a foundation for students to practice receptive and productive skills alongside focused language study and fluency practice.FeaturesGraded nonfiction reading passages that are informative and accessible for entry-level studentsPre-reading questions to stimulate interest and background knowledgeSight word practice to increase recognition and reading fluencyQuick tasks to practice scanning skills with each passageReview units with activities and games to reinforce vocabulary acquisitionPull-out full-color workbook included
定價:480 元
無庫存
完全自學!Go 語言 (Golang) 實戰聖經
滿額折
出版日:2021/07/08 作者:Delio D'Anna; Andrew Hayes; Sam Hennessy; Jeremy Leasor; Gobin Sougrakpam; Dániel Szabó  出版社:旗標出版社  裝訂:平裝
內容介紹: 你從未見過如此完整的 Go 語言中文教材!Go 語言☛ 2016 年被 TIOBE 選為年度最佳程式語言☛ 2020 年 Stack Overflow調查為 『全球第三高薪開發者職業』☛ 2020 年超越 Python 成為『職業開發者最想學習語言』☛ 已被 Google、Dropbox、Twitch、Uber 等企業採用,也用來打造 Docker、Kubernetes
優惠價: 95 836
庫存:1
Word Family 2 Stories and Activities (附QR CODE音檔隨掃即聽)
滿額折
出版日:2022/08/05 作者:楊耀琦; 楊峰-作; 王秀琳-繪  出版社:師德文教  裝訂:平裝
運用國外常見的字彙家族概念,讓相同拼讀方式的單字可以一起學習,單字練習從辨識、拼讀、閱讀到聽寫,系統性地加深單字熟稔度,字彙量立即倍數成長。搭配字彙家族故事和閱讀理解練習,幫助學生從單字到閱讀,閱讀流暢度與素養有效提升。最後加上的讀者劇場劇本,將前面學過的故事內容,重新以劇本方式呈現,多元化的學習方式,讓學習更有趣味。This series of books teach the word families in a fun, engaging way with stories and activities. As teaching the young children, this will help students start the very beginning reading, especially get the sense of sounds and words. Each lesson covers a word family story and followed by exercises to help students to:1.recognize word patterns and common phonetic sounds; 2.build the vocabulary and improve spelling skills;3.learn to read and understand stories;4.enhance oral reading fluency and have fun!
優惠價: 9 242
無庫存
C How to Program: With Case Studies in Applications and Systems Programming, Global Edition
滿額折
出版日:2022/05/27 作者:Paul Deitel; Harvey Deitel  出版社:Pearson Education Limited  裝訂:平裝
Thistitle is a Pearson Global Edition. The editorial team at Pearson has workedclosely with educators around the world to include content which is especiallyrelevant to an international and diverse audience.For courses in computerprogramming.A user-friendly,code-intensive introduction to C programming with case studies introducing applicationsand system programming.C How to Program is a comprehensive introduction toprogramming in C. Like other texts of the Deitels How to Program series,the books modular presentation serves as a detailed, beginner source ofinformation for college students looking to embark on a career in coding, orinstructors and software-development professionals seeking to learn how toprogram with C. The signature Deitel live-code approach presents concepts inthe context of 142 fully working programs rather than incomplete snips of code.This gives students a chance to run each program as they study it and see howtheir learning applies to real-world programming scenari
定價:3299 元
無庫存
出版日:2022/01/01 作者:Evans  出版社:PEARSON  裝訂:平裝
●The learning approach fits the way students are learning today. Instead of a history lesson on the microchip, the focus is on tasks students can accomplish with their computing devices and skills they can apply immediately in the workplace, the classroom, and at home. The content is complemented by hands-on technology, and weekly news feeds to enrich the student learning experience.●All the content is up to date: students stay engaged because the content focuses on the material they want to learn (e.g., how to integrate computing devices into a home network), while teaching the material they need to learn (e.g., how networks work).●The sequence of topics is set up to mirror the typical student learning experience, so that they progress through stages of increasing difficulty.●This progressive approach intentionally introduces topics on a basic level in the earlier chapters and then later expands on those concepts in more detail when students have become more comfortable with them.●The
定價:1260 元
無庫存
出版日:2020/01/01 作者:Schwalbe  出版社:滄海  裝訂:平裝
Develop a strong understanding of IT project management as you learn to apply today’s most effective project management tools and techniques with the unique approach found in Schwalbe's INFORMATION TECHNOLOGY PROJECT MANAGEMENT, 9E. Examine the latest developments and skills as you prepare for the Project Management Professional (PMP) or Certified Associate in Project Management (CAPM) exams. This edition reflects content from the latest PMBOK® Guide, 6E and the Agile Practice Guide while providing a meaningful context. Examples from familiar companies featured in today's news discussion, exercises and cases reinforce learning. Time-saving template files assist in completing tasks. Agile information, a guide to using Microsoft Project 2016 and MindTap online resources will help you master today's most marketable IT project management skills.
定價:1160 元
無庫存
American Tiger (1) Teacher's Edition with Access Code
95 折
出版日:2017/01/01 作者:Carol Read; Mark Ormerod  出版社:東華書局  裝訂:平裝
DescriptionWelcome to American Tiger! Get your class roaring with enthusiasm with this story-based course where students learn about culture and values! American Tiger develops key skills such as soci
優惠價: 95 855
無庫存
出版日:2012/01/01 作者:Aaron Jolly; Jose Luis Morales  出版社:東華書局  裝訂:平裝
Description Welcome to Our Discovery Island, a six-level primary English series that engages children in 21st century learning. Inspire every one of your students to learn English! Our Discovery Islan
  • 32
    1

暢銷榜

客服中心

收藏

會員專區