mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Update community
This commit is contained in:
@@ -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 <http://www.pyco
|
||||
|
||||
|
||||
Python User Groups
|
||||
--------------------------
|
||||
------------------
|
||||
|
||||
User Groups are where a bunch of Python developers meet to present or talk
|
||||
about Python topics of interest. A list of local user groups is maintained at
|
||||
the `Python Software Foundation Wiki <http://wiki.python.org/moin/LocalUserGroups>`_.
|
||||
|
||||
|
||||
Online Communities
|
||||
------------------
|
||||
|
||||
`PythonistaCafe <https://www.pythonistacafe.com>`_ 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.
|
||||
|
||||
+11
-4
@@ -22,16 +22,15 @@ Real Python is a repository of free and in-depth Python tutorials created by a d
|
||||
|
||||
`Real Python <https://realpython.com/>`_
|
||||
|
||||
|
||||
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 <https://pythonbasics.org/>`_
|
||||
|
||||
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 <http://www.cambridge.org/us/academic/subjects/engineering/engineering-mathematics-and-programming/numerical-methods-engineering-python-2nd-edition>`_
|
||||
|
||||
Miscellaneous topics
|
||||
Miscellaneous Topics
|
||||
--------------------
|
||||
|
||||
Problem Solving with Algorithms and Data Structures
|
||||
@@ -329,6 +328,14 @@ web app from scratch.
|
||||
`Fullstack Python <https://www.fullstackpython.com>`_
|
||||
|
||||
|
||||
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 <https://www.pythonistacafe.com>`_
|
||||
|
||||
|
||||
References
|
||||
----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user