Skip to content

Commit 903b62d

Browse files
authored
Update README.md
1 parent 1e0117d commit 903b62d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# devops-python
2-
Real World Python Scripts for DevOps
1+
# Python for DevOps
32

4-
## Good References
3+
If you want to understand the importance of python for DevOps, please read the [detailed python for DevOps guide](https://devopscube.com/python-for-devops/).
54

6-
1. __name__ == __main__ : https://www.freecodecamp.org/news/if-name-main-python-example/
5+
## Python Learning Resources
6+
7+
If you are looking for a guided way to learn Python from scratch., I recommend the following resources.
8+
9+
1. [learnpython.org](https://www.learnpython.org/): Free browser-based interactive tutorials.
10+
2. [Learn Python 3 from Scratch](https://www.educative.io/courses/learn-python-3-from-scratch?aff=KNLz)
11+
3. [Python for Beginners – Full Video Course](https://www.youtube.com/watch?v=eWRfhZUzrAc)

0 commit comments

Comments
 (0)