mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 17:02:58 +02:00
chore: update roadmap content json (#7732)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b28834ee3b
commit
c81cdf87c3
@@ -137,6 +137,11 @@
|
|||||||
"title": "Python Functions - W3Schools",
|
"title": "Python Functions - W3Schools",
|
||||||
"url": "https://www.w3schools.com/python/python_functions.asp",
|
"url": "https://www.w3schools.com/python/python_functions.asp",
|
||||||
"type": "article"
|
"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",
|
"title": "virtualenv",
|
||||||
"description": "",
|
"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": []
|
"links": [
|
||||||
|
{
|
||||||
|
"title": "Virtual Environments",
|
||||||
|
"url": "https://virtualenv.pypa.io/en/latest/",
|
||||||
|
"type": "article"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"N5VaKMbgQ0V_BC5tadV65": {
|
"N5VaKMbgQ0V_BC5tadV65": {
|
||||||
"title": "pyenv",
|
"title": "pyenv",
|
||||||
|
Reference in New Issue
Block a user