Effective Team Management with VSTS and TFS: A Guide for Scrum Masters

Автор: buratino от 28-03-2020, 13:01, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Effective Team Management with VSTS and TFS: A Guide for Scrum Masters
Автор: Chaminda Chandraseara, Sanjaya Yapa
Издательство: Apress
Год: 2018
ISBN: 9781484235577
Формат: pdf, epub
Страниц: XVI, 168
Размер: 12,3 mb
Язык: English

Takes a scenario based approach with VSTS and TFS to effectively enhance team capabilities
 

Python for Programmers

Автор: buratino от 28-03-2020, 12:45, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Python for Programmers: with Big Data and Artificial Intelligence Case Studies
Автор: Paul J. Deitel, Harvey Deitel
Издательство: Pearson Higher Ed
Год: 2019
Формат: True PDF
Страниц: 635
Размер: 22.8 Mb
Язык: English

The professional programmer’s Deitel guide to Pythonwith introductory artificial intelligence case studies
Written for programmers with a background in another high-level language, this book uses hands-on instruction to teach today’s most compelling, leading-edge computing technologies and programming in Python–one of the world’s most popular and fastest-growing languages. Please read the Table of Contents diagram inside the front cover and the Preface for more details.

Изменил: buratino по причине: True PDF has been added - https://drive.google.com/open?id=1gKZkfB1BXzFx0PP2cVlRTiPG7AkOPniv

 

Supercharged Python: Take Your Code to the Next Level 1st Edition

Автор: buratino от 28-03-2020, 12:33, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Supercharged Python: Take Your Code to the Next Level First Edition
Автор: Brian Overland, John Bennett
Издательство: Addison-Wesley Professional
Год: 2019
Формат: true pdf/epub
Страниц: 672
Размер: 44.7 Mb
Язык: English

Tapping into the full power of Python doesn’t have to be difficult. Supercharged Python is written for people who’ve learned the fundamentals of the language but want to take their skills to the next level.
After a quick review of Python, the book covers: advanced list and string techniques; all the ways to handle text and binary files; financial applications; advanced techniques for writing classes; generators and decorators; and how to master packages such as Numpy (Numeric Python) to supercharge your applications!

Изменил: buratino по причине: True PDF has been added - https://drive.google.com/open?id=11JR0s225hYTLKLi8pguq1VFvHCsKyOLW

 

Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries, 3rd Edition (Rough Cuts)

Автор: literator от 27-03-2020, 21:35, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries, 3rd Edition (Rough Cuts)
Автор: Krzysztof Cwalina, Brad Abrams
Издательство: Pearson
Год: 2020
Страниц: 624
Язык: английский
Формат: epub
Размер: 10.1 MB

Framework Design Guidelines has long been the definitive guide to best practices for developing components and component libraries in Microsoft .NET. Now, this third edition has been fully revised to reflect game-changing API design innovations introduced by Microsoft through seven recent updates to C#, eight updates to .NET Framework, and the emergence and evolution of .NET Core.
 

Agile Leadership Toolkit: Learning to Thrive with Self-Managing Teams (Final Release)

Автор: literator от 27-03-2020, 21:07, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Agile Leadership Toolkit: Learning to Thrive with Self-Managing Teams (Final Release)
Автор: Peter Koning
Издательство: Pearson Education, Inc.
Серия: The Professional Scrum Series
Год: 2019
Страниц: 240
Язык: английский
Формат: pdf (true), epub
Размер: 10,8 MB

Practical, Proven Tools for Leading and Empowering High-Performing Agile Teams. A leader is like a farmer, who doesn’t grow crops by pulling them but instead creates the perfect environment for the crops to grow and thrive. If you lead in organizations that have adopted agile methods, you know it’s crucial to create the right environment for your agile teams. Traditional tools such as Gantt charts, detailed plans, and internal KPIs aren’t adequate for complex and fast-changing markets, but merely trusting employees and teams to self-manage is insufficient as well.
 

Generative Adversarial Networks with Python

Автор: TRex от 27-03-2020, 17:50, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Generative Adversarial Networks with Python
Автор: Jason Brownlee
Издательство: Jason Brownlee
Год: 2019
Формат: PDF
Страниц: 654
Размер: 11,2 Mb
Язык: English

The study of Generative Adversarial Networks (GANs) is new, just a few years old. Yet, in just a few years GANs have achieved results so remarkable that they have become the state-of-the-art in generative modeling. The field is so new that there are no good theories on how to implement and configure the models. All advice for applying GAN models is based on hard-earned empirical findings, the same as any nascent field of study. This makes it both exciting and frustrating.
 

Elements of Clojure

Автор: literator от 27-03-2020, 17:49, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Elements of Clojure
Автор: Zachary Tellman
Издательство: Leanpub
Год: 2019
Страниц: 121
Язык: английский
Формат: pdf (true), djvu
Размер: 11.1 MB

This book tries to put words to what most experienced programmers already know. It provides a framework for making better design choices, and a vocabulary for teams to discuss the software they collaborate on. To write software, we must learn where to draw boundaries. Good software is built through effective indirection. We seem to have decided that this skill can only be learned through practice; it cannot be taught, except by example. Our decisions may improve with time, but not our ability to explain them.
 

Thinking in Redux: An Opinionted Guide to Patterns, Techniques, and Conventions for using Redux

Автор: literator от 27-03-2020, 16:44, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Thinking in Redux: An Opinionted Guide to Patterns, Techniques, and Conventions for using Redux
Автор: Nir Kaufman
Издательство: Leanpub
Год: 2018
Язык: английский
Формат: pdf (true), djvu
Размер: 10.1 MB

Redux is more than just another state management library for jаvascript; it is a set of tools that help us implement a lean version of a frontend-oriented messaging system. If you are building a single page application with a lot of asynchronous operations that constantly change the state, you should consider adopting Redux as a solution. This book is an opinionated guide to Redux that focuses on design patterns, conventions, and practices. While some parts of the book describe known and accepted conventions, other parts are based on my own experience and personal perspective.
 

Introducing Python

Автор: harun54 от 27-03-2020, 11:21, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Introducing Python
Автор: Bill Lubanovic
Издательство: O'Reilly Media
Год: 2014
Формат: EPUB, PDF
Размер: 44 Мб
Язык: английский / English

Easy to understand and fun to read, Introducing Python is ideal for beginning programmers as well as those new to the language. Author Bill Lubanovic takes you from the basics to more involved and varied topics, mixing tutorials with cookbook-style code recipes to explain concepts in Python 3. End-of-chapter exercises help you practice what you’ve learned.
 

Beginner’s Guide to Create Models With 3ds Max 2018

Автор: harun54 от 27-03-2020, 11:04, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Beginner's Guide to Create Models With 3ds Max 2018
Автор: Ravi Conor and Elizabeth VT
Издательство: CreateSpace Independent Publishing
Год: 2017
Формат: EPUB
Размер: 8 Мб
Язык: английский / English

The Beginner's Guide to Create Models With 3ds Max 2018®, 3rd Edition textbook offers a hands-on exercises based strategy for all those digital artists who have just started working on the 3ds Max [no experience needed] and interested in learning modeling in 3ds Max. This brilliant guide takes you step-by-step through the whole process of modeling. From the very first pages, the users of the book will learn how to effectively use 3ds Max for hard-surface modeling. The strength of this textbook that it teaches all of the important concepts in an easy to understand language. As the readers move from hands-on exercise to hands-on exercise, they will be building their own portfolio of high quality artwork.