Skip to content

Commit

Permalink
chore: update roadmap content json (#7732)
Browse files Browse the repository at this point in the history
Co-authored-by: kamranahmedse <[email protected]>
  • Loading branch information
github-actions[bot] and kamranahmedse authored Nov 14, 2024
1 parent b28834e commit c81cdf8
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions public/roadmap-content/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c81cdf8

Please sign in to comment.