You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -261,9 +265,9 @@ and can make classes and objects behave in different and magical ways.
261
265
`A Guide to Python's Magic Methods (repo on GitHub) <https://github.com/RafeKettler/magicmethods/blob/master/magicmethods.pdf>`_
262
266
263
267
264
-
268
+
****************************
265
269
For Engineers and Scientists
266
-
----------------------------
270
+
****************************
267
271
268
272
A Primer on Scientific Programming with Python
269
273
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -282,8 +286,10 @@ puts the emphasis on numerical methods and how to implement them in Python.
282
286
283
287
`Numerical Methods in Engineering with Python <http://www.cambridge.org/us/academic/subjects/engineering/engineering-mathematics-and-programming/numerical-methods-engineering-python-2nd-edition>`_
284
288
289
+
290
+
********************
285
291
Miscellaneous Topics
286
-
--------------------
292
+
********************
287
293
288
294
Problem Solving with Algorithms and Data Structures
PyCoder’s Weekly is a free weekly Python newsletter for Python developers
13
15
by Python developers (Projects, Articles, News, and Jobs).
14
16
15
17
`PyCoder’s Weekly <https://pycoders.com/>`_
16
18
19
+
20
+
***********
17
21
Real Python
18
-
~~~~~~~~~~~
22
+
***********
19
23
20
24
At Real Python you can learn all things Python from the ground up, with weekly free and in-depth tutorials. Everything from the absolute basics of Python, to web development and web scraping, to data visualization, and beyond.
21
25
22
26
`Real Python <https://realpython.com/>`_
23
27
28
+
29
+
*************
24
30
Planet Python
25
-
~~~~~~~~~~~~~
31
+
*************
26
32
27
33
This is an aggregate of Python news from a growing number of developers.
28
34
29
35
`Planet Python <http://planet.python.org>`_
30
36
37
+
38
+
*********
31
39
/r/python
32
-
~~~~~~~~~
40
+
*********
33
41
34
42
/r/python is the Reddit Python community where users contribute and vote on
35
43
Python-related news.
36
44
37
45
`/r/python <http://reddit.com/r/python>`_
38
46
47
+
48
+
*******************
39
49
Talk Python Podcast
40
-
~~~~~~~~~~~~~~~~~~~
50
+
*******************
41
51
42
52
The #1 Python-focused podcast covering the people and ideas in Python.
43
53
44
54
`Talk Python To Me <https://talkpython.fm>`_
45
55
56
+
57
+
********************
46
58
Python Bytes Podcast
47
-
~~~~~~~~~~~~~~~~~~~~
59
+
********************
48
60
49
61
A short-form Python podcast covering recent developer headlines.
50
62
51
63
`Python Bytes <https://pythonbytes.fm>`_
52
64
65
+
66
+
*************
53
67
Python Weekly
54
-
~~~~~~~~~~~~~
68
+
*************
55
69
56
70
Python Weekly is a free weekly newsletter featuring curated news, articles,
57
71
new releases, jobs, etc. related to Python.
58
72
59
73
`Python Weekly <http://www.pythonweekly.com/>`_
60
74
75
+
76
+
***********
61
77
Python News
62
-
~~~~~~~~~~~~~
78
+
***********
63
79
64
80
Python News is the news section in the official Python web site
65
81
(www.python.org). It briefly highlights the news from the Python community.
0 commit comments