Publisher: K-i-s-publishing

4705
Loading...
EBOOK

Numpy Beginner's Guide (Update). Build efficient, high-speed programs using the high-performance NumPy mathematical library

Ivan Idris

This book is for the scientists, engineers, programmers, or analysts looking for a high-quality, open source mathematical library. Knowledge of Python is assumed. Also, some affinity, or at least interest, in mathematics and statistics is required. However, I have provided brief explanations and pointers to learning resources.

4706
Loading...
EBOOK

NumPy Cookbook. If you're a Python developer with basic NumPy skills, the 70+ recipes in this brilliant cookbook will boost your skills in no time. Learn to raise productivity levels and code faster and cleaner with the open source mathematical library

Ivan Idris

Today's world of science and technology is all about speed and flexibility. When it comes to scientific computing, NumPy is on the top of the list. NumPy will give you both speed and high productivity.NumPy Cookbook will teach you all about NumPy, a leading scientific computing library. NumPy replaces a lot of the functionality of Matlab and Mathematica, but in contrast to those products, it is free and open source.Numpy Cookbook will teach you to write readable, efficient, and fast code that is as close to the language of Mathematics as much as possible with the cutting edge open source NumPy software library.You will learn about installing and using NumPy and related concepts. At the end of the book, we will explore related scientific computing projects.This book will give you a solid foundation in NumPy arrays and universal functions. You will also learn about plotting with Matplotlib and the related SciPy project through examples.NumPy Cookbook will help you to be productive with NumPy and write clean and fast code.

4707
Loading...
EBOOK

NumPy Essentials. Boost your scientific and analytic capabilities in no time at all by discovering how to build real-world applications with NumPy

Jaidev Deshpande, Leo (Liang-Huan) Chin, Tanmay Dutta,...

In today’s world of science and technology, it’s all about speed and flexibility. When it comes to scientific computing, NumPy tops the list. NumPy gives you both the speed and high productivity you need.This book will walk you through NumPy using clear, step-by-step examples and just the right amount of theory. We will guide you through wider applications of NumPy in scientific computing and will then focus on the fundamentals of NumPy, including array objects, functions, and matrices, each of them explained with practical examples. You will then learn about different NumPy modules while performing mathematical operations such as calculating the Fourier Transform; solving linear systems of equations, interpolation, extrapolation, regression, and curve fitting; and evaluating integrals and derivatives. We will also introduce you to using Cython with NumPy arrays and writing extension modules for NumPy code using the C API. This book will give you exposure to the vast NumPy library and help you build efficient, high-speed programs using a wide range of mathematical features.

4708
Loading...
EBOOK

Nuxt 3 Projects. Build scalable applications with Nuxt 3 using TypeScript, Pinia, and Composition API

Kareem Dabbeet, Mahmoud Baalbaki, Daniel Kelly

Nuxt 3 Projects takes you on a hands-on learning journey through the world of Nuxt 3, the cutting-edge Vue.js framework. With a strong emphasis on project-based learning, this book ensures you gain practical, real-world experience in building robust and scalable applications.This book guides you through comprehensive projects, starting with Nuxt fundamentals, delving into Nuxt 3's unique features like project structure, file-based routing, views, layouts, and components. You'll cover aspects like the Composition API, reusable components, and state management with Pinia, intertwining theory with practical applications. Next, the book explores data fetching, error handling, authentication, SEO, and middleware. Each concept is paired with a real-life project for immediate practical reinforcement. Later chapters tackle testing, debugging, building custom modules, and building monorepos for superior code organization. Finally, a comprehensive capstone project helps you apply all the concepts you’ve learned, empowering you to architect robust, scalable Nuxt 3 applications.By the end of this book, you'll be able to efficiently apply Nuxt to Vue.js projects, confidently tackling real-world challenges and enhancing scalability.

4709
Loading...
EBOOK

NW.js Essentials. Build native desktop applications for Windows, Mac OS, or Linux using the latest web technologies

Alessandro Benoit

If you are an experienced Node.js developer who wants to create amazing desktop applications using NW.js, this is the book for you. Prior knowledge of HTML5, jQuery, and CSS is assumed.

4710
Loading...
EBOOK

Nylonowa ręka boga

Steven Hartov

W konsulacie izraelskim w Nowym Jorku dochodzi do samobójczego zamachu terrorystycznego. Ślady prowadzą do mało znanej organizacji islamskiej Ręka Boga, której przywódczynią jest była członkini grupy Baader-Meinhof. Nieco później porwana zostaje izraelska studentka studiująca w Stanach Zjednoczonych. Sprawa nabiera szczególnej wagi, gdy okazuje się, że jej ojciec jest... szefem wywiadu wojskowego Izraela, a Ręka Boga odpowiada też za kradzież z bazy Marynarki USA pocisku przeciwokrętowego najnowszej generacji...

4711
Loading...
EBOOK

O trzech dzielnych rycerzach

Anna Tretiak

Pewnego razu trójka odważnych rycerzy - a może rycerek? - wyruszyła na poszukiwanie przygód... Myślicie, że było to bardzo dawno temu? Wcale nie. Może dzieje się to właśnie teraz! Książeczka Anny Tretiak opowiada o wyobraźni i zabawie, dzięki którym dzieci (i dorośli!) w jednej chwili mogą stać się, kim tylko chcą - astronaut(k)ami, poskramiacz(k)ami dinozaurów, eksplorator(k)ami nowych lądów, rycerzami i rycerkami. Nie trzeba szukać daleko - dzięki fantazji nawet to, co zwyczajne, może stać się fascynującą przygodą. Wiek dziecka: 4-7 lat

4712
Loading...
EBOOK

O trzech dzielnych rycerzach. Про трьох відважних лицарів

Anna Tretiak

Ebook dwujęzyczny. Pewnego razu trójka odważnych rycerzy - a może rycerek? - wyruszyła na poszukiwanie przygód... Myślicie, że było to bardzo dawno temu? Wcale nie. Może dzieje się to właśnie teraz! Książeczka Anny Tretiak opowiada o wyobraźni i zabawie, dzięki którym dzieci (i dorośli!) w jednej chwili mogą stać się, kim tylko chcą - astronaut(k)ami, poskramiacz(k)ami dinozaurów, eksplorator(k)ami nowych lądów, rycerzami i rycerkami. Nie trzeba szukać daleko - dzięki fantazji nawet to, co zwyczajne, może stać się fascynującą przygodą. Wiek dziecka: 4-7 lat

4713
Loading...
EBOOK

OAuth 2.0 Cookbook. Protect your web applications using Spring Security

Adolfo Eloy Nascimento

OAuth 2.0 is a standard protocol for authorization and focuses on client development simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and so on. This book also provides useful recipes for solving real-life problems using Spring Security and creating Android applications.The book starts by presenting you how to interact with some public OAuth 2.0 protected APIs such as Facebook, LinkedIn and Google. You will also be able to implement your own OAuth 2.0 provider with Spring Security OAuth2. Next, the book will cover practical scenarios regarding some important OAuth 2.0 profiles such as Dynamic Client Registration, Token Introspection and how to revoke issued access tokens. You will then be introduced to the usage of JWT, OpenID Connect, and how to safely implement native mobile OAuth 2.0 Clients.By the end of this book, you will be able to ensure that both the server and client are protected against common vulnerabilities.

4714
Loading...
EBOOK

Objective C Memory Management Essentials. Learn and put into practice various memory management techniques in Objective-C to create robust iOS applications

Gibson Tang

If you are new to Objective-C or a veteran in iOS application development, this is the book for you. This book will ensure that you can actively learn the methods and concepts in relation to memory management in a more engaging way. Basic knowledge of iOS development is required for this book.

4715
Loading...
EBOOK

Object-Oriented JavaScript

Stoyan STEFANOV

The book requires no prior knowledge of JavaScript and works from the ground up to give you a thorough grounding in this powerful language. If you do already know some JavaScript, you will find plenty of eye-openers as you discover just what the language can do. This book takes a do-it-yourself approach when it comes to writing code, because the best way to really learn a programming language is by writing code. You are encouraged to type code into Firebug's console, see how it works and then tweak it and play around with it. There are practice questions at the end of each chapter to help review what you have learned.

4716
Loading...
EBOOK

Object-Oriented JavaScript. If you've limited or no experience with JavaScript, this book will put you on the road to being an expert. A wonderfully compiled introduction to objects in JavaScript, it teaches through examples and practical play. - Second Edition

Stoyan STEFANOV

JavaScript is the behavior, the third pillar in today's paradigm that looks at web pages as something that consists of clearly distinguishable parts: content (HTML), presentation (CSS) and behavior (JavaScript). Using JavaScript, you can create not only web pages but also desktop widgets, browser and application extensions, and other pieces of software. It's a pretty good deal: you learn one language and then code all kinds of different applications. While there's one chapter specifically dedicated to the web browser environment including DOM, Events and AJAX tutorials, the rest is applicable to the other environmentsMany web developers have tried coding or adopting some bits of JavaScript, but it is time to man up and learn the language properly because it is the language of the browser and is, virtually, everywhere. This book starts from zero, not assuming any prior JavaScript programming knowledge and takes you through all the in-depth and exciting futures hidden behind the facade. Once listed in the nice to have sections of job postings, these days the knowledge of JavaScript is a deciding factor when it comes to hiring web developers. After reading this book you'll be prepared to ace your JavaScript job interview and even impress with some bits that the interviewer maybe didn't know. You should read this book if you want to be able to take your JavaScript skills to a new level of sophistication.

4717
Loading...
EBOOK

Object-Oriented JavaScript. Learn everything you need to know about object-oriented JavaScript (OOJS) - Third Edition

Stoyan STEFANOV, Ved Antani

JavaScript is an object-oriented programming language that is used for website development. Web pages developed today currently follow a paradigm that has three clearly distinguishable parts: content (HTML), presentation (CSS), and behavior (JavaScript). JavaScript is one important pillar in this paradigm, and is responsible for the running of the web pages.This book will take your JavaScript skills to a new level of sophistication and get you prepared for your journey through professional web development. Updated for ES6, this book covers everything you will need to unleash the power of object-oriented programming in JavaScript while building professional web applications. The book begins with the basics of object-oriented programming in JavaScript and then gradually progresses to cover functions, objects, and prototypes, and how these concepts can be used to make your programs cleaner, more maintainable, faster, and compatible with other programs/libraries. By the end of the book, you will have learned how to incorporate object-oriented programming in your web development workflow to build professional JavaScript applications.

4718
Loading...
EBOOK

Object-Oriented Programming in ColdFusion. Break free from procedural programming and learn how to optimize your applications and enhance your skills using objects and design patterns

Matthew Gifford

Are you tired of procedural programming or is your extensive code base starting to become un-manageable? Breathe some new life into your code and improve your development skills with the basic concepts of object-oriented programming. Utilize objects, modular components, and design patterns to expand your skills and improve your ColdFusion applications. Packed with example code, and written in a friendly, easy-to-read style, this book is just what you need if you are serious about ColdFusion.This book is a fast-paced tutorial to important ColdFusion object-oriented programming topics. It will give you clear, concise, and practical guidance to take you from the basics of ColdFusion to the skills that will make you a ColdFusion developer to be reckoned with. Don't be put off by jargon or complex diagrams; read and see how you can benefit from this book and extend your development skills in the process.Using the practical examples within this guide, you will learn how to structure your applications and code, applying the fundamental basics of object-oriented programming to develop modular, reusable components that will scale easily with your application. You will learn the basic fundamental practices of object-oriented programming, from object creation and re-use, to Bean objects, service layers, Data Access objects, and sample design patterns to gain a better understanding of OOP using examples that can be altered and applied in your application. Complete with detailed code samples and snippets, and written in a friendly easy-to-follow style, you will be able to break free from writing purely procedural code and enhance your applications by building structured applications utilizing basic design patterns and object-oriented principles.

4719
Loading...
EBOOK

Object???Oriented Programming with Swift 2. Get to grips with object-oriented programming in Swift to efficiently build powerful real-world applications

Gastón C. Hillar

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects; these are data structures that contain data in the form of fields, often known as attributes and code. Objects are everywhere, and so it is very important to recognize elements, known as objects, from real-world situations and know how they can easily be translated into object-oriented code.Object-Oriented Programming with Swift is an easy-to-follow guide packed full of hands-on examples of solutions to common problems encountered with object-oriented code in Swift. It starts by helping you to recognize objects using real-life scenarios and demonstrates how working with them makes it simpler to write code that is easy to understand and reuse. You will learn to protect and hide data with the data encapsulation features of Swift. Then, you will explore how to maximize code reuse by writing code capable of working with objects of different types. After that, you'll discover the power of parametric polymorphism and will combine generic code with inheritance and multiple inheritance. Later, you move on to refactoring your existing code and organizing your source for easy maintenance and extensions.By the end of the book, you will be able to create better, stronger, and more reusable code, which will help you build better applications.

4720
Loading...
EBOOK

Obrona konieczna

Ed Ruggero

W Europie, w wyniku zamachu bombowego ginie rodzina amerykańskiego oficera, w Neapolu zamordowanych zostaje trzech marynarzy VI Floty Marynarki USA... Do zamachu przyznaje się, bliżej nieznana, skrajnie prawicowa Partia Nowych Niemiec, która żąda wycofania się sił zbrojnych Stanów Zjednoczonych z Europy... Kiedy prezydent USA nie ugina się pod żądaniami terrorystów, finansowany przez Moskwę szef PNN, Heinrich Wolf, postanawia przenieść wojnę z Ameryką na drugą stronę Atlantyku... W Obronie koniecznej Ruggero pokazał nam pełen przerażającego realizmu świat międzynarodowego terroryzmu i ludzi, którzy z nim walczą...