File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Support / Feedback
24
24
For issues with, questions about, or feedback for PyMongo, please look into
25
25
our `support channels <https://support.mongodb.com/welcome >`_. Please
26
26
do not email any of the PyMongo developers directly with issues or
27
- questions - you're more likely to get an answer on the ` MongoDB Community
28
- Forums <https://www. mongodb.com/community/forums/ tag/python> `_ .
27
+ questions - you're more likely to get an answer on ` StackOverflow < https://stackoverflow.com/questions/tagged/mongodb >`_
28
+ (using a " mongodb" tag) .
29
29
30
30
Bugs / Feature Requests
31
31
=======================
@@ -192,6 +192,12 @@ Documentation can be generated by running **python
192
192
setup.py doc **. Generated documentation can be found in the
193
193
*doc/build/html/ * directory.
194
194
195
+ Learning Resources
196
+ ==================
197
+
198
+ MongoDB Learn - `Python courses <https://learn.mongodb.com/catalog?labels=%5B%22Language%22%5D&values=%5B%22Python%22%5D >`_.
199
+ `Python Articles on Developer Center <https://www.mongodb.com/developer/languages/python/ >`_.
200
+
195
201
Testing
196
202
=======
197
203
You can’t perform that action at this time.
0 commit comments