Skip to content

Commit 38f86be

Browse files
committed
update book details
1 parent 7370bd0 commit 38f86be

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

index.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
1-
## Wellcome
1+
## Advance Computer Programming in Python
22

33
This book covers most of the advanced topics in Computer Programming, such as Object Oriented Design, Data Structures, Functional Programming, MetaClasses, Abstract Classes, Exceptions, Testing, Threading, Simulation, Graphical Interfaces, Input/Output, Networking and Web Services. All these topics are based on the Python 3 language. On each chapter, besides the theory, there is always code showing examples of applications. Also, at the end of each chapter, there are two hands-on activities, where a harder problem is defined, encouraging readers to solve them by themselves. We include all the solutions at the end of the book
44

5-
### About Us
65

6+
### Book Details
7+
```
8+
Authors : Karim Pichara & Christian Pieringer|
9+
Category : Programming > Languages & Tools > Python
10+
Paperback : 392 pages
11+
Publisher : CreateSpace Independent Publishing Platform; I edition (March 22, 2017)
12+
Language : English
13+
ISBN-10 : 1548000892
14+
ISBN-13 : 978-1548000899
15+
```
716

817
### Material
9-
[Codes]()
10-
[Hands-On Activities](https://github.com/advancedpythonprogramming/hands-on-activities)
11-
[Images]()
18+
* [Codes]()
19+
* [Hands-On Activities](https://github.com/advancedpythonprogramming/hands-on-activities)
20+
* [Images]()
1221

1322
### Report errors and leave us feedback or comments
1423
* [Feedback form](https://goo.gl/forms/X2DEJXoWRyqVxKpC2)

0 commit comments

Comments
 (0)