Skip to content

Commit d6ef721

Browse files
committed
add Python for Everybody
1 parent 674b7c9 commit d6ef721

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

img/cover_python4everybody.jpg

44.2 KB
Loading

issues.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,15 @@
664664
"info": "This book is assembled from lectures given by the author over a period of 10 years at the School of Computing of DePaul University. The lectures cover multiple classes, including Analysis and Design of Algorithms, Scientific Computing, Monte Carlo Simulations, and Parallel Algorithms.",
665665
"url": "https://raw.githubusercontent.com/mdipierro/nlib/master/docs/book_numerical.pdf",
666666
"cover": "img/annotated-algorithms.jpg"
667+
},
668+
{
669+
"title": "Python for Everybody",
670+
"author": "Charles R. Severance",
671+
"authorUrl": "http://www.dr-chuck.com/",
672+
"level": "Beginner",
673+
"info": "The goal of this book is to provide an Informatics-oriented introduction to programming. The primary approach taken in this book is using Python to solve data analysis problems common in the world of Informatics.",
674+
"url": "https://www.py4e.com/book",
675+
"cover": "img/cover_python4everybody.jpg"
667676
}
668677
]
669678
}

0 commit comments

Comments
 (0)