Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Python Data Science: The Ultimate Step by Step Beginner`s Guide with Tools and Principles for Coding and Data Analysis Plus Hands-On Projec, Matthes Adrienne Hawkes, Tacke John


Варианты приобретения
Цена: 2469.00р.
Кол-во:
 о цене
Наличие: Отсутствует. 
Возможна поставка под заказ. Дата поступления на склад уточняется после оформления заказа


Добавить в корзину
в Мои желания

Автор: Matthes Adrienne Hawkes, Tacke John
Название:  Python Data Science: The Ultimate Step by Step Beginner`s Guide with Tools and Principles for Coding and Data Analysis Plus Hands-On Projec
ISBN: 9781801150187
Издательство: Publisher
Классификация:

ISBN-10: 1801150184
Обложка/Формат: Paperback
Страницы: 108
Вес: 0.15 кг.
Дата издания: 21.10.2020
Язык: English
Размер: 22.86 x 15.24 x 0.56 cm
Читательская аудитория: General (us: trade)
Подзаголовок: The ultimate step by step beginner`s guide with tools and principles for coding and data analysis plus hands-on projects to have a successful practical programming from scratch
Рейтинг:
Поставляется из: США
Описание:

This book is the perfect guide for people who want to learn about Phyton programming, in particular its application for data science.

There are so many great ways that you can use the data you have been collecting for some time now, and being able to complete the process of data visualization will ensure that you get it all done, when you are ready to get started with Python data science.


This guide book contains:

  • What Is Data Science And Why Should You Learn It Using Python
  • Can I Use Probability And Statistics To Help Me With Machine Learning?
  • Work With Numpy
  • Work With Pandas
  • Learning About Functions
  • Identifying The Nearest Neighbors
  • Learning About Functions
  • Deep Learning Vs Machine Learning
  • Applications Of Big Data Analysis

And many more


Loops are going to be next on the list of topics we need to explore when we are working with Python.

These are going to be a great way to clean up some of the code that you are working on so that you can add in a ton of information and processing in the code, without having to go through the process of writing out all those lines of code. For example, if you would like a program that would count out all of the numbers that go from one to one hundred, you would not want to write out that many lines of code along the way. Or if you would like to create a program for doing a multiplication table, this would take forever as well. But doing a loop can help to get all of this done in just a few lines of code, saving you a lot of time and code writing in the process.

Want to know more about this book? Buy now




Coding with Python: The Essential Course to Master in a Smart Way Software Concepts, Tools, and Algorithms for Practical Programming and D

Автор: Matthes Adrienne Hawkes, Tacke John
Название: Coding with Python: The Essential Course to Master in a Smart Way Software Concepts, Tools, and Algorithms for Practical Programming and D
ISBN: 1801150192 ISBN-13(EAN): 9781801150194
Издательство: Неизвестно
Рейтинг:
Цена: 2469.00 р.
Наличие на складе: Нет в наличии.

Описание:

Do you want to learn the basics concepts of Phyton coding? Do you want to know more about Phyton and make things work in no time? Then this book is for you

The first thing we need to look at here is the keywords. These seem pretty straightforward, but it is so important to understand that they tell the compiler how it needs to act and behave with the projects that you are doing. These keywords are ones that are reserved to tell the compiler what it needs to do. Since they are reserved, the computer programmer needs to remember to use them properly so that the compiler can take that command and get things done.


You need only to use them in the specified parts of the code, or it leads to error messages and other problems. If you properly use them, the compiler will be given command of what you want it to do, and it can then execute the code in the right way. These words are essential to the whole code and learning what they are is going to make code writing more comfortable as well. You will be able to notice a lot of these keywords as we progress through this guidebook and write some of our codes.


This book contains:

  • Python Programming Basics
  • What Is Scikit-Learn, And Why Should I Learn About It?
  • Essential Libraries And Tools In Python
  • Modules
  • Machine Learning Datasets
  • Training Simple Machine Learning Algorithms For Classification
  • Unsupervised Machine Learning
  • Learning In Artificial Neural Networks

And many more


Learning to code can seem complicated but it is not Let this book show you how to do it


Want to know more? Buy now

Coding for Kids: Python: Learn to Code with 50 Awesome Games and Activities

Автор: Tacke Adrienne B.
Название: Coding for Kids: Python: Learn to Code with 50 Awesome Games and Activities
ISBN: 1641521759 ISBN-13(EAN): 9781641521758
Издательство: Неизвестно
Цена: 2757.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Learning Python just got fun for kids

Learning to code is just like playing a new sport or practicing an instrument--just get started From the basic building blocks of programming to creating your very own code, this book teaches essential Python skills to kids ages 10 and up with 50 fun and engaging activities.

Master fundamental functions, create code blocks, and draw and move shapes with the turtle module--these interactive lessons offer step-by-step guidance to make computer programming entertaining to future coders. You can even see the results of your coding in real time With helpful hacks and screenshots for guidance, the only question that Coding for Kids: Python leaves unanswered is: what will you build next?

Coding for Kids: Python includes:

  • Game-based learning--Kids study coding concepts by putting them into practice with 50 innovative exercises.
  • Creative projects-- Coding for Kids: Python encourages kids to think independently, modify code, and express their creativity with every lesson.
  • Easy-to-follow guidance--Straightforward directions and tips keep coders engaged every step of the way.

Give the technologists of tomorrow the gift of fluently coding while having tons of fun with Coding for Kids: Python.

Python Crash Course: An Introduction Guide with Fundamentals of Computer Science for Total Beginners with Hands-On Projects, Tricks and Tip

Автор: Matthes Adrienne Hawkes, Tacke John
Название: Python Crash Course: An Introduction Guide with Fundamentals of Computer Science for Total Beginners with Hands-On Projects, Tricks and Tip
ISBN: 1801096961 ISBN-13(EAN): 9781801096966
Издательство: Неизвестно
Рейтинг:
Цена: 1792.00 р.
Наличие на складе: Нет в наличии.

Описание:

If you've been thinking about digging into programming, Python Crash Course will get you writing real programs fast. Why wait any longer? Start your engines and code

Are you interested in learning more about programming and coding? Do you need a guide that helps you with the basics? This book will help you a lot.

There are a lot of benefits that come with the Python coding language, and this is one of the reasons why so many people like to learn how to code with this language compared to other options. First, this coding language was designed with the beginner in mind. There are a lot of coding languages that are hard to learn, and only more advanced programmers, those who have spent years in this kind of field, can learn how to use them.

This book contains:

  • What Is Python And Why Should You Learn It
  • Variables And Operators
  • Learn About Simple Data Types
  • Conditional Statements In Python
  • Working With Functions
  • Object-Oriented Programming
  • Working With Files
  • Python From Scratch
  • How Coding Works
  • Python Libraries
  • Lists, Tuples, and Dictionaries

And many more.

If you are a beginner who is just getting started with doing data analysis or any kind of Python programming at all, then this large community is going to be one of the best resources for you to use. It will help you to get all of your questions answered and ensures you are going to be able to finish your project, even if you get stuck on it for a bit.

Want to know more about this book? Get it now

Python Programming: 3 Manuscripts Crash Course Coding with Python Data Science. the Step by Step Guide for Beginners to Master Software Pr

Автор: Matthes Adrienne Hawkes, Tacke John
Название: Python Programming: 3 Manuscripts Crash Course Coding with Python Data Science. the Step by Step Guide for Beginners to Master Software Pr
ISBN: 1801096953 ISBN-13(EAN): 9781801096959
Издательство: Неизвестно
Рейтинг:
Цена: 2745.00 р.
Наличие на складе: Нет в наличии.

Описание:

If you've been thinking about digging into programming, Python Programming will get you writing real programs fast. Why wait any longer? Start your engines and code

Are you interested in learning more about programming and coding? This book will help you a lot. This book is the perfect guide for people who want to learn about Phyton programming, its application for data science.

There are a lot of benefits that come with the Python coding language, and this is one of the reasons why so many people like to learn how to code with this language compared to other options. First, this coding language was designed with the beginner in mind.

There are so many great ways that you can use the data you have been collecting for some time now, and being able to complete the process of data visualization will ensure that you get it all done, when you are ready to get started with Python data science.

This book contains:

  • What Is Python And Why Should You Learn It
  • Conditional Statements In Python
  • Working With Functions
  • Working With Files
  • Python Libraries
  • What Is Scikit-Learn, And Why Should I Learn About It?
  • Machine Learning VS Deep learing
  • Work With Numpy
  • Work With Pandas
  • Unsupervised Machine Learning
  • Learning In Artificial Neural Networks

And many more.

If you are a beginner or a medium level who loves coding with Python, then this large bundle is going to be one of the best resources for you to use. It will help you to get all of your questions answered and ensures you are going to be able to finish your project, even if you get stuck on it for a bit.

Want to know more about this book? Buy now


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия