Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit db99577

Browse files
readme
1 parent af84ccf commit db99577

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

‎README.md‎

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11

22
# Bangla Python E Book
3-
## The Book is renamed as 'Python Programming Language' and will be released soon
43

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**
69
*~Yeasir Arafat Ratul*
710

11+
*Here you will get first 8 chapters of the main book*
812

913
## Cover
1014
<img src="main _cover.jpg" height="1200">
@@ -13,6 +17,7 @@
1317
**CHAPTERS**
1418

1519
1. Python Basics
20+
1621
2. Data Types
1722
* General Data Types
1823
* Integral (Int,Bool)
@@ -22,7 +27,16 @@
2227
* Sequence (list,tuple)
2328
* Set (set, frozen set)
2429
* Mapping (dict, counter)
30+
2531
3. Control Structures
32+
* Conditional Statements
33+
* Loop
34+
* for
35+
* while
36+
* range
37+
* enumerate
38+
* zip
39+
2640
4. Python Comprehensions
2741
* List Comprehension
2842
* Dictionary Comprehension
@@ -42,19 +56,29 @@
4256
* Some Built-in functions
4357

4458
6. Exceptions
59+
* common errors
60+
* try-except
61+
* finally
62+
* else
4563
7. Object Oriented Programming
4664
* Inheritance
4765
* Polymorphism
4866
* Encapsulation
4967
* Abstraction
5068
* MetaClass
5169
* super()
70+
5271
8. HTTP - requests
5372
* GET
5473
* POST
5574
* Session & Cookies
5675

5776
9. Files
77+
* Reading
78+
* Writing
79+
* Apending
80+
* Binary File Read & Write
81+
5882
10. Decorators
5983
* Decorators
6084
* Multiple Decorators
@@ -65,6 +89,23 @@
6589
* Making a ChatBox
6690

6791
12. Regular Expression
92+
* meta character
93+
* character set
94+
* scape code & anchoring
95+
* problem solving
6896

6997
13. Asynchronous Programming
98+
* introduction to asynchrounous programming
7099
* 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /