1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-20 08:02:35 +02:00

chore: update roadmap content json (#7732)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-14 17:19:26 +06:00
committed by GitHub
parent b28834ee3b
commit c81cdf87c3

View File

@@ -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",