diff --git a/docs/intro/community.rst b/docs/intro/community.rst index 2e54be3..ac5f844 100644 --- a/docs/intro/community.rst +++ b/docs/intro/community.rst @@ -71,7 +71,7 @@ Here's an overview of the PEP acceptance workflow: Python Conferences --------------------------- +------------------ The major events for the Python community are developer conferences. The two 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 `_. + + +Online Communities +------------------ + +`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. diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 22935e6..f478f95 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -22,16 +22,15 @@ Real Python is a repository of free and in-depth Python tutorials created by a d `Real Python `_ - Python Basics -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~ 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. `Python basics `_ Python for Beginners -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~ thepythonguru.com is a tutorial focuses on beginner programmers. It covers many python concepts 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. `Numerical Methods in Engineering with Python `_ -Miscellaneous topics +Miscellaneous Topics -------------------- Problem Solving with Algorithms and Data Structures @@ -329,6 +328,14 @@ web app from scratch. `Fullstack Python `_ +PythonistaCafe +~~~~~~~~~~~~~~ + +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. + + `PythonistaCafe `_ + + References ----------