語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Programming in two semesters = using...
~
Charatan, Quentin.
FindBook
Google Book
Amazon
博客來
Programming in two semesters = using Python and Java /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Programming in two semesters/ by Quentin Charatan, Aaron Kans.
其他題名:
using Python and Java /
作者:
Charatan, Quentin.
其他作者:
Kans, Aaron.
出版者:
Cham :Springer International Publishing : : 2022.,
面頁冊數:
xvii, 661 p. :ill. (some col.), digital ;24 cm.
內容註:
1. Introduction -- 2. Blocks: Simple Data Types, Input and Output -- 3. Selection -- 4 Iteration -- 5. Functions -- 6. Collections: Lists, Tuples and Dictionaries -- 7. Modules and Packages -- 8. File Handling in Python -- 9. Object-Oriented Python 1 -- 10. Object-Oriented Python 2 -- 11. Graphics with Tkinter -- 12. Case Study -- 13. From Python to Java -- 14. Input, Output and Data Types -- 15. Control Structures -- 16. Object-Oriented Java 1 -- 17. Object-Oriented Java 2 -- 18. Interfaces, Generics and Polymorphism -- 19. Graphics with JavaFX -- 20. Exceptions -- 21. Collection Classes -- 22. File Handling in Java -- 23. The Stream API -- 24. Case Study.
Contained By:
Springer Nature eBook
標題:
Python (Computer program language) -
電子資源:
https://doi.org/10.1007/978-3-031-01326-3
ISBN:
9783031013263
Programming in two semesters = using Python and Java /
Charatan, Quentin.
Programming in two semesters
using Python and Java /[electronic resource] :by Quentin Charatan, Aaron Kans. - Cham :Springer International Publishing :2022. - xvii, 661 p. :ill. (some col.), digital ;24 cm. - Texts in computer science,1868-095X. - Texts in computer science..
1. Introduction -- 2. Blocks: Simple Data Types, Input and Output -- 3. Selection -- 4 Iteration -- 5. Functions -- 6. Collections: Lists, Tuples and Dictionaries -- 7. Modules and Packages -- 8. File Handling in Python -- 9. Object-Oriented Python 1 -- 10. Object-Oriented Python 2 -- 11. Graphics with Tkinter -- 12. Case Study -- 13. From Python to Java -- 14. Input, Output and Data Types -- 15. Control Structures -- 16. Object-Oriented Java 1 -- 17. Object-Oriented Java 2 -- 18. Interfaces, Generics and Polymorphism -- 19. Graphics with JavaFX -- 20. Exceptions -- 21. Collection Classes -- 22. File Handling in Java -- 23. The Stream API -- 24. Case Study.
This highly accessible textbook teaches programming from first principles. In common with many programming courses, it uses Python as the introductory programming language before going on to use Java as the vehicle for more advanced programming concepts. The first part, which teaches Python, covers fundamental programming concepts, such as data types and control structures and functions. It introduces more complex data types such as lists and dictionaries and also deals with file handling. It introduces object-oriented concepts and ends with a case study bringing together all the topics of the first semester. The second part uses Java to teach advanced concepts and centres around object-oriented programming, teaching key object-oriented concepts such as inheritance and polymorphism. The semester again ends with an advanced case study bringing together all the topics of the second semester. Topics and features: Assumes no prior knowledge, and makes the transition from Python to Java a smooth process Features numerous exercises and also an illustrative case study for each language Examines procedural and object-oriented methodologies, as well as design principles Covers such advanced topics as interfaces and lambda expressions, exceptions and Collections Includes a chapter on graphics programming in Python using Tkinter Introduces the latest Java technology for graphical interfaces, JavaFX Explains design concepts using UML notation Offering a gentle introduction to the field and assuming no prerequisite background, Programming in Two Semesters is the ideal companion to undergraduate modules in software development or programming. In addition, it will serve as a strong primer for professionals looking to strengthen their knowledge of programming with these languages. Dr Quentin Charatan is a former Principal Lecturer and now visiting lecturer at the same institution. Dr Aaron Kans is the Head of the Computer Science and Digital Technologies Department in the School of Architecture, Computing & Engineering at the University of East London, UK.
ISBN: 9783031013263
Standard No.: 10.1007/978-3-031-01326-3doiSubjects--Topical Terms:
729789
Python (Computer program language)
LC Class. No.: QA76.73.P98 / C43 2022
Dewey Class. No.: 005.133
Programming in two semesters = using Python and Java /
LDR
:03799nmm a2200337 a 4500
001
2303904
003
DE-He213
005
20221001143831.0
006
m d
007
cr nn 008maaau
008
230409s2022 sz s 0 eng d
020
$a
9783031013263
$q
(electronic bk.)
020
$a
9783031013256
$q
(paper)
024
7
$a
10.1007/978-3-031-01326-3
$2
doi
035
$a
978-3-031-01326-3
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.P98
$b
C43 2022
072
7
$a
UM
$2
bicssc
072
7
$a
COM051000
$2
bisacsh
072
7
$a
UM
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.P98
$b
C469 2022
100
1
$a
Charatan, Quentin.
$3
3382336
245
1 0
$a
Programming in two semesters
$h
[electronic resource] :
$b
using Python and Java /
$c
by Quentin Charatan, Aaron Kans.
260
$a
Cham :
$b
Springer International Publishing :
$b
Imprint: Springer,
$c
2022.
300
$a
xvii, 661 p. :
$b
ill. (some col.), digital ;
$c
24 cm.
490
1
$a
Texts in computer science,
$x
1868-095X
505
0
$a
1. Introduction -- 2. Blocks: Simple Data Types, Input and Output -- 3. Selection -- 4 Iteration -- 5. Functions -- 6. Collections: Lists, Tuples and Dictionaries -- 7. Modules and Packages -- 8. File Handling in Python -- 9. Object-Oriented Python 1 -- 10. Object-Oriented Python 2 -- 11. Graphics with Tkinter -- 12. Case Study -- 13. From Python to Java -- 14. Input, Output and Data Types -- 15. Control Structures -- 16. Object-Oriented Java 1 -- 17. Object-Oriented Java 2 -- 18. Interfaces, Generics and Polymorphism -- 19. Graphics with JavaFX -- 20. Exceptions -- 21. Collection Classes -- 22. File Handling in Java -- 23. The Stream API -- 24. Case Study.
520
$a
This highly accessible textbook teaches programming from first principles. In common with many programming courses, it uses Python as the introductory programming language before going on to use Java as the vehicle for more advanced programming concepts. The first part, which teaches Python, covers fundamental programming concepts, such as data types and control structures and functions. It introduces more complex data types such as lists and dictionaries and also deals with file handling. It introduces object-oriented concepts and ends with a case study bringing together all the topics of the first semester. The second part uses Java to teach advanced concepts and centres around object-oriented programming, teaching key object-oriented concepts such as inheritance and polymorphism. The semester again ends with an advanced case study bringing together all the topics of the second semester. Topics and features: Assumes no prior knowledge, and makes the transition from Python to Java a smooth process Features numerous exercises and also an illustrative case study for each language Examines procedural and object-oriented methodologies, as well as design principles Covers such advanced topics as interfaces and lambda expressions, exceptions and Collections Includes a chapter on graphics programming in Python using Tkinter Introduces the latest Java technology for graphical interfaces, JavaFX Explains design concepts using UML notation Offering a gentle introduction to the field and assuming no prerequisite background, Programming in Two Semesters is the ideal companion to undergraduate modules in software development or programming. In addition, it will serve as a strong primer for professionals looking to strengthen their knowledge of programming with these languages. Dr Quentin Charatan is a former Principal Lecturer and now visiting lecturer at the same institution. Dr Aaron Kans is the Head of the Computer Science and Digital Technologies Department in the School of Architecture, Computing & Engineering at the University of East London, UK.
650
0
$a
Python (Computer program language)
$3
729789
650
0
$a
Java (Computer program language)
$3
522522
650
0
$a
Computer programming.
$3
527209
650
1 4
$a
Programming Techniques.
$3
892496
650
2 4
$a
Python.
$3
3201289
650
2 4
$a
Java.
$3
517732
650
2 4
$a
Software Engineering.
$3
890874
650
2 4
$a
Programming Language.
$3
3538935
700
1
$a
Kans, Aaron.
$3
3382337
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
830
0
$a
Texts in computer science.
$3
1567573
856
4 0
$u
https://doi.org/10.1007/978-3-031-01326-3
950
$a
Computer Science (SpringerNature-11645)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9445453
電子資源
11.線上閱覽_V
電子書
EB QA76.73.P98 C43 2022
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入