chore: update roadmap content json (#7732)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
pull/7738/head
github-actions[bot] 1 week ago committed by GitHub
parent b28834ee3b
commit c81cdf87c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 17
      public/roadmap-content/python.json

@ -137,6 +137,11 @@
"title": "Python Functions - W3Schools",
"url": "https://www.w3schools.com/python/python_functions.asp",
"type": "article"
},
{
"title": "Defining Python Functions",
"url": "https://realpython.com/defining-your-own-python-function/",
"type": "article"
}
]
},
@ -1171,10 +1176,16 @@
}
]
},
"virtualenv@_IXXTSwQOgYzYIUuKVWNE.md": {
"_IXXTSwQOgYzYIUuKVWNE": {
"title": "virtualenv",
"description": "",
"links": []
"description": "`virtualenv` is a tool to create isolated Python environments. It creates a folder which contains all the necessary executables to use the packages that a Python project would need.\n\nLearn more from the following resources:",
"links": [
{
"title": "Virtual Environments",
"url": "https://virtualenv.pypa.io/en/latest/",
"type": "article"
}
]
},
"N5VaKMbgQ0V_BC5tadV65": {
"title": "pyenv",

Loading…
Cancel
Save