Torrent details for "Agarwal S. 100 Page Python Intro. Short, introductory guide...Up…" Log in to bookmark
Controls:
×
Report Torrent
Please select a reason for reporting this torrent:
Your report will be reviewed by our moderation team.
×
Report Information
Loading report information...
This torrent has been reported 0 times.
Report Summary:
| User | Reason | Date |
|---|
Failed to load report information.
×
Success
Your report has been submitted successfully.
Checked by:
Category:
Language:
None
Total Size:
1.5 MB
Info Hash:
BC13DD76F49189E0D11855000FCDED9906C11FCB
Added By:
Added:
April 24, 2026, 8:18 a.m.
Stats:
|
(Last updated: April 24, 2026, 8:19 a.m.)
| File | Size |
|---|---|
| Code.zip | 765.8 KB |
| Agarwal S. 100 Page Python Intro. Short, introductory guide...Updated 2025.pdf | 777.5 KB |
Name
DL
Uploader
Size
S/L
Added
-
964.0 KB
[2
/
0]
2023-07-01
| Uploaded by indexFroggy | Size 964.0 KB | Health [ 2 /0 ] | Added 2023-07-01 |
-
48.3 MB
[31
/
4]
2023-07-01
| Uploaded by indexFroggy | Size 48.3 MB | Health [ 31 /4 ] | Added 2023-07-01 |
NOTE
SOURCE: Agarwal S. 100 Page Python Intro. Short, introductory guide...Updated 2025
-----------------------------------------------------------------------------------
COVER

-----------------------------------------------------------------------------------
MEDIAINFO
Textbook in PDF format
This book is a short, introductory guide for the Python programming language. This book is well suited.
As a reference material for Python beginner workshops
If you have prior experience with another programming language
If you want a complement resource after reading a Python basics book, watching a video course, etc
There are several exercises provided throughout the book, which will help test your understanding of Python syntax and logical skills.
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically type-checked and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is often described as a "batteries included" language due to its comprehensive standard library. Python consistently ranks as one of the most popular programming languages, and has gained widespread use in the Machine Learning community.
All the Python programs discussed in this book, along with related text files, can be accessed from my GitHub repo learnbyexample: 100_page_python_intro. However, I'd highly recommend typing the programs manually by yourself.
Prerequisites:
You should be already familiar with basic programming concepts. If you are new to programming, check out my comprehensive curated list on Python to get started.
You are also expected to get comfortable with reading manuals, searching online, visiting external links provided for further reading, tinkering with the illustrated examples, asking for help when you are stuck and so on. In other words, be proactive and curious instead of just consuming the content passively.
Version changes:
2.0 (Dec 18, 2024):
Python version updated to 3.13.0
Added more exercises and you can now practice some of them using this interactive TUI app
Contents:
Preface
Introduction
Numeric data types
Strings and user input
Defining functions
Control structures
Importing and creating modules
Installing modules and Virtual environments
Exception handling
Debugging
Testing
Tuple and Sequence operations
List
Mutability
Dict
Set
Text processing
Comprehensions and Generator expressions
Dealing with files
Executing external commands
Command line arguments
×


