Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 31-10-2019, 21:23
  • Комментариев: 0
Название: Python Coding And Programming: Start to learn the hard core of computer programming, data analysis and coding project in Python
Автор: Michael Learn
Издательство: Amazon Digital Services LLC
Год: 2019
Страниц: 230
Язык: английский
Формат: epub, pdf (conv)
Размер: 24.7 MB

Would you like to learn the hard core of Python coding? You are the type of genius the great eBook in the next few lines is dedicated to, check it out. Learning the complex processes of Python Programming is a tough task most people don't want to try. Even Computer, Engineering, Tech and related fields do not want to, to even imagine the interest of a non-tech related fan. Why? It is for the same reason, it is complicated! It has different stages that can be easily mixed up. It also contains so many lessons and tasks that can overwhelm you right before you start.
  • Добавил: literator
  • Дата: 31-10-2019, 20:54
  • Комментариев: 0
Название: Learn Python Programming: this book will teach you about the language, data analysis and algorithms and will level up your skills in computer programming to become an expert Pythonista
Автор: Michael Learn
Издательство: Amazon Digital Services LLC
Год: 2019
Страниц: 144
Язык: английский
Формат: epub, pdf (conv)
Размер: 10.1 MB

The truth is: Python, an advanced third-generation programming language come scripting language, has shown an extraordinary growth in terms of popularity and usage in the last 5 years. But why Python? Why IT industries are choosing python over anything else? Why one must learn Python keeping in mind the current market situation? Obviously, there are several reasons behind it, let’s explore...
  • Добавил: literator
  • Дата: 31-10-2019, 20:06
  • Комментариев: 0
Название: Solve it with Python!: A programming guide to ease your science and engineering challenges
Автор: Javier Riverola Gurruchaga
Издательство: Amazon Digital Services LLC
Год: 2019
Страниц: 207
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Python is a useful, modern programming language popular among students and professionals in science and engineering. But is it a world reserved for experts in mathematics and computer programming? Not at all. Solve it with Python! brings you into scientific calculus in an imaginative way, with simple and comprehensive scripts, examples that you can use to solve problems directly, or adapt to more complex combined analyses. Chapters deal with the topics independently, without tedious and meticulous explanations. Exercises are also proposed to test your knowledge of the methods. In addition, an appendix includes a syntax reminder and a short tutorial to get you started in the language.
  • Добавил: literator
  • Дата: 31-10-2019, 19:41
  • Комментариев: 0
Название: Java Programming: The Ultimate Beginner's Guide to Understanding Java Programming And Learn Java In 2 Hours
Автор: Mitchell Stephenson
Издательство: Amazon Digital Services LLC
Год: 2019
Страниц: 180
Язык: английский
Формат: epub, pdf (conv)
Размер: 10.1 MB

Welcome Future Coder! Are You Ready To Learn And Start Programming With Java In 2 Hours? Have you always wanted to learn computer programming but you thought it is too difficult for you? This book is the ultimate beginners' crash course to Java programming, as it will help you learn enough about the language in as little as one week! Complex concepts are broken down into simple and easy steps to ensure that you can easily master the Java language even if you have never coded before.
  • Добавил: buratino
  • Дата: 31-10-2019, 19:13
  • Комментариев: 0
Название: Introducing Maven: A Build Tool for Today's Java Developers Second Edition
Автор: Balaji Varanasi
Издательство: Apress
Год: 2019
Формат: true pdf/epub/mobi
Страниц: 140
Размер: 10.9 Mb
Язык: English

Gain an understanding of Maven’s dependency management and use it to organize basic and multi-module Maven projects. This short book is your quick-start tutorial for learning to use Maven. It includes inconsistently immutable collections, better array construction, and more from the latest Maven version 3.6. This second edition covers the newest in today's most popular build tool for Java development and programming.
  • Добавил: buratino
  • Дата: 31-10-2019, 19:04
  • Комментариев: 0
Название: Pro D3.js: Use D3.js to Create Maintainable, Modular, and Testable Charts
Автор: Marcos Iglesias
Издательство: Apress
Год: 2019
Формат: true pdf/epub/mobi
Страниц: 223
Размер: 10.6 Mb
Язык: English

Go beyond the basics of D3.js to create maintainable, modular, and testable charts and to package them into a library that can be distributed as open source software or kept for private use. This book will show you how to transform regular D3.js chart code into reusable and extendable modules.
  • Добавил: buratino
  • Дата: 31-10-2019, 12:53
  • Комментариев: 0
Название: Advanced Swift: Updated for Swift 5
Автор: Chris Eidhof, Ole Begemann, Florian Kugler, Ben Cohen
Издательство: Kugler und Eidhof GbR
Год: 2019
Формат: True PDF
Страниц: 431
Размер: 19.3 Mb
Язык: English

Advanced Swift takes you through Swift’s features, from low-level programming to high-level abstractions.
In this book, we’ll write about advanced concepts in Swift programming. If you have read the Swift Programming Guide, and want to explore more, this book is for you.
Swift is a great language for systems programming, but also lends itself for very high-level programming. We’ll explore both high-level topics (for example, programming with generics and protocols), as well as low-level topics (for example, wrapping a C library and string internals).
  • Добавил: buratino
  • Дата: 31-10-2019, 11:19
  • Комментариев: 0
Название: Beginning x64 Assembly Programming: From Novice to AVX Professional
Автор: Jo Van Hoey
Издательство: Apress
Год: 2019
Формат: true pdf/epub
Страниц: 413
Размер: 20.5 Mb
Язык: English

Program in assembly starting with simple and basic programs, all the way up to AVX programming. By the end of this book, you will be able to write and read assembly code, mix assembly with higher level languages, know what AVX is, and a lot more than that.
The code used in Beginning x64 Assembly Programming is kept as simple as possible, which means: no graphical user interfaces or whistles and bells or error checking. Adding all these nice features would distract your attention from the purpose: learning assembly language. The theory is limited to a strict minimum: a little bit on binary numbers, a short presentation of logical operators, and some limited linear algebra. And we stay far away from doing floating point conversions.
The assembly code is presented in complete programs, so that you can test them on your computer, play with them, change them, break them. This book will also show you what tools can be used, how to use them, and the potential problems in those tools. It is not the intention to give you a comprehensive course on all of the assembly instructions, which is impossible in one book: look at the size of the Intel Manuals. Instead, the author will give you a taste of the main items, so that you will have an idea about what is going on. If you work through this book, you will acquire the knowledge to investigate certain domains more in detail on your own.
The majority of the book is dedicated to assembly on Linux, because it is the easiest platform to learn assembly language. At the end the author provides a number of chapters to get you on your way with assembly on Windows. You will see that once you have Linux assembly under your belt, it is much easier to take on Windows assembly.
  • Добавил: admin
  • Дата: 30-10-2019, 17:53
  • Комментариев: 0
Название: Game Development Using Python
Автор: James R. Parker
Издательство: Mercury Learning & Information
ISBN: 1683921801
Год: 2019
Язык: английский
Формат: epub, pdf (conv)
Размер: 10.1 MB

This book will guide you through the basic game development process using Python, covering game topics including graphics, sound, artificial intelligence, animation, game engines, etc. Real games are created as you work through the text and significant parts of a game engine are built and made available for download. The companion disc contains all of the resources described in the book, e.g. example code, game assets, video/sound editing software, and color figures. Instructor resources are available for use as a textbook.
  • Добавил: literator
  • Дата: 30-10-2019, 17:50
  • Комментариев: 0
Название: Programming for Computations - Python: A Gentle Introduction to Numerical Simulations with Python 3.6, 2nd Edition
Автор: Svein Linge, Hans Petter Langtangen
Издательство: Springer
Год: 2019 (2020 edition)
Страниц: 350
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

This book presents computer programming as a key method for solving mathematical problems. This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five new chapters, thus expanding the introduction to programming from 50 to 150 pages. Throughout the book, the explanations provided are now more detailed, previous examples have been modified, and new sections, examples and exercises have been added. Also, a number of small errors have been corrected.