Skip to content

Commit 2dee29c

Browse files
committed
Update community
1 parent 4e6093a commit 2dee29c

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

docs/intro/community.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Here's an overview of the PEP acceptance workflow:
7171

7272

7373
Python Conferences
74-
--------------------------
74+
------------------
7575

7676
The major events for the Python community are developer conferences. The two
7777
most notable conferences are PyCon, which is held in the US, and its European
@@ -81,8 +81,17 @@ A comprehensive list of conferences is maintained at `pycon.org <http://www.pyco
8181

8282

8383
Python User Groups
84-
--------------------------
84+
------------------
8585

8686
User Groups are where a bunch of Python developers meet to present or talk
8787
about Python topics of interest. A list of local user groups is maintained at
8888
the `Python Software Foundation Wiki <http://wiki.python.org/moin/LocalUserGroups>`_.
89+
90+
91+
Online Communities
92+
------------------
93+
94+
`PythonistaCafe <https://www.pythonistacafe.com>`_ is an invite-only, online community
95+
of Python and software development enthusiasts helping each other succeed and grow.
96+
Think of it as a club of mutual improvement for Pythonistas where a broad range of
97+
programming questions, career advice, and other topics are discussed every day.

docs/intro/learning.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,15 @@ Real Python is a repository of free and in-depth Python tutorials created by a d
2222

2323
`Real Python <https://realpython.com/>`_
2424

25-
2625
Python Basics
27-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26+
~~~~~~~~~~~~~
2827

2928
pythonbasics.org is an introductiory tutorial for beginners. The tutorial includes exercises. It covers the basics and there are also in-depth lessons like object oriented programming and regular expressions.
3029

3130
`Python basics <https://pythonbasics.org/>`_
3231

3332
Python for Beginners
34-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33+
~~~~~~~~~~~~~~~~~~~~
3534

3635
thepythonguru.com is a tutorial focuses on beginner programmers. It covers many python concepts
3736
in depth. It also teaches you some advance constructs of python like lambda expression, regular expression.
@@ -280,7 +279,7 @@ puts the emphasis on numerical methods and how to implement them in Python.
280279

281280
`Numerical Methods in Engineering with Python <http://www.cambridge.org/us/academic/subjects/engineering/engineering-mathematics-and-programming/numerical-methods-engineering-python-2nd-edition>`_
282281

283-
Miscellaneous topics
282+
Miscellaneous Topics
284283
--------------------
285284

286285
Problem Solving with Algorithms and Data Structures
@@ -329,6 +328,14 @@ web app from scratch.
329328
`Fullstack Python <https://www.fullstackpython.com>`_
330329

331330

331+
PythonistaCafe
332+
~~~~~~~~~~~~~~
333+
334+
PythonistaCafe is an invite-only, online community of Python and software development enthusiasts helping each other succeed and grow. Think of it as a club of mutual improvement for Pythonistas where a broad range of programming questions, career advice, and other topics are discussed every day.
335+
336+
`PythonistaCafe <https://www.pythonistacafe.com>`_
337+
338+
332339
References
333340
----------
334341

0 commit comments

Comments
 (0)