Cargando…

Think Julia : how to think like a computer scientist /

Julia is a general-purpose language ideal for not only numerical analysis and computational science but also web programming and scripting. Through exercises in each chapter, you'll try not programming concepts as you learn them. This book is perfect for students at the high school or college l...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Lauwens, Ben (Autor), Downey, Allen (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, 2019.
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • The way of the program
  • Variables, expressions, and statements
  • Functions
  • Case study : interface design
  • Conditionals and recursion
  • Fruitful functions
  • Iteration
  • Strings
  • Case study : word play
  • Arrays
  • Dictionaries
  • Tuples
  • Case study : data structure selection
  • Files
  • Structs and objects
  • Structs and functions
  • Multiple dispatch
  • Subtyping
  • The goodies : syntax
  • The goodies : base and standard library
  • Debugging
  • Unicode input
  • JuliaBox.