Updated Learning python resources (#138)

Python2 is EOL.

Updated Codeacademy learning python course resource from Python2 to Python3
This commit is contained in:
Vivek Vashist 2023-02-26 04:49:38 +10:30 committed by GitHub
parent c01149cf31
commit e43a634cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ Network Automation is a cross between the discipline of [Network Infrastructure]
- [Awesome Python](https://github.com/vinta/awesome-python) - A curated list of awesome Python frameworks, libraries, software and resources.
- [Learn Python the Hardway](https://learnpythonthehardway.org) - Learn Python The Hard Way takes you from absolute zero to able to read and write basic Python, giving you the tools to understand other documentation and books about Python.
- [Python at Codecademy](https://www.codecademy.com/learn/learn-python) - Learn Python by Codecademy.
- [Python at Codecademy](https://www.codecademy.com/learn/learn-python-3) - Learn Python by Codecademy.
- [Python Programming Guides and Tutorials - Python Central](https://pythoncentral.io/) - Experienced Python programmers and enthusiasts from around the world that are eager to share their experience.
## Go