Learning Professional Python: Two Volume Set, Bhimavarapu, Usharani ; Hemanth, Jude D
Автор: Brooks, Frederick P. Название: The Mythical Man Month and Other Essays on Software Engineering ISBN: 0201835959 ISBN-13(EAN): 9780201835953 Издательство: Pearson Education Рейтинг: Цена: 6928.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Presenting the 20th anniversary and first revised edition of a collection of essays on the management of computer programming projects, this work is an updated and enhanced re-release of the "Brooks classic". With the addition of 3 essays assessing the status of software project management, the authors "No Silver Bullet", is also included.
Автор: Usharani Bhimavarapu, Jude D. Hemanth Название: Learning Professional Python ISBN: 1032611707 ISBN-13(EAN): 9781032611709 Издательство: Taylor&Francis Рейтинг: Цена: 8573.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Gamma, Erich Helm, Richard Johnson, Ralph Vissides Название: Design Patterns: Elements of Reusable Object-Oriented Software ISBN: 0201633612 ISBN-13(EAN): 9780201633610 Издательство: Pearson Education Рейтинг: Цена: 9700.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Presents a catalog of simple solutions to commonly occurring design problems. These 23 patterns allow designers to create more reusable designs without having to rediscover the design solutions themselves. The authors begin by describing what patterns are, and how they can help you design object-oriented software.
Автор: Horstmann Cay S. Название: Core Java Se 9 for the Impatient ISBN: 0134694724 ISBN-13(EAN): 9780134694726 Издательство: Pearson Education Рейтинг: Цена: 8620.00 р. Наличие на складе: Есть (1 шт.) Описание: Readers familiar with Horstmann's original, two-volume "Core Java" books who are looking for a comprehensive, but condensed guide to all of the new features and functions of Java SE 9 will learn how these new features impact the language and core libraries. Instead of the meticulous detail that the much larger two-volume set provides, this condensed treatment focuses on practical examples and is presented in bite-sized chunks.
As with Java 8, Modern Java idioms are no longer required and there is a much faster, easier pathway for learning Java. Horstmann quickly cuts to the chase without lecturing about the superiority of one paradigm over another or rehashing Java history. Given the size of the Java language and the scope of the new features introduced in Java 9, there is a great deal of new material to cover, but it is presented in small chunks organized so that you can quickly retrieve it when needed. This book covers all aspects of Java that a modern developer needs to know, including modularity, as well as the powerful lambda expressions that were introduced in Java 8. It will also tell you how to find out more about old-fashioned concepts that you might still see in legacy code, but won't dwell on them.
Build Java-based enterprise applications using the open source Eclipse Jakarta EE platform. This feature-packed book teaches you enterprise Java development top to bottom. It covers Java web-tier development using servlets, JavaServer Faces (JSF), RESTful applications, and JSON. You’ll also cover Java data-tier development using persistence and transaction handling, messaging services, remote procedure calls, concurrency, and security to round out a complete Java-based enterprise application.
Step by step and easy to follow, Beginning Jakarta EE includes many practical examples. Written by a Java expert and consultant, this book contains the best information possible on enterprise Java technologies. You’ll see that Jakarta EE is the next evolution of Java EE 8 and how it is one of the leading Java platforms for enterprise application development.
What You Will Learn
Build enterprise Java applications using Jakarta EESet up your development environmentCreate page-flow web applications with JSF Write single-page web applications with REST and JSONPersist data using JPA in Jakarta EEBuild enterprise Java modules using EJBs and CDI Work with transaction engines using JTA Secure, log, and monitor your Jakarta EE applications
Who This Book Is For
Beginning Java EE application developers with some experience of Java 8.
Описание: This Hands-On Guide on Unity is for the new and existing Unity users to get the most out of Unity Editor, create scripts using C#, delve into graphics, sound, and animations and manipulate physics to create interesting mechanics for your game. All of that will be slowly but immediately applied to a finished real-world game.
Автор: Browning, J Burton, Alchin, Marty Название: Pro Python 3: Features and Tools for Professional Development ISBN: 1484243846 ISBN-13(EAN): 9781484243848 Издательство: Springer Рейтинг: Цена: 8384.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Refine your programming techniques and approaches to become a more productive and creative Python programmer. This book explores the concepts and features that will improve not only your code but also your understanding of the Python community with insights and details about the Python philosophy.
Pro Python 3, Third Edition gives you the tools to write clean, innovative code. It starts with a review of some core Python principles, which are illustrated by various concepts and examples later in the book. The first half of the book explores aspects of functions, classes, protocols, and strings, describing techniques which may not be common knowledge, but which together form a solid foundation. Later chapters cover documentation, testing, and app distribution. Along the way, you’ll develop a complex Python framework that incorporates ideas learned throughout the book.
Updates in this edition include the role of iterators in Python 3, web scraping with Scrapy and BeautifulSoup, using Requests to call web pages without strings, new tools for distribution and installation, and much more. By the end of the book you'll be ready to deploy uncommon features that can take your skills to the next level in Python.
What You’ll Learn
Implement programs with various types of Python functions
Work with classes and object-oriented programming
Use strings from the standard library and third-party libraries
Harvest web site data with Python
Automate unit testing by writing a test suite
Review imaging, random number generation, and NumPy scientific extensions
Understand The Zen of Python documentation to help you decide the best way to distribute your code
Who This Book Is For
Intermediate programmers familiar with Python who are looking to move to an advanced level. You should have written at least a simple Python application, and be comfortable with a basic object-oriented approach, using the interactive interpreter, and writing control structures.
Автор: Bhimavarapu, Usharani ; Hemanth, Jude D Название: Learning Professional Python: Two Volume Set ISBN: 1032611359 ISBN-13(EAN): 9781032611358 Издательство: Taylor&Francis Рейтинг: Цена: 14545.00 р. Наличие на складе: Нет в наличии.
Автор: Gerrard Название: Lean Python ISBN: 1484223845 ISBN-13(EAN): 9781484223840 Издательство: Springer Рейтинг: Цена: 3213.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Learn only the essential aspects of Python without cluttering up your mind with features you may never use. This compact book is not a 'best way to write code' type of book; rather, the author goes over his most-used functions, which are all you need to know as a beginner and some way beyond.Lean Python takes 58 Python methods and functions and whittles them down to 15: as author Paul Gerrard says, 'I haven't found a need for the rest.'
What You'll Learn
Discover lean Python and how to learn just enough to build useful toolsUse Python objects, program structure, I/O, modules and moreHandle errors and exceptions Test your codeAccess the Web; do searching; and persist data
Who This Book Is For
This book is aimed at three categories of reader: The experienced programmer – if you already know a programming language, this book gives you a shortcut to understanding the Python language and some of its design philosophy.
You work in IT and need a programming primer – you might be a tester who needs to have more informed technical discussions with programmers. Working through the examples will help you to appreciate the challenge of good programming.
First-timer – you want a first book on programming that you can assimilate quickly to help you decide whether programming is for you.
Do you want to learn Python Programming well and fast?
Are you looking for the best Python for Data Analysis and Analytics course?
If yes, then this Python Programming Crash Course is for you. This is the most complete Python guide with 2 Manuscripts in 1 book:
1-Python For Beginners
2- Python for Data Analysis & Analytics
A great opportunity: Simplicity, Best Order and Selection of topics to Learn Fast and Selected Practice Exercises and Examples.
In Manuscripts 1 "Python For Beginners" you'll learn:
- What is Python
- How to install Python and what is the best distribution
- What are data types and variables
- How to work with numbers in Python
- What operators there are in Python and when to use them
- How to manipulate Strings
- How to implement Program Flow Controls
- How to implement loops in Python
- What are Python lists, Tuples, Sets, Dictionaries, and how to use them
- How to create modules and functions
- How to program according to the Object-Oriented paradigm
- How to create classes
- What are and how to use Inheritance, Polymorphism, Abstraction, and Encapsulation
And much more...
In Manuscript 2 "Python for Data Analysis & Analytics" you'll learn:
- What Data Analysis is and why it is important
- What are the different types of Data Analysis
- What are the 6 key steps of the Data Analysis process that you should follow
- What are the applications of Data Analysis and Analytics
- How to set up the Python environment for Data Analysis
- What are and how to use Python Data Structures
- How to work with IPython/Jupyter Notebook
- How to work with NumPy
- How to visualize data with Matplotlib
- What other visualization libraries are out there
- Why is Big Data important and how to get the best out of it
- How to leverage Neural Networks for Data Analysis
And much more...
Click the BUY button and download the book now to start learning well and fast
Автор: Bhimavarapu, Usharani ; Hemanth, Jude D Название: Learning Professional Python: Volume 2: Advanced ISBN: 1032611766 ISBN-13(EAN): 9781032611761 Издательство: Taylor&Francis Рейтинг: Цена: 22968.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru