Remove community & duplicated learnxinyminutes resource

This commit is contained in:
Kevin Van Der Werff
2019-06-21 20:07:01 +02:00
parent 9a3b344665
commit a397323cff

View File

@@ -481,11 +481,6 @@
"desc": "Moving PHP forward through collaboration and standards. Welcome to the PHP Framework Interop Group! We're a group of established PHP projects whose goal is to talk about commonalities between our projects and find ways we can work better together.",
"url": "https://www.php-fig.org/"
},
{
"title": "PHP Subreddit",
"desc": "Ask questions about frameworks, try your hand at php golf and strike gold or simply show off your latest work.",
"url": "https://reddit.com/r/php"
},
{
"title": "(The only proper) PDO tutorial",
"desc": "There are many tutorials on PDO already, but unfortunately, most of them fail to explain the real benefits of PDO, or even promote rather bad practices. The only two exceptions are phptherightway.com and hashphp.org, but they miss a lot of important information. As a result, half of PDO's features remain in obscurity and are almost never used by PHP developers, who, as a result, are constantly trying to reinvent the wheel which already exists in PDO.",
@@ -562,11 +557,6 @@
"desc": "Find, install and publish Python packages with the Python Package Index",
"url": "https://pypi.org/"
},
{
"title": "Learn Python in y minutes",
"desc": "A mad dash through everything!",
"url": "https://learnxinyminutes.com/docs/python/"
},
{
"title": "Boost.Python",
"desc": "A C++ library which enables seamless interoperability between C++ and the Python programming language.",