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
Copy file name to clipboardExpand all lines: docs/intro/learning.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Real Python is a repository of free and in-depth Python tutorials created by a d
30
30
Python Basics
31
31
~~~~~~~~~~~~~
32
32
33
-
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.
33
+
pythonbasics.org is an introductory 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.
34
34
35
35
`Python basics <https://pythonbasics.org/>`_
36
36
@@ -181,7 +181,7 @@ no previous programming experience.
181
181
Computer Science Path on Codecademy
182
182
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183
183
184
-
A Codeacademy course for the absolute Python beginner. This free and interactive
184
+
A Codecademy course for the absolute Python beginner. This free and interactive
185
185
course provides and teaches the basics (and beyond) of Python programming while
186
186
testing the user's knowledge in between progress.
187
187
This course also features a built-in interpreter for receiving instant feedback on your learning.
@@ -218,7 +218,7 @@ Effective Python
218
218
~~~~~~~~~~~~~~~~
219
219
220
220
This book contains 59 specific ways to improve writing Pythonic code. At 227
221
-
pages, it is a very brief overview of some of the most common adapations
221
+
pages, it is a very brief overview of some of the most common adaptations
222
222
programmers need to make to become efficient intermediate level Python
0 commit comments