Skip to content

Commit d201f9f

Browse files
committed
Create README.md
1 parent a2e33e8 commit d201f9f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Modular-Programming-with-Python
2+
3+
4+
About the Code Samples
5+
----------------------
6+
7+
These code samples all comes from the book Modular Progarmming with Python.
8+
They are organized by chapter. Please feel free to copy and use these in
9+
whatever way you like -- there are no restrictions at all on the use of these
10+
code samples.
11+
12+
These code samples will work on any Mac OS X, Windows or Linux computer. While
13+
they are all written to use Python version 3.3 or later, you can modify them to
14+
use Python 2.x with minimal changes.
15+
16+
To run the code samples from Chapter 4, you will need to install Reportlab
17+
reportlab.com/opensource and Pillow (python-pillow.org). To use the
18+
"wrappers" example from Chapter 5, you will need to install NumPy (numpy.org).
19+
All the other examples only require the Python Standard Library.
20+
21+
You can also refer to the following books:
22+
23+
* [Expert Python Programming](https://www.packtpub.com/application-development/expert-python-programming?utm_source=github&utm_medium=related&utm_campaign=9781847194947)
24+
* [Learning Cython Programming](https://www.packtpub.com/application-development/learning-cython-programming?utm_source=github&utm_medium=related&utm_campaign=9781783280797)
25+
* [Instant Data Intensive Apps with pandas How-to](https://www.packtpub.com/big-data-and-business-intelligence/instant-data-intensive-apps-pandas-how-instant?utm_source=github&utm_medium=related&utm_campaign=9781782165583)

0 commit comments

Comments
 (0)