A Course in Python: The Core of the Language: Springer Undergraduate Mathematics Series
Autor Roozbeh Hazraten Limba Engleză Paperback – 5 ian 2024
This textbook introduces Python and its programming through a multitude of clearly presented examples and worked-out exercises.
Based on a course taught to undergraduate students of mathematics, science, engineering and finance, the book includes chapters on handling data, calculus, solving equations, and graphics, thus covering all of the basic topics in Python. Each section starts with a description of a new topic and some basic examples. The author then demonstrates the new concepts through worked out exercises. The intention is to enable the reader to learn from the codes, thus avoiding lengthy, exhausting explanations.
With its strong focus on programming and problem solving, and an emphasis on numerical problems that do not require advanced mathematics, this textbook is also ideal for self-study, for instance for researchers who wish to use Python as a computational tool.
Din seria Springer Undergraduate Mathematics Series
- Preț: 237.29 lei
- Preț: 358.81 lei
- Preț: 265.90 lei
- Preț: 318.98 lei
- Preț: 240.63 lei
- Preț: 237.18 lei
- Preț: 224.54 lei
- Preț: 237.41 lei
- Preț: 301.10 lei
- Preț: 236.97 lei
- Preț: 221.92 lei
- Preț: 325.20 lei
- Preț: 359.09 lei
- Preț: 268.36 lei
- Preț: 229.86 lei
- Preț: 236.87 lei
- Preț: 319.90 lei
- Preț: 359.65 lei
- Preț: 238.28 lei
- Preț: 283.11 lei
- Preț: 166.75 lei
- Preț: 266.70 lei
- Preț: 269.99 lei
- 15% Preț: 526.67 lei
- Preț: 272.49 lei
- Preț: 265.18 lei
- Preț: 275.36 lei
- Preț: 278.24 lei
- Preț: 320.20 lei
- Preț: 272.69 lei
- Preț: 258.88 lei
- Preț: 265.81 lei
- Preț: 266.70 lei
- Preț: 275.74 lei
- Preț: 265.78 lei
- Preț: 328.08 lei
- Preț: 275.74 lei
- Preț: 273.45 lei
- Preț: 277.32 lei
- Preț: 270.57 lei
- Preț: 273.63 lei
- Preț: 270.19 lei
- Preț: 265.36 lei
- Preț: 265.36 lei
- Preț: 268.08 lei
- Preț: 272.86 lei
- Preț: 272.69 lei
- Preț: 271.16 lei
- Preț: 270.74 lei
- Preț: 265.78 lei
Preț: 310.03 lei
Preț vechi: 387.54 lei
-20% Nou
Puncte Express: 465
Preț estimativ în valută:
59.34€ • 61.72$ • 49.73£
59.34€ • 61.72$ • 49.73£
Carte tipărită la comandă
Livrare economică 10-15 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783031497797
ISBN-10: 3031497791
Pagini: 250
Ilustrații: VIII, 250 p. 96 illus., 91 illus. in color.
Dimensiuni: 155 x 235 x 15 mm
Greutate: 0.48 kg
Ediția:1st ed. 2023
Editura: Springer Nature Switzerland
Colecția Springer
Seria Springer Undergraduate Mathematics Series
Locul publicării:Cham, Switzerland
ISBN-10: 3031497791
Pagini: 250
Ilustrații: VIII, 250 p. 96 illus., 91 illus. in color.
Dimensiuni: 155 x 235 x 15 mm
Greutate: 0.48 kg
Ediția:1st ed. 2023
Editura: Springer Nature Switzerland
Colecția Springer
Seria Springer Undergraduate Mathematics Series
Locul publicării:Cham, Switzerland
Cuprins
1 Basics of Python.- 2 Lists and Tuples.- 3 Decisions and Repetitions.- 4 Functions.- 5 List Comprehension and Generators.- 6 The sympy Library.- 7 The numpy Library .- 8 The matplotlib Library and Projects.
Notă biografică
Roozbeh Hazrat is a Professor of Pure Mathematics at Western Sydney University. He has taught computer programming since early 1990s when he was an undergraduate and codes were written on blackboards. He has continued teaching programming at Queen’s University United Kingdom, Western Sydney University, and has run crash courses for the Reserve Bank of Australia and other financial institutions. Besides his many journal publications in pure mathematics, he is the author of the textbook Mathematica: A Problem-Centred Approach.
Textul de pe ultima copertă
This textbook introduces Python and its programming through a multitude of clearly presented examples and worked-out exercises.
Based on a course taught to undergraduate students of mathematics, science, engineering and finance, the book includes chapters on handling data, calculus, solving equations, and graphics, thus covering all of the basic topics in Python. Each section starts with a description of a new topic and some basic examples. The author then demonstrates the new concepts through worked out exercises. The intention is to enable the reader to learn from the codes, thus avoiding lengthy, exhausting explanations.
With its strong focus on programming and problem solving, and an emphasis on numerical problems that do not require advanced mathematics, this textbook is also ideal for self-study, for instance for researchers who wish to use Python as a computational tool.
Caracteristici
A hands-on introduction to Python, ideal for a first course or self-study Provides numerous worked-out exercises showing how to write programs in Python Includes several case studies with code, as well as practice problems