Gouillart E. Python Scientific Lecture Notes 2023

seeders: 29
leechers: 0
Added 2 years ago by andryold1 in Books  > Ebooks

Download Fast Safe Anonymous
movies, software, shows...

Files

Gouillart E. Python Scientific Lecture Notes 2023 (Size: 17.4 MB)
  Gouillart E. Python Scientific Lecture Notes 2023.pdf 17.4 MB

Description



Textbook in PDF format

Tutorials on the scientific Python ecosystem: a quick introduction to central tools and techniques. The different chapters each correspond to a 1 to 2 hours course with increasing level of expertise, from beginner to expert.
Unlike MatLAB, or R, Python does not come with a pre-bundled set of modules for scientific computing. Below are the basic building blocks that can be combined to obtain a scientific computing environment: Python, a generic and modern computing language:
• The language: flow control, data types (string, int), data collections (lists, dictionaries), etc.
• Modules of the standard library: string processing, file management, simple network protocols.
• A large number of specialized modules or applications written in Python: web framework, etc... and scientific computing.
• Development tools (automatic testing, documentation generation)