Library

Library

1867 bookmarks
Custom sorting
Exploring Modern Fortran Basics - With chapters selected by Milan Curcic
Exploring Modern Fortran Basics - With chapters selected by Milan Curcic
Fortran has come a long way since IBM first developed it in 1956. Flexible, powerful, and high performing, this general purpose programming language remains the dominant one in the field of scientific and engineering applications. Continuously improving, the latest version of Fortran includes new parallel features and improved interoperability with C. As more and more data is generated every day, parallel programming has become vital to modern computing, making modern Fortran more relevant than ever!
Exploring Modern Fortran Basics - With chapters selected by Milan Curcic
Designing Scalable JavaScript Applications - With chapter selections by Emmit Scott
Designing Scalable JavaScript Applications - With chapter selections by Emmit Scott
If you’ve ever written a non-trivial JavaScript application, you know that creating a code base that’s easy to maintain and scales well over time is no small feat. The complexity only grows as the project becomes larger. While it’s impossible to plan for every change that could possibly happen over the life of a project, you can help future-proof your front-end architecture by designing software that’s pliable and easily extended. Well-designed, extensible architecture can help reduce development and maintenance costs, as bug fixes, enhancements, and new technologies can be incorporated more easily. Designing Scalable JavaScript Applications helps you start thinking about which tools and frameworks you’ll use and which design patterns you’ll implement. This book brings together excerpts from four different Manning titles selected by Emmit Scott, the author of SPA Design and Architecture. These chapters are great starting points for understanding how to build better JavaScript applications. They introduce some fundamental concepts for creating clean, loosely coupled code, and show you how to make your development process more productive and efficient.
Designing Scalable JavaScript Applications - With chapter selections by Emmit Scott
Best Pandas Tutorial | Learn with 50 Examples
Best Pandas Tutorial | Learn with 50 Examples
In this pandas tutorial, you will learn various functions of pandas package along with 50+ examples to get hands-on experience in data analysis in python using pandas
Best Pandas Tutorial | Learn with 50 Examples
Learn ClojureScript
Learn ClojureScript
Learn ClojureScript Purchase Options: Buy on Gumroad Getting started with functional programming for the web ClojureScript is a pragmatic functional programming language for building web applications. Whether you are an experienced JavaScript developer or a brand-new programmer, this book is your guide to creating impressive web apps in the simple and elegant ClojureScript language. The tutorial-style lessons are easy to follow at your own pace, and the practical capstone projects will reinforce what you have learned.
Learn ClojureScript
From Python to Numpy
From Python to Numpy
An open-source book about numpy vectorization techniques, based on experience, practice and descriptive examples
From Python to Numpy