Hands-On Application Development with PyCharm
Accelerate your Python applications using practical coding techniques in PyCharm
Quan Nguyen
BIRMINGHAM - MUMBAI
Hands-On Application Development with PyCharm
Copyright 2019 Packt Publishing
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 Packt Publishing 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.
Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.
Commissioning Editor: Pavan Ramchandani
Acquisition Editor: Alok Dhuri
Content Development Editor: Ruvika Rao
Technical Editor: Pradeep Sahu
Copy Editor: Safis Editing
Language Support Editor : Storm Mann
Project Coordinator: Prajakta Naik
Proofreader: Safis Editing
Indexer: Rekha Nair
Production Designer: Alishon Mendonca
First published: September 2019
Production reference: 1270919
Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham
B3 2PB, UK.
ISBN 978-1-78934-826-2
www.packtpub.com
To my two great teachers in life: my mother, Chi Lan, and father, Bang.
In memory of my grandmother and my two dear grandfathers.
Quan Nguyen
Packt.com
Subscribe to our online digital library for full access to over 7,000 books and videos, as well as industry leading tools to help you plan your personal development and advance your career. For more information, please visit our website.
Why subscribe?
Spend less time learning and more time coding with practical eBooks and Videos from over 4,000 industry professionals
Improve your learning with Skill Plans built especially for you
Get a free eBook or video every month
Fully searchable for easy access to vital information
Copy and paste, print, and bookmark content
Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.packt.com and as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at customercare@packtpub.com for more details.
At www.packt.com , you can also read a collection of free technical articles, sign up for a range of free newsletters, and receive exclusive discounts and offers on Packt books and eBooks.
Contributors
About the author
Quan Nguyen is a data scientist and Python enthusiast. He has a dual degree in mathematics and computer science, with a minor in philosophy, from DePauw University. Quan is interested in scientific computing and machine learning and enjoys incorporating technology automation into everyday tasks through programming.
Quan's passion for Python has led him to be heavily involved in the Python community. He started as a primary contributor to the book Python for Scientists and Engineers and various open source projects on GitHub. Quan is also a writer for the Python Software Foundation and a content contributor for DataScience.com. He is currently pursuing a Ph.D. in computer science at Washington University in St. Louis.
I'd like to, first and foremost, thank my parents for their incredible support throughout the process of writing this book. None of this would have been possible without their help and encouragement. Also, a big thanks to the team at Packt: Ruvika and Storm, who offered great insights that drastically improved the quality of this text; my reviewers for their excellent comments; and all others who helped to make this work possible.
About the reviewers
Luis Felipe Vera was born and raised in Caracas, Venezuela, where he received a degree in computer science from the Open National University in 2000. Subsequently, Luis Felipe completed a telecommunications specialization at Clodosbaldo Russian University and France Telecom in 2004 in Bordeaux, France.
Luis Felipe is the cousin of Blanca Vera Azaf . He is the creator of projects and applications with real-time capabilities in Django. Luis Felipe lives in Miami, Florida, with his wife, Susy, and their daughter and son, Gaby and Andres.
Dr. Gowrishankar S. is currently working as an Associate Professor in the Department of Computer Science and Engineering at Dr. Ambedkar Institute of Technology, Bengaluru, India. He earned his Ph.D. in engineering from Jadavpur University, Kolkata, India, in 2010, and an MTech in software engineering and a BE in computer science and engineering from Visvesvaraya Technological University (VTU), Belagavi, India, in 2005 and 2003, respectively. His current research interests are mainly focused on data science, including its technical aspects as well as its applications and implications. Specifically, he is interested in the application of machine learning, data mining, and big data analytics in healthcare. His Twitter handle is @g_s_nath.
Packt is searching for authors like you
If you're interested in becoming an author for Packt, please visit authors.packtpub.com and apply today. We have worked with thousands of developers and tech professionals, just like you, to help them share their insight with the global tech community. You can make a general application, apply for a specific hot topic that we are recruiting an author for, or submit your own idea.
Preface
This book is divided into five long sections, each covering a fundamental idea about the usage of PyCharm. In the first section, a basic introduction to PyCharm is presented. The section addresses a number of notable differences between PyCharm and other common Python editors or IDEs, comparisons between the Professional and the Community versions of PyCharm, and a step-by-step guide on how to download, register, and set up your very own PyCharm distribution on a system.
Before we turn our attention to the specifics of the PyCharm software itself, let's first consider the organization of the book. Being a comprehensive guide to a hands-on, flexible understanding of how to use PyCharm in various situations, this book contains a wide range of topics regarding PyCharm. While working on a project, most of the time, you might only be interested in a specific topic or a particular functionality of PyCharm; you are most likely not going to go through the complete book to teach yourself all the features of PyCharm (however, you are more than welcome to do so!).
Next page