A Course in Python

The Core of the Language
 
Kiadás sorszáma: 1st ed. 2023
Kiadó: Springer
Megjelenés dátuma:
Kötetek száma: 1 pieces, Book
 
Normál ár:

Kiadói listaár:
EUR 53.49
Becsült forint ár:
22 072 Ft (21 021 Ft + 5% áfa)
Miért becsült?
 
Az Ön ára:

17 658 (16 817 Ft + 5% áfa )
Kedvezmény(ek): 20% (kb. 4 414 Ft)
A kedvezmény érvényes eddig: 2024. június 30.
A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
Kattintson ide a feliratkozáshoz
 
Beszerezhetőség:

Becsült beszerzési idő: A Prosperónál jelenleg nincsen raktáron, de a kiadónál igen. Beszerzés kb. 3-5 hét..
A Prosperónál jelenleg nincsen raktáron.
Nem tudnak pontosabbat?
 
  példányt

 
Rövid leírás:

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.

Hosszú leírás:
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.
Tartalomjegyzék:
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.