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

ace the coding interview with Python and JavaScript

1388
1 / 35
出版日:2023/12/29 作者:Joachim L. Zuckarelli  出版社:Springer Nature  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Coding Interview: Simple and Effective Methods to Cracking the Coding Interview
滿額折
出版日:2023/07/24 作者:Eric Schmidt  出版社:Lightning Source Inc  裝訂:平裝
定價:760 元
無庫存
The Recursive Book of Recursion: Ace the Coding Interview with Python and JavaScript
滿額折
出版日:2022/08/16 作者:Al Sweigart  出版社:No Starch Pr  裝訂:平裝
定價:1520 元
無庫存
Coding in Python: Tips and Tricks to Coding with Python Using the Principles and Theories of Python Programming
滿額折
Ready, Steady, Code!: Coding with Python
滿額折
出版日:2020/01/23 作者:Álvaro Scrivano  出版社:Wayland UK  裝訂:平裝
Get ready to code with this easy-to-use book full of projects and tips to get kids programming.Each book in the Ready, Steady Code! series has 4 step-by-step projects with an introduction section (Rea
優惠價: 79 426
無庫存
出版日:2019/01/01 作者:翼varo Scrivano; Sue Downing (ILT)  出版社:Lernerclassroom  裝訂:平裝
In Coding with Python, you can talk with turtles, travel to South America, draw a flower, and create a caterpillar without paper, pencils, or paint.Easy-to-follow, step-by-step instructions will guide
定價:500 元
無庫存
Dk Workbooks ─ Computer Coding With Javascript
滿額折
出版日:2018/02/06 作者:Inc. Dorling Kindersley (COR)  出版社:DK Pub  裝訂:平裝
Perfect for beginner coders, this highly visual workbook builds basic programming skills using JavaScript, a key language for coders looking to expand their knowledge and move on from Scratch and Pyth
優惠價: 79 180
無庫存
Computer Coding with JavaScript Made Easy
滿額折
出版日:2018/02/01 出版社:DK Children UK  裝訂:平裝
The perfect workbook for budding computer whizzes eager to get to grips with JavaScript. JavaScript can be used to create mini programs and bring apps to life. Computer Coding With JavaScript Made Eas
優惠價: 79 173
無庫存
Ace the Interview, Land a Librarian Job
滿額折
出版日:2016/01/31 作者:Robin Milford  出版社:Libraries Unltd Inc  裝訂:平裝
One of the most critical elements of achieving a successful career, interviewing with poise and tenacity, is a skill to be learned—and this practical guide leads readers through that process, step by
定價:3000 元
無庫存
Understanding Coding With Python
滿額折
出版日:2016/01/15 作者:Patricia Harris  出版社:Powerkids Pr  裝訂:平裝
Usually we think of coding as something only trained experts and scientists can handle, but not any more thanks to programs like Python. First developed in 1991, Python uses lines of code, letters, an
定價:740 元
無庫存
Pass the QTS Skills Tests With Confidence ─ And Ace Your Interview
90 折
出版日:2015/03/28 作者:Tony Cotton  出版社:Taylor & Francis  裝訂:平裝
Pass the QTS Skills Test with Confidence is the must-have guide for all prospective trainee teachers. It will provide you with the skills guidance, subject knowledge and confidence you need to pass th
優惠價: 9 1929
無庫存
Coding for Chemists: Saving Time and Solving Problems with Python
滿額折
出版日:2026/03/31 作者:Benjamin J. Lear  出版社:Univ Science Books  裝訂:平裝
優惠價: 79 5925
無庫存
遞迴演算法大師親授面試心法:Python與JavaScript解題全攻略
滿額折
出版日:2024/07/01 作者:Al Sweigart  出版社:博碩文化  裝訂:平裝
「無論你想在程式設計面試中獲得優勢,想創造美麗的數學藝術,還是頑固地非得理解這個概念的有趣特性,這本書都將成為你深入遞迴這個兔子洞的指南(兔子洞裡還有兔子洞)。」遞迴程式設計技術可以產生優雅的程式解決方案,然而更常見的是,它讓程式設計師感到困惑。這並不代表程式設計師可以(或應該)忽略遞迴;儘管遞迴以具有挑戰性而聞名,但它是一個重要的電腦科學主題,並且可以對程式設計本身產生敏銳的洞察力。至少,了解遞迴可以幫助你順利通過程式設計工作面試。如果你是對電腦科學感興趣的學生,遞迴是你要理解許多流行演算法所必須克服的必要障礙。如果你是程式設計訓練營的畢業生或自學而成的程式設計師,並且順利跳過了更具理論性的電腦科學主題,但在「白板程式設計面試」中肯定還是會遇到遞迴問題。如果你是一位經驗豐富的軟體工程師,以前從未接觸過遞迴演算法,你可能會發現遞迴是你知識中一塊尷尬的缺口。❑ 本書目標讀者本書適合那些對遞迴演算法感到恐懼或感興趣的人。對於新手程式設計師或電腦科學系的大一新生來說,遞迴主題就像難以理解的黑魔法一樣。大多數遞迴課程都很難理解,使得這個主題不但讓人覺得挫敗,甚至令人心生恐懼。對於這些讀者來說,這本書的直接解釋和充足的例子應該能幫助他們最終理解這個主題。閱讀本書的唯一先決條件是具備 Python 或 JavaScript 程式語言的基本程式設計經驗,因為各章的程式碼範例使用了這兩種語言。本書的程式已被精簡到核心的基本結構; 如果你知道如何呼叫和建立函數,以及理解全域變數和局部變數之間的區別,那麼你就足以應付這些程式設計範例了。本書使用 Python 和 JavaScript 範例來教授遞迴的基礎知識,揭示了遞迴的教學方法,並闡明了所有遞迴演算法的基本原理。你將學習何時使用遞迴函數(最重要的是,何時不使用它們),如何實現工作面試中經常提到的經典遞迴演算法,以及遞迴技術如何幫助解決有關樹走訪、組合學等等許許多多的問題,以及其他棘手的話題。這個以專案為主的指南包含了完整的、可運行的程式,將能幫助你學習:☑︎ 遞迴函數如何使用呼叫堆疊,這是一種在遞迴課程中幾乎從未討論過的關鍵資料結構☑︎ 「頭尾」與「信仰飛躍」技巧如何簡化遞迴函數的編寫☑︎ 如何使用遞迴為你的檔案系統編寫自訂搜尋腳本、繪製碎形藝術、生成迷宮等☑︎ 優化和記憶如何使遞迴演算法更有效率
優惠價: 9 612
庫存:3
出版日:2022/04/26 作者:Bob Mather  出版社:Lightning Source Inc  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Captain Code: Unleash Your Coding Superpower with Python
滿額折
出版日:2021/12/25 作者:Ben Forta  出版社:ADDISON WESLEY PUB CO INC  裝訂:平裝
Out of all the ways for young people to learn coding, You Can Code will be the most welcoming, relevant, and fun. Created and authored by best-selling educator Ben Forta, it introduces every basic concept step by step, using projects of gradually increasing complexity. Designed for anyone age 10-17 (or thereabouts), this glossy full-color guide is packed with welcoming images, and powerfully engaging brief text that's extremely easy to understand. All code listings are in full color, with shading to reveal incremental changes, and QR links to short videos with more explanation and examples. Forta teaches with Python, one of today's most powerful and intuitive languages--and every project is a game, covering multiple popular genres. You Can Code makes programming exciting and rewarding, as it prepares a new generation to take their next steps forward--in education, careers, or both.
定價:1125 元
無庫存
Python Programming: The Ultimate Crash Course For Beginners To Learn Coding With Python
滿額折
出版日:2020/10/14 作者:Stephen Ward  出版社:Lightning Source Inc  裝訂:平裝
定價:760 元
無庫存
Coding With Python: A Simple And Straightforward Guide For Beginners To Learn Fast Programming With Python
滿額折
出版日:2020/10/10 作者:Eugene Gates  出版社:Lightning Source Inc  裝訂:平裝
定價:836 元
無庫存
Cracking the Coding Interview: 190 Programming Questions and Solutions
滿額折
出版日:2019/05/23 作者:Chinmoy M  出版社:Blurb  裝訂:平裝
優惠價: 95 417
無庫存
Coding Games in Python
滿額折
出版日:2018/07/03 作者:Inc. Dorling Kindersley (COR)  出版社:DK Pub  裝訂:平裝
A visual step-by-step guide to writing code in Python.Beginners and experienced programmers can use Python to build and play computer games, from mind-bending brainteasers to crazy action games with e
優惠價: 79 660
無庫存
Learn Data Analysis With Python ― Lessons in Coding
90 折
出版日:2018/03/18 作者:A. J. Henley; Dave Wolf  出版社:Apress  裝訂:平裝
Get started using Python in data analysis with this compact practical guide. This book includes three exercises and a case study on getting data in and out of Python code in the right format. Learn Da
優惠價: 9 900
無庫存
Learn Javascript With P5.js ― Coding for Visual Learners
滿額折
出版日:2018/03/07 作者:Engin Arslan  出版社:Apress  裝訂:平裝
Learn coding from scratch in a highly engaging and visual manner using the vastly popular JavaScript with the programming library p5.js. The skills you will acquire from this book are highly transfera
定價:1444 元
無庫存
Coding HTML-CSS Javascript Made Easy
滿額折
出版日:2016/08/31 作者:Adam Crute; Frederic Johnson  出版社:Flame Tree Pub  裝訂:平裝
Coding HTML CSS JAVA is a great practical guide to the basics of HTML, CSS and JavaScript coding. It will help with starting small and medium HTML and CSS projects, such as customising your blog or ma
定價:720 元
無庫存
Cracking the Coding Interview ─ 189 Programming Questions and Solutions
滿額折
出版日:2015/07/01 作者:Gayle Laakmann Mcdowell  出版社:CareerCup  裝訂:平裝
I am not a recruiter. I am a software engineer. And as such, I know what it's like to be asked to whip up brilliant algorithms on the spot and then write flawless code on a whiteboard. I've been throu
定價:1598 元
無庫存
Pro Javascript Development ― Coding, Capabilities, and Tooling
滿額折
出版日:2014/02/28 作者:D. Odell  出版社:Springer-Verlag New York Inc  裝訂:平裝
Pro JavaScript Development is a practical guide for front-end web developers who are experienced at building web pages with HTML, CSS, and JavaScript, and now wish to advance their JavaScript skills t
定價:2609 元
無庫存
Crush Your Career: Ace the Interview, Land the Job, and Launch Your Future
滿額折
出版日:2025/06/03 作者:Dee Ann Turner  出版社:BAKER BOOKS  裝訂:平裝
定價:960 元
無庫存
出版日:2023/09/14 作者:Joe Verde  出版社:LULU PR  裝訂:平裝
定價:1650 元
無庫存
Beginning Ethereum Smart Contracts Programming: With Examples in Python, Solidity, and JavaScript
滿額折
出版日:2023/04/21 作者:Wei-Meng Lee  出版社:Apress  裝訂:平裝
定價:2470 元
無庫存
Data Visualization with Python and JavaScript: Scrape, Clean, Explore, and Transform Your Data
滿額折
出版日:2023/01/17 作者:Kyran Dale  出版社:OREILLY MEDIA  裝訂:平裝
定價:2508 元
無庫存
Coding with Python - Create Amazing Graphics: A New Title in the Questkids Children's Series
滿額折
出版日:2022/06/28 作者:Max Wainewright  出版社:In Easy Steps Limited  裝訂:平裝
Anew title in The QuestKids children's series thatwas launched by In Easy Steps in 2018, designed to make learning fun forchildren.Coding with Python- Create Amazing Graphics introducescoding in Python through a variety of projects. Each one teaches new codingconcepts and results in some amazing graphics.Discover how to mix colours, make patterns, draw 2D and 3Dshapes.Learn how to use loops, variables, random numbers, andfunctions in Python. Packed with challenges, tips, and extensions to keep allbudding coders engaged and eager to keep learning and creating!To create the games in this book, children will need a desktopcomputer or a laptop. The games require a proper keyboard so will not work wellon a tablet or iPad. It is recommended that children should be supervised whenusing the internet, especially when using a new website. Thisis the UK English edition.
優惠價: 95 569
無庫存
Learning Python: The Ultimate Guide for Beginners to Coding with Python Accompanied by Useful Tools
滿額折
出版日:2020/10/30 作者:Oliver Soranson  出版社:Lightning Source Inc  裝訂:平裝
定價:798 元
無庫存
  • 1388
    35
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 35

暢銷榜

客服中心

收藏

會員專區