Skip to content

Commit 738048b

Browse files
authored
PYTHON-3646 Update readme for PyMongo driver (#1212)
1 parent 622df87 commit 738048b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Support / Feedback
2424
For issues with, questions about, or feedback for PyMongo, please look into
2525
our `support channels <https://support.mongodb.com/welcome>`_. Please
2626
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).
2929

3030
Bugs / Feature Requests
3131
=======================
@@ -192,6 +192,12 @@ Documentation can be generated by running **python
192192
setup.py doc**. Generated documentation can be found in the
193193
*doc/build/html/* directory.
194194

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+
195201
Testing
196202
=======
197203

0 commit comments

Comments
 (0)