
- 248 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Python for Beginners
About this book
Python is an amazing programming language. It can be applied to almost any programming task. It allows for rapid development and debugging. Getting started with Python is like learning any new skill: it's important to find a resource you connect with to guide your learning. Luckily, there's no shortage of excellent books that can help you learn both the basic concepts of programming and the specifics of programming in Python. With the abundance of resources, it can be difficult to identify which book would be best for your situation. Python for Beginners is a concise single point of reference for all material on python.
- Provides concise, need-to-know information on Python types and statements, special method names, built-in functions and exceptions, commonly used standard library modules, and other prominent Python tools
- Offers practical advice for each major area of development with both Python 3.x and Python 2.x
- Based on the latest research in cognitive science and learning theory
- Helps the reader learn how to write effective, idiomatic Python code by leveraging its best—and possibly most neglected—features
This book focuses on enthusiastic research aspirants who work on scripting languages for automating the modules and tools, development of web applications, handling big data, complex calculations, workflow creation, rapid prototyping, and other software development purposes. It also targets graduates, postgraduates in computer science, information technology, academicians, practitioners, and research scholars.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover Page
- Half Title page
- Title Page
- Copyright Page
- Contents
- Preface
- Editor Biographies
- 1 Introduction to Python
- 2 Data Types and Variables
- 3 Operators
- 4 Branch Control Structure
- 5 Iterative Control Structure
- 6 Functions
- 7 Lists
- 8 Dictionaries
- 9 Tuples and Sets
- 10 Strings and Special Methods
- 11 Object-oriented Programming
- 12 GUI Programming Using Tkinter
- 13 Python Exception Handling: GUI Programming Using Tkinter
- Case Studies
- References
- Index