Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learn Python in 7 Days

Posted By: readerXXI
Learn Python in 7 Days

Learn Python in 7 Days
by Mohit and Bhaskar N. Das
English | 2017 | ISBN: 1787288382 | 276 Pages | True PDF | 8 MB

Python is a great language to get started in the world of programming and application development. This book will help you to take your skills to the next level having a good knowledge of the fundamentals of Python.

We begin with the absolute foundation, covering the basic syntax, type variables and operators. We'll then move on to concepts like statements, arrays, operators, string processing and I/O handling. You'll be able to learn how to operate tuples and understand the functions and methods of lists. We'll help you develop a deep understanding of list and tuples and learn python dictionary. As you progress through the book, you'll learn about function parameters and how to use control statements with the loop. You'll further learn how to create modules and packages, storing of data as well as handling errors. We later dive into advanced level concepts such as Python collections and how to use class, methods, objects in python.

By the end of this book, you will be able to take your skills to the next level having a good knowledge of the fundamentals of Python.

What you will learn:

- Use if else statement with loops and how to break, skip the loop
- Get acquainted with python types and its operators
- Create modules and packages
- Learn slicing, indexing and string methods
- Explore advanced concepts like collections, class and objects
- Learn dictionary operation and methods
- Discover the scope and function of variables with arguments and return value