@@ -136,47 +136,47 @@ Let’s talk about the important concepts you should learn in Python.
136
136
- Function arguments
137
137
- Recursion
138
138
- Lambda expressions
139
- Object-Oriented
140
- Classes and Objects
141
- Methods
142
- Inheritance and types
143
- Operator overloading
144
- property class
145
- Shallow and deep copying
146
- Modules
147
- os, pprint, sys, array, itertools
148
- Counter, defaultdict, OrderedDict, namedtuple
149
- datetime, calendar
150
- Packages
151
- Working with files
152
- Read/Write
153
- Copying, Renaming, Zipping
154
- Iterators
155
- Generators
156
- Closure
157
- Decorators
158
- Assert statements
159
- Errors and Exceptions
160
- Exception handling
161
- XML processing, sending email, networking
162
- GUI programming
163
- Multithreading and multiprocessing
164
- Regular Expressions
165
- Accessing database
166
- Logging, unit testing
167
- Virtual Environments
168
- Serialization
169
- Libraries
170
- scipy
171
- numpy
172
- Image processing
173
- Matplotlib
174
- pandas
175
- Frameworks
176
- Django
177
- Flask
178
-
179
- Flavors of Python
139
+ - Object-Oriented
140
+ - Classes and Objects
141
+ - Methods
142
+ - Inheritance and types
143
+ - Operator overloading
144
+ - property class
145
+ - Shallow and deep copying
146
+ - Modules
147
+ - os, pprint, sys, array, itertools
148
+ - Counter, defaultdict, OrderedDict, namedtuple
149
+ - datetime, calendar
150
+ - Packages
151
+ - Working with files
152
+ - Read/Write
153
+ - Copying, Renaming, Zipping
154
+ - Iterators
155
+ - Generators
156
+ - Closure
157
+ - Decorators
158
+ - Assert statements
159
+ - Errors and Exceptions
160
+ - Exception handling
161
+ - XML processing, sending email, networking
162
+ - GUI programming
163
+ - Multithreading and multiprocessing
164
+ - Regular Expressions
165
+ - Accessing database
166
+ - Logging, unit testing
167
+ - Virtual Environments
168
+ - Serialization
169
+ - Libraries
170
+ - scipy
171
+ - numpy
172
+ - Image processing
173
+ - Matplotlib
174
+ - pandas
175
+ - Frameworks
176
+ - Django
177
+ - Flask
178
+
179
+ ### d. Flavors of Python
180
180
181
181
Python has more than one implementation. We use CPython, others are:
182
182
0 commit comments