Books  [Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani] An Introduction to Statistical Learning: with Applications in Python

  • Пользователь tttx
  • Дата
  • Books
Mke4I_1cRM-knDMpQHdyDQ.png

ОПИСАНИЕ:

This book provides an accessible overview of the field of Statistical Learning, an essential toolset for making sense of the vast and complex data sets that have emerged in fields ranging from biology to finance to marketing to astrophysics in the past twenty years.

in recent years Python has become a popular language for data science, hence, this book (ISLP) covers the same materials as ISLR but with labs implemented in Python. These labs will be useful both for Python novices, as well as experienced users.

About the Authors
Gareth James is the E. Morgan Stanley Chair in Business Administration and a professor of data sciences...

Books  [Al Sweigart] Python Programming Exercises, Gently Explained

  • Пользователь tttx
  • Дата
  • Books
k2CPmoo3Rr2Jkkb5ifHjiw.png

ОПИСАНИЕ:

Many books and websites have aggressive programming challenges for top coders. However, this book is for the rest of us. We want challenges that improve our coding skills, not leave us confused and discouraged. Other tutorials and books have taught you the basics of Python, but the 42 programming exercises in this book let you practice what you've learned. Selected for their simplicity, these programming problems include gentle explanations of the problem, the prerequisite coding concepts you’ll need to understand the solution, and helpful templates to put together the programs if you have trouble starting from scratch.

This is the...

Books  [Laura Cassell, Alan Gauld] Python Projects

  • Пользователь tttx
  • Дата
  • Books
Gp-Gwgi5TzudV8hjwFZxNg.png

ОПИСАНИЕ:

A guide to completing Python projects for those ready to take their skills to the next level

Python Projects is the ultimate resource for the Python programmer with basic skills who is ready to move beyond tutorials and start building projects.

The preeminent guide to bridge the gap between learning and doing, this book walks readers through the "where" and "how" of real-world Python programming with practical, actionable instruction. With a focus on real-world functionality, Python Projects details the ways that Python can be used to complete daily tasks and bring efficiency to businesses and individuals alike.

Python Projects is...

Books  [Yasoob Khalid] Practical Python Projects

  • Пользователь tttx
  • Дата
  • Books
4qTxzWqcTgOJEwn-d8S1ng.png

ОПИСАНИЕ:

This book demonstrates how to combine different libraries and frameworks to build amazing things. It picks up where the complete beginner books leave off, expanding on existing concepts and introducing new tools that you'll use every day.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Al Sweigart] The Big Book of Small Python Projects: 81 Easy Practice Programs

  • Пользователь tttx
  • Дата
  • Books
ggnhJtRBSl6V3RzBLtw7iw.png

ОПИСАНИЕ:

Best-selling author Al Sweigart shows you how to easily build over 80 fun programs with minimal code and maximum creativity.

If you’ve mastered basic Python syntax and you’re ready to start writing programs, you’ll find The Big Book of Small Python Projects both enlightening and fun. This collection of 81 Python projects will have you making digital art, games, animations, counting pro- grams, and more right away. Once you see how the code works, you’ll practice re-creating the programs and experiment by adding your own custom touches.

These simple, text-based programs are 256 lines of code or less. And whether it’s a vintage...

Books  [Ritza] Learn Python the Right Way: How to Think like a Computer Scientist

  • Пользователь tttx
  • Дата
  • Books
aK2ukbfTTVSIs93ZVnQAGQ.png

ОПИСАНИЕ:

The goal of this book is to teach you to think like a computer scientist. This way of thinking combines some of the best features of mathematics, engineering, and natural science.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [William Lau] The Little Book of Algorithms

  • Пользователь tttx
  • Дата
  • Books
Ci8BVI76RaK9F2-eNlSwKA.png

ОПИСАНИЕ:

This workbook is designed to help those learning and teaching Computer Science at secondary school level. The aim of the book is to help students build fluency in their Python programming.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Richard L. Halterman] Fundamentals of Python Programming

  • Пользователь tttx
  • Дата
  • Books
tNwpjka2R5S21hYl0SK2fQ.png

ОПИСАНИЕ:

This book focuses on introducing programming techniques and developing good habits. To that end, our approach avoids some of the more esoteric features of Python and concentrates on the programming basics that transfer directly to other imperative programming languages.

Its easygoing approach is ideal, no matter what your background. The approach starts with simple algorithmic code and then scales into working with functions, objects, and classes as the problems become more complex and require new abstraction mechanisms.

Rather than working only with numeric or text-based applications like other introductory texts, this edition...

Books  [Obi Ike-Nwosu] Inside The Python Virtual Machine

  • Пользователь tttx
  • Дата
  • Books
FmqaRA34Rm2dNfEWJl0H4A.png

ОПИСАНИЕ:

You know how to program in Python but are interested in what goes on under the covers of the interpreter? Well, fasten your seat-belts as this book will take you on a tour of the virtual machine that runs your Python code.

It will describe how Python code is compiled and run, how the language itself can be modified and will demystify the mysterious bytecodes that run on the Python virtual machine.

About the Authors:
  • Obi has more than five years of experience using Python. His interests include but are not limited to algorithms, mathematics, computer security, writing, developmental economics, business and problem solving...

Books  [Tomas Beuzen, Tiffany Timbers] Python Packages

  • Пользователь tttx
  • Дата
  • Books
eH2YDZc9SP-ww8LHaFk9QQ.png

ОПИСАНИЕ:

Python Packages introduces Python packaging at an introductory and practical level that’s suitable for those with no previous packaging experience. Despite this, the text builds up to advanced topics such as automated testing, creating documentation, versioning and updating a package, and implementing continuous integration and deployment. Covering the entire Python packaging life cycle, this essential guide takes readers from package creation all the way to effective maintenance and updating.

Python Packages focuses on the use of current and best-practice packaging tools and services like poetry, cookiecutter, pytest, sphinx, GitHub...

Books  [Bernd Klein] Machine Learning with Python Tutorial

  • Пользователь tttx
  • Дата
  • Books
J-lXIhOXRue4uoIUSMseng.png

ОПИСАНИЕ:

Unlock the Power of Machine Learning with Python

Are you ready to take your data analysis skills to the next level? Look no further than this comprehensive guide to Machine Learning with Python.

In this tutorial, you will learn everything you need to know to become an expert in Machine Learning with Python, from the basics of data analysis to advanced techniques like deep learning and neural networks. With step-by-step instructions and real-world examples, this tutorial is perfect for both beginners and experienced programmers alike.

Discover how to build and train predictive models, analyze large datasets, and automate complex tasks...

Books  [Wes McKinney] Python for Data Analysis: Data Wrangling with pandas, NumPy, and Jupyter

  • Пользователь tttx
  • Дата
  • Books
QE4PRN5KROaj-iPjziL3jA.png

ОПИСАНИЕ:

Get complete instructions for manipulating, processing, cleaning, and crunching datasets in Python. Updated for Python 3.6, the second edition of this hands-on guide is packed with practical case studies that show you how to solve a broad set of data analysis problems effectively. You’ll learn the latest versions of pandas, NumPy, IPython, and Jupiter in the process.

Written by Wes McKinney, the creator of the Python pandas project, this book is a practical, modern introduction to data science tools in Python. It’s ideal for analysts new to Python and for Python programmers new to data science and scientific computing. Data files and...

Books  [Y. Liang] Introduction to Programming Using Python

  • Пользователь tttx
  • Дата
  • Books
QKtMJIPlRzKaGYmVnbh4WQ.png

ОПИСАНИЕ:

Introduction to Programming Using Python is intended for use in the introduction to programming course.

Daniel Liang is known for his “fundamentals-first” approach to teaching programming concepts and techniques. “Fundamentals-first” means that students learn fundamental programming concepts like selection statements, loops, and functions, before moving into defining classes. Students learn basic logic and programming concepts before moving into object-oriented programming, and GUI programming.
Another aspect of Introduction to Programming Using Python is that in addition to the typical programming examples that feature games and some...

Books  [Harris Wang] Introduction to Computer Programming with Python

  • Пользователь tttx
  • Дата
  • Books
0hT4zgkGTpaqepFuYWyHPA.png

ОПИСАНИЕ:

This introduction to computer programming with Python begins with some of the basics of computing and programming before diving into the fundamental elements and building blocks of computer programs in Python language. From the installation of Python, Python interactive programming, and integrated development environments to raising and handling exceptions, using compound data types to solve problems, and implement divide-and-conquer processes using functions, classes and modules, this textbook will set students up for success in programming and computing study and practice. The included exercises and projects are designed to hone...

Books  [Sean Fitzpatrick] Linear Algebra with Python

  • Пользователь tttx
  • Дата
  • Books
TtmuaLCRRo6qmvm-1XHzmg.png

ОПИСАНИЕ:

This textbook is for those who want to learn linear algebra from the basics. Python is used throughout the book to explain linear algebra. Learning with Python interactively, readers will naturally become accustomed to Python coding.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [CodeAhoy] The PHP Programming Language

  • Пользователь tttx
  • Дата
  • Books
K7QkefSqTYGtAh6dARJCiQ.png

ОПИСАНИЕ:

This book is a beginner's guide for writing PHP programs from scratch and learning practical programming skills to use with any language. This website is a treasure trove of knowledge and a great platform to enhance your PHP skills.

About the Authors:
  • Dayle Rees is a software developer from Wales, UK. He was one of the first users of the Laravel framework. Deciding to share the joy of Laravel with the rest of the world, he wrote a series of technical books about the Laravel framework that are read by tens of thousands of developers worldwide.
ПРОДАЖНИК: ...

Books  [Peter Weingartner] A First Guide to PostScript

  • Пользователь tttx
  • Дата
  • Books
qViWpkAfQpOemtuCkTBmuA.png

ОПИСАНИЕ:

This is meant to be a simple introduction to programming in the PostScript page description language from Adobe. This document is not meant to be a comprehensive reference manual (although it does contain an index of some of PostScript's standard operators and a list of various errors). There are far better reference books, if this is what you need. Instead, this is meant as an easily accessible on-line tutorial. It was written with the assumption that you have some experience programming and are familiar with concepts like arrays and variables.

The scope of this document is fairly limited. I cover only a subset of PostScript Level 1...

Books  [Adobe Systems Inc] PostScript Language Reference, 3rd Edition

  • Пользователь tttx
  • Дата
  • Books
MYJhovp7TE-J6AD32hrt9g.png

ОПИСАНИЕ:

The PostScript Language Reference, known as the Red Book, is the complete and authoritative reference manual for the PostScript language. Prepared by Adobe Systems Incorporated, the creators and stewards of the PostScript standard, it documents the syntax and semantics of the language, the Adobe imaging model, and the effects of the graphics operators. This Third Edition has been updated to include LanguageLevel 3 extensions, which unify a number of previous extensions and introduce many new features, such as high-fidelity color, support for masked images, and smooth shading capabilities.

This Red Book is the definitive resource for...

Books  [Glenn C. Reid] PostScript Language Program Design

  • Пользователь tttx
  • Дата
  • Books
bT2704a9SluBbuHuMmifEg.png

ОПИСАНИЕ:

Introduces the PostScript programming language, describes the imaging model, and discusses emulators, page design, program structure, scanned images, file merging, and error handling.

This book teaches the programming principles that are unique to the PostScript language with numerous, usable sample programs throughout. Setting text; writing emulators; constructing graphics; debugging programs, and more.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Glenn C. Reid] Thinking in Postscript

  • Пользователь tttx
  • Дата
  • Books
BsYOnAcNTpyxWxVRKjM4CQ.png

ОПИСАНИЕ:

This guide for both novice and advanced programmers begins with a concise overview of the PostScript language and then shows how to combine elements of the language into a strong, well-designed modular program. Annotation copyright Book News, Inc. Portland, Or.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Bill Casselman] A manual for mathematical PostScript. Part 1-2. Drawing in 2D

  • Пользователь tttx
  • Дата
  • Books
j2bpqV-ETdmrsEQtN5L1Ag.png

ОПИСАНИЕ:

[Bill Casselman] A manual for mathematical PostScript. Part 1-2. Drawing in 2D

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Bill Casselman] Mathematical Illustrations: A Manual of Geometry and PostScript

  • Пользователь tttx
  • Дата
  • Books
k4hUJM_ST4ibg6fzh97xvg.png

ОПИСАНИЕ:

This practical introduction to the techniques needed to produce high-quality mathematical illustrations is suitable for anyone with basic knowledge of coordinate geometry.

Bill Casselman combines a completely self-contained step-by-step introduction to the graphics programming language PostScript with an analysis of the requirements of good mathematical illustrations.

The many small simple graphics projects can also be used in courses in geometry, graphics, or general mathematics. Code for many of the illustrations is included, and can be downloaded from the book's web site...

Books  [John F. Sherman] Taking Advantage of Postscript

  • Пользователь tttx
  • Дата
  • Books
-AV9ha0CTAyug5eVfBRSow.png

ОПИСАНИЕ:

This book will introduce PostScript concepts and drawing techniques. It will cover advanced PostScript techniques that unleash the power of the PostScript Page Description Language. Much of what is covered here cannot be accomplished in available graphics software.

For anyone whose work requires sophisticated text and graphic output--programmers and developers who need to harness PostScript's full capabilities, as well as end users who want to improve the output of desktop publishing packages.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Attila Csenki] Applications of Prolog

  • Пользователь tttx
  • Дата
  • Books
8SB4KJTxSNOAET3cJ7NpXA.png

ОПИСАНИЕ:

This book is the second volume by the author on Prolog programming and its applications written for Ventus. Whereas in the first book [9], specific Prolog programming techniques were explained, in this volume we discuss some areas where Prolog can be fruitfully employed.

Both books owe their existence to the recognition that the higher educational system (in the UK) does not offer enough opportunities for students to experience the satisfaction associated with successfully completing a technical task. In the writer’s opinion, the learning experience of today’s average student is dominated too much by assessments.

Many interesting...
Ваши лимиты
Доступно
Осталось

Зеркала проекта

Зеркала PirateHUB на случай блокировки основного адреса. Эти ссылки безопасны для использования. Также всегда актуальная ссылка доступна на этом сайте.

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

Пользователи онлайн

  • Joker97
  • dvgoodluck74
  • savinfo
  • catana
  • awefsbvcavs123
  • igorv77
  • nsrwntjo
  • lendoren
  • Chizhik13
  • 19Andre88
  • mcgrifin
  • Sasha98989
  • D12
  • борякаскат
  • ВиваВиктория
  • Гулирано
  • gamgam0
  • fad32
  • alex555555
  • Parkan89
  • Nalina911
  • WalterMax
  • gena
  • Марсианка
  • Monstrobass
  • d3rv1sh
  • Ruslan2898
  • infodrug
  • OlgaT
  • PolinaOlden
  • swzpers
  • MaestroX
  • Lex_rich
  • icontact
  • Mickle100
  • Yuli_G
  • 424da
  • jeket
  • Mishgan
  • Vic6
  • назия
  • Veta05
  • BlueMirror
  • Kira N
  • MEEKHA
  • Ivetio
  • Zhabin1982
  • Джулия27
  • ZARR
  • Afilka
...и ещё 371.

Отзывы о курсах

  • Kleiver
    Отличный материал
  • Podushkodav
    Как всегда материал отличного качества!
  • dyna
    This site is one of the most reliable site ever to get account that are working effectively...
    They made everything absolutely easy. ..
    You have earned my respect.. BRAVO....
  • Петр5555
    Это просто огонь!!!!! Прямая передача знаний. аналогов нет
  • AndriyS
    1. Нормальное качество звука и видео.
    2. Можно смотреть в любое время, большое внимание к решению практических задач.
    3. Нужно иметь достаточный уровень знаний. Для меня на данный момент это было сложно.
    В целом понравилось. В первую очередь практические задачи. Более наглядно увидел возможности применения алгоритмов.
  • lumiproxy
    good
  • J_STREB
    Супер
  • Renat995
    hg
  • Bazis10i
    . Качество данного продукта
  • deminavolga
    Отличный курс! Огромное спасибо!
Назад
Сверху