|
1 | 1 |
|
2 | 2 | # Bangla Python E Book
|
3 | | -## The Book is renamed as 'Python Programming Language' and will be released soon |
4 | 3 |
|
5 | | -**HUNT PYTHON - 180 Pages** |
| 4 | +## The Book is renamed as 'Python Programming Language' and THE EXTENDED HARD COPY will be released soon |
| 5 | +## Publisher: ShobdoShoili Prokashoni |
| 6 | + |
| 7 | + |
| 8 | +**HUNT PYTHON - 145 Pages** |
6 | 9 | *~Yeasir Arafat Ratul*
|
7 | 10 |
|
| 11 | +*Here you will get first 8 chapters of the main book* |
8 | 12 |
|
9 | 13 | ## Cover
|
10 | 14 | <img src="main _cover.jpg" height="1200">
|
|
13 | 17 | **CHAPTERS**
|
14 | 18 |
|
15 | 19 | 1. Python Basics
|
| 20 | + |
16 | 21 | 2. Data Types
|
17 | 22 | * General Data Types
|
18 | 23 | * Integral (Int,Bool)
|
|
22 | 27 | * Sequence (list,tuple)
|
23 | 28 | * Set (set, frozen set)
|
24 | 29 | * Mapping (dict, counter)
|
| 30 | + |
25 | 31 | 3. Control Structures
|
| 32 | + * Conditional Statements |
| 33 | + * Loop |
| 34 | + * for |
| 35 | + * while |
| 36 | + * range |
| 37 | + * enumerate |
| 38 | + * zip |
| 39 | + |
26 | 40 | 4. Python Comprehensions
|
27 | 41 | * List Comprehension
|
28 | 42 | * Dictionary Comprehension
|
|
42 | 56 | * Some Built-in functions
|
43 | 57 |
|
44 | 58 | 6. Exceptions
|
| 59 | + * common errors |
| 60 | + * try-except |
| 61 | + * finally |
| 62 | + * else |
45 | 63 | 7. Object Oriented Programming
|
46 | 64 | * Inheritance
|
47 | 65 | * Polymorphism
|
48 | 66 | * Encapsulation
|
49 | 67 | * Abstraction
|
50 | 68 | * MetaClass
|
51 | 69 | * super()
|
| 70 | + |
52 | 71 | 8. HTTP - requests
|
53 | 72 | * GET
|
54 | 73 | * POST
|
55 | 74 | * Session & Cookies
|
56 | 75 |
|
57 | 76 | 9. Files
|
| 77 | + * Reading |
| 78 | + * Writing |
| 79 | + * Apending |
| 80 | + * Binary File Read & Write |
| 81 | + |
58 | 82 | 10. Decorators
|
59 | 83 | * Decorators
|
60 | 84 | * Multiple Decorators
|
|
65 | 89 | * Making a ChatBox
|
66 | 90 |
|
67 | 91 | 12. Regular Expression
|
| 92 | + * meta character |
| 93 | + * character set |
| 94 | + * scape code & anchoring |
| 95 | + * problem solving |
68 | 96 |
|
69 | 97 | 13. Asynchronous Programming
|
| 98 | + * introduction to asynchrounous programming |
70 | 99 | * async await
|
| 100 | + * co routine |
| 101 | + * task |
| 102 | + * event loop |
| 103 | + |
| 104 | +14. Some Important Modules |
| 105 | + * os |
| 106 | + * sys |
| 107 | + * math |
| 108 | + * json |
| 109 | + * queue |
| 110 | + * deque |
| 111 | + * smtp |
0 commit comments