• Complain

Agrawal Ambuj - Enterprise Automation with Python

Here you can read online Agrawal Ambuj - Enterprise Automation with Python full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2022, publisher: BPB Publications, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Agrawal Ambuj Enterprise Automation with Python
  • Book:
    Enterprise Automation with Python
  • Author:
  • Publisher:
    BPB Publications
  • Genre:
  • Year:
    2022
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Enterprise Automation with Python: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Enterprise Automation with Python" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Agrawal Ambuj: author's other books


Who wrote Enterprise Automation with Python? Find out the surname, the name of the author of the book and a list of all author's works by series.

Enterprise Automation with Python — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Enterprise Automation with Python" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Table of Contents
Guide

Enterprise Automation with Python Automate Excel Web Documents Emails - photo 1

Enterprise
Automation with
Python

Enterprise Automation with Python - image 2

Automate Excel, Web, Documents,
Emails, and Various Workloads with
Easy-to-code Python Scripts

Enterprise Automation with Python - image 3

Ambuj Agrawal
Enterprise Automation with Python - image 4

www.bpbonline.com

Copyright 2022 BPB Online

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor BPB Online or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book.

BPB Online has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, BPB Online cannot guarantee the accuracy of this information.

Group Product Manager: Marianne Conor

Publishing Product Manager: Eva Brawn

Senior Editor: Connell

Content Development Editor: Melissa Monroe

Technical Editor: Anne Stokes

Copy Editor: Joe Austin

Language Support Editor: Justin Baldwin

Project Coordinator: Tyler Horan

Proofreader: Khloe Styles

Indexer: V. Krishnamurthy

Production Designer: Malcolm D'Souza

Marketing Coordinator: Kristen Kramer

First published: August 2022

Published by BPB Online

WeWork, 119 Marylebone Road

London NW1 5PU

UK | UAE | INDIA | SINGAPORE

ISBN 978-93-55511-379

www.bpbonline.com

Dedicated to

My beloved Parents:

Anil Agrawal & Saroj Agrawal

About the Author

Ambuj Agrawal is an industry expert in Artificial Intelligence and Enterprise Automation. He has received numerous innovation awards from Citibank, Imperial College London, Ministry of Justice UK, Bristol University, among others. He is also one of the youngest recipients of the "Exceptional Talent Visa in Digital Technology" by the UK Government for expertise in Compiler Design and Machine Learning.

He has been one of the youngest Speakers at the Money2020 Europe, Fin.Techsummit Europe, Future of Work Summit London and Automation Summit Paris on the topic Automation and Future of Work.

About the Reviewer

Akanksha Sinha is an Architect in Intelligent Process Automation team with 8 years of Automation experience out of her 15 years of journey in various progressive roles of Software Development in Cognizant. She is extensively involved in digital transformation of client's landscapes through automations in domains of Digital Marketing and Technology. Her area of work revolves in exploring automation potential, identifying automation use cases, solutioning and developing a suite of bots along with her team in close collaboration of multiple client stakeholders and eventually providing digital experience to her clients through a suite of automation solutions.

She has worked with clients like Google, Twitter and Hartford Life. Her skills are in Javascript, Google Apps Script, Google Cloud, web development, Unix, NLP, Python, Chatbots, Open Source RPA. Open Source RPAs and NLP are her areas of interest where she has worked on several prototypes.

She was one of the founding members of the Tools & Automation team in Cognizant for Operation Teams working for Tech giants.

She is Google Cloud certified associate and Kore.AI certified Virtual Assistant developer.

She has a B.E in E&E from RTM Nagpur University, and is working with Cognizant.

Acknowledgement

First and foremost, I would like to thank my parents who continuously encouraged me to write this book I could have never completed this book without their support.

I would also like to thank my family and friends who provided me with the continued support during my writing of this book.

I am also grateful to the team at BPB Publications, who provided me the opportunity to publish this book and for providing valuable feedback throughout the process of writing this book.

Preface

This book takes the reader through different examples and code samples to automate repetitive work tasks. This book also gives solutions to common automation requirements and repetitive tasks faced during the day to day work environment. After reading this book you will be able to create automations for business processes using Python. You will also be able to identify the most common business process for automation.

This book will equip you with the knowledge of creating, reading, modifying and extract data from Excel documents using Python programs. You will also be able to extract data from websites, PDF documents and send and read messages using Gmail, Outlook and WhatsApp. This book will help readers to create automations to automate their boring work and increase the efficiency of their organizations by 500%.

This book is divided into 11 chapters. The details are listed below.

In , you will be introduced to the installation steps and setting up the development environment for Python. We will also cover the installation of Python packages and libraries required for building automations.

In , you will be introduced to the installation steps and setting up the development environment for Python. We will also cover the installation of Python packages and libraries required for building automations.

In , we will discuss the mindset needed to be successful in implementation of automations within your organizations. We will go through the process of identifying and prioritizing automation opportunities. We will also discuss the ways to share the developed automations with the wider organization once they are created.

In , we will discuss ways to automate Excel workflows including creating, writing, and updating the Excel documents. We will also discuss the data manipulation techniques with Excel and CSV documents.

, we will go through automation for websites and web-based tasks. We will look at how to download data from websites and automate data extraction from websites by parsing HTML documents. We will also look at the Selenium framework to automate web actions such as mouse click and keyboard actions on different websites.

In , we will look at various file-based automations for different file types in Python. We will discuss some of the Python libraries that are used to automate different file types. We will also look at ways to extract data from PDF documents and Word documents type file structure.

In , we would learn to automate email-based tasks using Gmail, Outlook and other SMTP clients. We will also look at Text message and WhatsApp automation using the Twilio API.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Enterprise Automation with Python»

Look at similar books to Enterprise Automation with Python. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Enterprise Automation with Python»

Discussion, reviews of the book Enterprise Automation with Python and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.