forked from realpython/materials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8954d6e
commit d8f7339
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# Creating and Modifying PDFs With Python | ||
|
||
This folder contains resources and materials for Real Python [Creating and Modifying PDFs With Python](https://realpython.com/creating-modifying-pdf/) tutorial. | ||
This folder contains resources and materials for Real Python's [Creating and Modifying PDFs With Python](https://realpython.com/creating-modifying-pdf/) tutorial. | ||
|
||
There are two subfolders in this folder: | ||
|
||
1. **`practice_files/`:** Contains the sample PDFs used in the chapter | ||
2. **`source_code/`:** Contains source code from the chapter | ||
|
||
The source code files are organized by section of the article, and the start of each subsection is indicated with comments. | ||
|
||
The content of the companion tutorial was adapted from the "Creating and Modifying PDF Files" chapter of the book [*Python Basics: A Practical Introduction to Python 3](https://realpython.com/products/python-basics-book/). If you enjoy this tutorial, check out the full book! |