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
@@ -610,17 +620,24 @@ This is not a list of free programming books. This is a curated list of open sou
610
620
*[A Byte of Python][repo-byte-python] ([Site][site-byte-python], cc-sa) - "A Byte of Python" is a free book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience
611
621
* Learning to Program Using Python ([Site][site-lpupython], cc-sa)
612
622
*[A guide to Python's magic methods][repo-magic-methods] ([Site][site-magic-methods], cc-nc-sa) - This guide is the culmination of a few months' worth of blog posts. The subject is magic methods
613
-
* Think Python ([Site][site-think-python], cc-nc) - How to Think Like a Computer Scientist
614
-
* Google's Python Class ([Site][site-google-python], cc) - this is a free class for people with a little bit of programming experience who want to learn Python
615
-
*[Python Basics][repo-python-basics] ([Site][site-python-basics], cc-nc-sa) - Introduction to Python
623
+
*[Think Python][repo-think-python] ([Site][site-think-python], cc-nc) - How to Think Like a Computer Scientist
624
+
* Automate the Boring Stuff with Python ([Site][site-automatetheboringstuff], cc-nc-sa) - learn how to use Python to write programs that do in minutes what would take you hours to do by hand - no prior programming experience required
616
625
*[A Whirlwind Tour of Python][repo-whirlwind-tour] ([Site][site-whirlwind-tour], cc0) - fast-paced introduction to essential components of the Python language for researchers and developers who are already familiar with programming in another language
626
+
*[Practical Python Programming][repo-practical-python] ([Site][site-practical-python], cc-sa) - covers foundational aspects of Python programming with an emphasis on script writing, data manipulation, and program organization
627
+
*[Python Basics][repo-python-basics] ([Site][site-python-basics], cc-nc-sa) - Introduction to Python
628
+
* Google's Python Class ([Site][site-google-python], cc) - this is a free class for people with a little bit of programming experience who want to learn Python (Note that this course is designed for Python 2.6 or later, not Python 3.x)
629
+
*[Think DSP][repo-think-dsp] ([Site][site-think-dsp], cc-nc) - introduction to Digital Signal Processing in Python
630
+
*[Python re(gex)?][repo-python-regex] ([Site][site-python-regex], cc-nc-sa) - step by step guide to learning Python regular expressions
0 commit comments