Skip to main content

Introduction to Python Programming


Author: Gowrishankar S. and Veena A.
ISBN-13: 978-0-8153-9437-2
Total Pages: 465
Size: 14.17MB
Link Download: Google | MediaFire | ZippyShare

Description:
In fact, if you are a novice programmer, with some dedication and hard work you should be able to learn Python Programming as your first programming language. As we introduce each new feature of the language, we usually provide a complete as an example to illustrate the feature. Just as a picture is worth a thousand words, so is a properly chosen programming example. We present the material in a way to encourage student thinking and we show students how to generalize key concepts once they are introduced, which can be used to solve real-world problems.

This book takes you through step by step process of learning the Python programming language. Each line of the code is marked with numbers and is explained in deatil. In this book all the names of variables, strings, lists, dictionaries, tuples, functions, methods and classes consist of several natural words and in the explanation part they are written in italics to indicate the readers that they are part of programming code and to distinguish them from normal words.

Table of Contents:
Chapter 1 - Introduction
Chapter 2 - Parts of Python Programming Language
Chapter 3 - Control Flow Statements
Chapter 4 - Functions
Chapter 5 - Strings
Chapter 6 - Lists
Chapter 7 - Dictionaries
Chapter 8 - Tuples and Sets
Chapter 9 - Files
Chapter 10 - Regular Expression Operations
Chapter 11 - Object Oriented Programming
Chapter 12 - Introduction to Data Science



See Also:


Most Download

Django for Beginners - Build Websites with Python and Django

Author: William S. Vincent ISBN: - Total Pages: 209 Size: 19.7MB Link Download: Google | MediaFire | ZippyShare Description: You don't need previous Python or web development experience to complete this book. It is intentionally written so that even a total beginner can follow along and feel the magic of writing their own web applications from Scratch. However if you are serious about a career in web development, you will eventually need to invest the time to learn Python, HTML, and CSS properly. A list of recommended resources for further study is included in the Conclusion. Table of Contents:  Chapter 1 - Initial Set Up Chapter 2 - Hello World App Chapter 3 - Pages App Chapter 4 - Message Board App Chapter 5 - Blog App Chapter 6 - Forms Chapter 7 - User Accounts Chapter 8 - Custom User Model Chapter 9 - User Authentication Chapter 10 - Bootstrap Chapter 11 - Password Change and Reset Chapter 12 - Email Chapter 13 - Newspaper Ap...

JavaScript Data Structures and Algorithms: An Introduction to Undestanding and Implementing Core Data Structure and Algorithm Fundamentals

Author:  Sammie Bae ISBN-13:  - Total Pages: 362 Size: 7 .3MB Link Download: Google | MediaFire | ZippyShare Description: This book first covers fundamentals mathematics for Big-O analysis and then lays out the basic JavaScript foundations, such as primitive objects and types. Then, this book covers implementations and algorithms for fundamentals data structures such as linked lists, stacks, trees, heaps and graphs. Finally, more advanced topics such as efficient string search algorithms, caching algorithms, and dynamic programming problems are explored in great detail. Table of Contents: Chapter 1 - Big-O Notation Chapter 2 - JavaScript: Unique Parts Chapter 3 - JavaScript Numbers Chapter 4 - JavaScript Strings Chapter 5 - JavaScript Arrays Chapter 6 - JavaScript Objects Chapter 7 - JavaScript Memory Management Chapter 8 - Recursion Chapter 9 - Sets Chapter 10 - Searching and Sorting Chapter 11 - Hash Tables Chapter 12 - Sta...

Python Deep Learning Projects

Author:  Matthew Lamons, Rahul Kumar and Abhishek Nagaraja ISBN-13:  978-1-78899-709-6 Total Pages:  628 Size:  24.4MB Link Download: Google | MediaFire | ZippyShare Description: This book is perfect for you if you've undertaken at least one course in machine learning and have a modest functional proficiency in Python (meaning you can create programs in Python when supported by examples). Many of our readers will be undergraduates at university studying computer science, statistics, mathematics, physics, biology, chemistry, marketing, and business. Deep learning technologies are being applied to all the professions that these degrees prepare you for, and this book is a great way to learn skills that will be applicable to your success. Postgraduates will appreciate the instruction level, too, as the projects selected are directly applicable to the modern job market, from tech stat-ups to enterprise applications. Table of Contents: Chapter 1 ...

Python Data Analytics: With Pandas, NumPy, and Matplotlib 2nd Edition

Author:  Fabio Nelli ISBN-13: 978-1-4842-3912-4 Total Pages:  576 Size: 13.9MB Link Download:  Google | MediaFire | ZippyShare Table of Contents: Chapter 1 - An Introduction to Data Analysis Chapter 2 - An Introduction to The Python World Chapter 3 - The NumPy Library Chapter 4 - The Pandas Library Chapter 5 - Pandas: Reading and Writing Data Chapter 6 - Pandas in Depth: Data Manipulation Chapter 7 - Data Visualization with Matplotlib Chapter 8 - Machine Learning with Scikit-Learn Chapter 9 - Deep Learning with TensorFlow Chapter 10 - Meteorological Data Chapter 11 - Embedding The JavaScript D3 Library in The IPython Notebook Chapter 12 - Recognizing Handwritten Digits Chapter 13 - Textual Data Analysis with NLTK Chapter 14 - Image Analysis and Computer Vision with OpenCV

Learn Python in 24 Hours

Author: Sunny Chanday ISBN: - Totale Pages: 453 Size: 43.4MB Link Download: Google | MediaFire | ZippyShare Description: This book is designed for software programmers who need to learn Python programming language from Scratch. Table of Contents: Chapter 1 - Overview Chapter 2 - Environment Chapter 3 - Basic Syntax Chapter 4 -  Variable Types Chapter 5 - Basic Operators Chapter 6 - Decision Making Chapter 7 - Loops Chapter 8 - Numbers Chapter 9 - Strings Chapter 10 - Lists Chapter 11 - Tuples Chapter 12 - Dictionary Chapter 13 - Date and Time Chapter 14 - Functions Chapter 15 - Modules Chapter 16 - Files I/O Chapter 17 - Exceptions Chapter 18 - Classes and Objects Chapter 19 - Regular Expressions Chapter 20 - CGI Programming Chapter 21 - Database Access Chapter 22 - Network Programming Chapter 23 - Sending Email Chapter 24 - MultiThreading Chapter 25 - XML Processing Chapter 26 - GUI Programming Chapter ...