Vi bøger
Levering: 1 - 2 hverdage

Bøger af Ashwin Pajankar

Filter
Filter
Sorter efterSorter Populære
  • af Ashwin Pajankar
    242,95 - 267,95 kr.

  • af Ashwin Pajankar
    427,95 kr.

  • af Ashwin Pajankar
    267,95 kr.

    A step-by-step guide that will help you manage data in a relational database using SQL with ease Key FeaturesUnderstand the concepts related to relational databases. Learn how to install MariaDB and MySQL on Windows, Linux and tools to access it. Learn how to connect Python and Pandas to MySQL/MariaDB.Description This book starts with the concepts in RDBMS (Relational Database Management Systems) and SQL (Structured Query Language). The first few chapters cover the definitions and a brief explanation of all the important concepts. They also cover the installation of MariaDB and MySQL on Windows and Raspberry Pi, as well as the setup of various tools used to connect to MySQL and MariaDB server processes. We will also understand how to install sample schemas and how to use basic SQL queries. Then we move on to the SELECT query in detail. The book explores the data retrieval aspect of SQL queries in detail with the WHERE clause and NULL handling in detail. The book also explores the functions available in MySQL. Those are single row and group functions. Then we explore how to combine the data from multiple sources. The technique is known as Joins, and we will learn ANSI style and the old-style syntax for all the types of Joins. The last part explores the DDL and DMLs in depth. We also learn the concepts of Transactions and Constraints. The book explores how we can run the SQL queries from a Python 3 program and load a pandas DataFrame with the data from a table in a schema in the MySQL database. What will you learn Understand the basics of MySQL and MariaDB.Get familiar with MySQL Arithmetic Operators, DDL, DML, DCL & TCL commands.Understand the concept of Single-Row Functions and Group Functions in detail. Retrieve data from multiple sources using the Joins. Who this book is forThis book is designed for beginners as well as professionals alike. The book will also be useful to Data Scientists, Data Analysts, Database Administrators, and Data Engineers. Table of Contents 1. Introduction and Installation2. Getting Started with MySQL3. Getting Started with SQL Queries4. The WHERE clause in detail5. Single Row Functions6. Group Functions7. Joins in MySQL8. Subqueries9. DDL, DML, and Transactions10. Views11. Python 3, MySQL, and Pandas About the Author Ashwin is an experienced veteran who, for the past 25 years, has been working with STEM (Science, Technology, Engineering, and Mathematics). In his career, Ashwin has worked for more than 7 years as an employee for various IT companies and Software Product Companies. He has written more than 2 dozen books on Arduino, Python programming, Computer Vision, IoT, databases, and other popular topics with BPB and other international publications. He has also reviewed many other technical books. He also creates courses for BPB and other platforms and teaches to 60000 students online. He has been working as a freelancer since 2017. He got his first taste in writing in 2015 when he wrote his first book on Raspberry Pi. In his free time, Ashwin makes videos for his Youtube channel, which has 10000 subscribers now. Outside work, Ashwin volunteers his spare time as a STEM Ambassador, helping, coaching, and mentoring young people in taking up careers in technology. Your Blog links: https: //www.youtube.com/ashwinpajankarYour LinkedIn Profile: https: //www.linkedin.com/in/ashwinpajankar/

  • - Develop Real-Life Examples with Python, Pillow, and SciPy
    af Ashwin Pajankar
    351,95 - 438,95 kr.

    Write your own Digital Image Processing programs with the use of pillow, scipy.ndimage and matplotlib in Python 3 with Raspberry Pi 3 as the hardware platform, including interfacing Raspberry Pi with image sensors. Master the use of the Pi camera and webcam. This quick-start guide gives working code examples and exercises.

  • af Ashwin Pajankar
    549,95 kr.

    Here is the perfect comprehensive guide for readers with basic to intermediate level knowledge of machine learning and deep learning. It introduces tools such as NumPy for numerical processing, Pandas for panel data analysis, Matplotlib for visualization, Scikit-learn for machine learning, and Pytorch for deep learning with Python. It also serves as a long-term reference manual for the practitioners who will find solutions to commonly occurring scenarios.The book is divided into three sections. The first section introduces you to number crunching and data analysis tools using Python with in-depth explanation on environment configuration, data loading, numerical processing, data analysis, and visualizations. The second section covers machine learning basics and Scikit-learn library. It also explains supervised learning, unsupervised learning, implementation, and classification of regression algorithms, and ensemble learning methods in an easy manner with theoretical and practical lessons. The third section explains complex neural network architectures with details on internal working and implementation of convolutional neural networks. The final chapter contains a detailed end-to-end solution with neural networks in Pytorch.After completing Hands-on Machine Learning with Python, you will be able to implement machine learning and neural network solutions and extend them to your advantage. What You'll LearnReview data structures in NumPy and Pandas Demonstrate machine learning techniques and algorithmUnderstand supervised learning and unsupervised learning Examine convolutional neural networks and Recurrent neural networksGet acquainted with scikit-learn and PyTorchPredict sequences in recurrent neural networks and long short term memory Who This Book Is ForData scientists, machine learning engineers, and software professionals with basic skills in Python programming.

  • af Ashwin Pajankar
    322,95 kr.

  • af Ashwin Pajankar
    604,95 kr.

    Learn the core aspects of NumPy, Matplotlib, and Pandas, and use them to write programs with Python 3. This book focuses heavily on various data visualization techniques and will help you acquire expert-level knowledge of working with Matplotlib, a MATLAB-style plotting library for Python programming language that provides an object-oriented API for embedding plots into applications. You'll begin with an introduction to Python 3 and the scientific Python ecosystem. Next, you'll explore NumPy and ndarray data structures, creation routines, and data visualization. You'll examine useful concepts related to style sheets, legends, and layouts, followed by line, bar, and scatter plots. Chapters then cover recipes of histograms, contours, streamplots, and heatmaps, and how to visualize images and audio with pie and polar charts. Moving forward, you'll learn how to visualize with pcolor, pcolormesh, and colorbar, and how to visualize in 3D in Matplotlib, create simple animations, and embed Matplotlib with different frameworks. The concluding chapters cover how to visualize data with Pandas and Matplotlib, Seaborn, and how to work with the real-life data and visualize it. After reading Hands-on Matplotlib you'll be proficient with Matplotlib and able to comfortably work with ndarrays in NumPy and data frames in Pandas. What You'll LearnUnderstand Data Visualization and Python using MatplotlibReview the fundamental data structures in NumPy and Pandas Work with 3D plotting, visualizations, and animationsVisualize images and audio dataWho This Book Is ForData scientists, machine learning engineers and software professionals with basic programming skills.

  • - Practical Techniques for Python Developers and Testers
    af Ashwin Pajankar
    438,95 kr.

  • - Quick Start
    af Ashwin Pajankar
    411,95 kr.

    Quickly start programming with Linux while learning the Raspberry Pi OS-the Linux distribution designed specifically for low-cost Raspberry Pis. This short guide reviews Linux commands, GUI, and shell scripting in a holistic manner by diving into both advanced and day-to-day tasks using the Raspberry Pi OS.You'll comfortably work with the Linux command prompt, and explore the RPi OS GUI and all its base applications. Then move into writing your own programs with shell-programming and using high-level languages such as C, C++, and Python 3. You'll also study hardware and GPIO programming. Use Python 3 for GPIO programming to drive LEDs and pushbuttons.Examples are written in Shell, C, C++, and Python 3. Graphical output is displayed in helpful screenshots that capture just what you'll see when working in this environment. All code examples are well tested on actual Raspberry Pi boards. After reading this book and following the examples, you'll be able to write programs for demonstration in your academic/industrial research work, business environment, or just your circle of friends for fun! What You'll LearnNavigate the core aspects of Linux and programming on a Linux platform Install Raspberry Pi OS on a Raspberry PiProgram in Shell, C, C++, and PythonRedirect Io and work with the crontabWho This Book Is ForLinux enthusiasts, software engineers, researchers, business analysts, and managers working with the low-cost Raspberry Pi.

  • - A Fast and Practical Approach to Learning GNU Octave
    af Ashwin Pajankar & Sharvani Chandu
    549,95 kr.

  • - A Fast Track Approach To Learning Data Visualization With Python
    af Ashwin Pajankar
    547,95 kr.

  • af Ashwin Pajankar
    397,95 kr.

  • - MPI4PY, NumPy, and SciPy for Enthusiasts
    af Ashwin Pajankar
    659,95 kr.

  • af Ashwin Pajankar
    181,95 kr.

  • af Ashwin Pajankar
    222,95 kr.

  • af Richard Grimmett, Ashwin Pajankar, Matthew Poole & mfl.
    852,95 kr.

  • af Ashwin Pajankar & Arush Kakkar
    442,95 kr.

Gør som tusindvis af andre bogelskere

Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.