Skip to content

Commit 3e556bd

Browse files
authored
Removed contributors from index content itself
1 parent 21edc44 commit 3e556bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To verify which version of Python 3 you have installed, open a command prompt an
5757
1. [W3Schools](https://www.w3schools.com/python/default.asp) - beginners
5858
2. [Real Python](https://realpython.com/start-here/) - intermediate, in depth, articles referencing useful open source packages
5959
3. [Python official docs tutorial](https://docs.python.org/3/tutorial/index.html) - exhaustive, most in depth, tutorial for must and should know built-in Python capabilities
60-
4. (Contributed by [lironsoffer](https://github.com/lironsoffer)) [Automate the boring stuff](https://automatetheboringstuff.com/) - beginner-intermediate. Task oriented online book.
60+
4. [Automate the boring stuff](https://automatetheboringstuff.com/) - beginner-intermediate. Task oriented online book.
6161
5. [GeekForGeeks](https://www.geeksforgeeks.org/python-programming-language/?ref=shm) - beginner-intermediate, website with short tutorials in many subjects. Contains many examples and a "try it out" widget.
6262

6363
_Tip:_ start from going over <u>W3Schools</u> and what it has to offer, it's basic, then for every topic you wish to learn start with some exercise from <u>Automate the boring stuff</u> and read some <u>Real Python</u> article if exists, and if needed read Python official docs; Real Python is more accessible.

0 commit comments

Comments
 (0)