Skip to content

Commit bd4cf14

Browse files
committed
new python best resource
1 parent e1794d3 commit bd4cf14

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/pages/01-introduction/08-best-python-resources.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ should skip down to the next section for "experienced developers".
4444
incredible job of breaking down the steps beginners should take when
4545
they're uncertain about where to begin.
4646

47+
* [A Python Crash Course](https://www.grahamwheeler.com/posts/python-crash-course.html)
48+
gives an awesome overview of the history of Python, what drives the
49+
programming community and dives into example code. You will likely need
50+
to read this in combination with other resources to really let the syntax
51+
sink in, but it's a great article to read several times over as you
52+
continue to learn.
53+
4754
* The [Python projects tag](https://www.twilio.com/blog/tag/python) on the
4855
Twilio blog is constantly updated with fun tutorials you can build to
4956
learn Python, such as the

0 commit comments

Comments
 (0)