Add tags to the python resources
This commit is contained in:
@@ -4,273 +4,273 @@
|
||||
"resources": [
|
||||
{
|
||||
"title": "Python 3.7.3 documentation",
|
||||
"desc": "Documentation for all releaases of Python.",
|
||||
"desc": "Documentation for all releases of Python.",
|
||||
"url": "https://docs.python.org/3/",
|
||||
"tags": []
|
||||
"tags": ["official", "reference", "guide", "history"]
|
||||
},
|
||||
{
|
||||
"title": "The Hitchhiker’s Guide to Python!",
|
||||
"desc": "This is a living, breathing guide. This handcrafted guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.",
|
||||
"url": "https://docs.python-guide.org/",
|
||||
"tags": []
|
||||
"tags": ["handbook", "configure", "reference", "environment"]
|
||||
},
|
||||
{
|
||||
"title": "Kaggle - Python",
|
||||
"desc": "Learn the most important language for Data Science",
|
||||
"url": "https://www.kaggle.com/learn/python",
|
||||
"tags": []
|
||||
"tags": ["lessons", "course", "free"]
|
||||
},
|
||||
{
|
||||
"title": "Anaconda",
|
||||
"desc": "The World's Most Popular Python/R Data Science Platform",
|
||||
"url": "https://www.anaconda.com/distribution/",
|
||||
"tags": []
|
||||
"tags": ["installer", "packages", "analyze", "visualize"]
|
||||
},
|
||||
{
|
||||
"title": "Real Python Tutorials",
|
||||
"desc": "At Real Python you can learn all things Python from the ground up. Everything from the absolute basics of Python, to web development and web scraping, to data visualization, and beyond.",
|
||||
"url": "https://realpython.com/",
|
||||
"tags": []
|
||||
"tags": ["videos", "articles", "newsletter", "beginner", "quizzes"]
|
||||
},
|
||||
{
|
||||
"title": "Geeks for geeks - Python",
|
||||
"desc": "Short, clearly written posts with colorful code examples.",
|
||||
"url": "https://www.geeksforgeeks.org/python-programming-language/",
|
||||
"tags": []
|
||||
"tags": ["courses", "practice", "basic", "expert"]
|
||||
},
|
||||
{
|
||||
"title": "Pluralsight - Python",
|
||||
"desc": "Test your skills and watch a few video courses.",
|
||||
"url": "https://app.pluralsight.com/paths/skills/Python",
|
||||
"tags": []
|
||||
"tags": ["videos", "courses", "tests"]
|
||||
},
|
||||
{
|
||||
"title": "Pypi",
|
||||
"desc": "Find, install and publish Python packages with the Python Package Index",
|
||||
"url": "https://pypi.org/",
|
||||
"tags": []
|
||||
"tags": ["packages", "search", "install"]
|
||||
},
|
||||
{
|
||||
"title": "Boost.Python",
|
||||
"desc": "A C++ library which enables seamless interoperability between C++ and the Python programming language.",
|
||||
"url": "https://www.boost.org/doc/libs/1_70_0/libs/python/doc/html/index.html",
|
||||
"tags": []
|
||||
"tags": ["hybrid", "library", "support", "resources"]
|
||||
},
|
||||
{
|
||||
"title": "MongoDB Python Drivers",
|
||||
"desc": "The database for modern applications",
|
||||
"url": "https://docs.mongodb.com/ecosystem/drivers/python/",
|
||||
"tags": []
|
||||
"tags": ["database", "drivers", "course"]
|
||||
},
|
||||
{
|
||||
"title": "A Byte of Python",
|
||||
"desc": "If you like real books ... A complete set of documentation that closely resembles the typesetting of a real book.",
|
||||
"url": "https://python.swaroopch.com/",
|
||||
"tags": []
|
||||
"tags": ["free", "book", "beginner", "guide", "tutorial"]
|
||||
},
|
||||
{
|
||||
"title": "Requests: HTTP for Humans™",
|
||||
"desc": "Requests is the only Non-GMO HTTP library for Python, safe for human consumption.",
|
||||
"url": "https://2.python-requests.org/en/master/",
|
||||
"tags": []
|
||||
"tags": ["library", "easy", "guide", "documentation"]
|
||||
},
|
||||
{
|
||||
"title": "TensorFlow",
|
||||
"desc": "The core open source library to help you develop and train ML models. TensorFlow is an end-to-end open source platform for machine learning.",
|
||||
"url": "https://www.tensorflow.org/",
|
||||
"tags": []
|
||||
"tags": ["learning", "neural", "news", "resources"]
|
||||
},
|
||||
{
|
||||
"title": "Think Python",
|
||||
"desc": "Think Python is an introduction to Python programming for beginners. The free O'Reilly book.",
|
||||
"url": "https://greenteapress.com/wp/think-python/",
|
||||
"tags": []
|
||||
"tags": ["free", "book", "basics", "swampy"]
|
||||
},
|
||||
{
|
||||
"title": "No Starch Press - Automate the Boring Stuff with Python",
|
||||
"desc": "The best part of programming is the triumph of seeing the machine do something useful. Automate the Boring Stuff with Python frames all of programming as these small triumphs; it makes the boring fun.",
|
||||
"url": "https://nostarch.com/automatestuff",
|
||||
"tags": []
|
||||
"tags": ["book", "practical", "small", "routine"]
|
||||
},
|
||||
{
|
||||
"title": "Python built-ins worth learning",
|
||||
"desc": "A great list that breaks up topics into 'learn now' and 'wait til later' type categories. By Trey Hunner",
|
||||
"url": "https://treyhunner.com/2019/05/python-builtins-worth-learning/",
|
||||
"tags": []
|
||||
"tags": ["standard", "libraries", "skills", "knowledge"]
|
||||
},
|
||||
{
|
||||
"title": "Qt for Python",
|
||||
"desc": "Create User Interfaces with Qt for Python",
|
||||
"url": "https://www.qt.io/qt-for-python",
|
||||
"tags": []
|
||||
"tags": ["ui", "resources", "library"]
|
||||
},
|
||||
{
|
||||
"title": "Python fun facts.",
|
||||
"desc": "Python fun facts from JetBrains, maker of the IDE PyCharm",
|
||||
"url": "https://www.jetbrains.com/lp/devecosystem-2019/python/",
|
||||
"tags": []
|
||||
"tags": ["statistics", "comparisons", "use"]
|
||||
},
|
||||
{
|
||||
"title": "MicroPython",
|
||||
"desc": "Using python with microcontrollers.",
|
||||
"url": "https://micropython.org/",
|
||||
"tags": []
|
||||
"tags": ["lean", "small", "embedded", "pyboard"]
|
||||
},
|
||||
{
|
||||
"title": "Programiz",
|
||||
"desc": "Learn Python Programming",
|
||||
"url": "https://www.programiz.com/python-programming",
|
||||
"tags": []
|
||||
"tags": ["guide", "beginner", "start", "tutorial"]
|
||||
},
|
||||
{
|
||||
"title": "Medium - Python",
|
||||
"desc": "Tools to run Python on Android",
|
||||
"url": "https://towardsdatascience.com/tools-to-run-python-on-android-9060663972b4",
|
||||
"tags": []
|
||||
"tags": ["api", "tools", "interface", "deploy"]
|
||||
},
|
||||
{
|
||||
"title": "QPython",
|
||||
"desc": "QPython is a script engine which runs Python programs on android devices. It also can help developers develop android applications.",
|
||||
"url": "https://www.qpython.com/",
|
||||
"tags": []
|
||||
"tags": ["support", "mobile", "kit", "guide"]
|
||||
},
|
||||
{
|
||||
"title": "Medium - Python on Netflix",
|
||||
"desc": "We wanted to share a sampling of how Python is used at Netflix. ",
|
||||
"url": "https://medium.com/netflix-techblog/python-at-netflix-bba45dae649e",
|
||||
"tags": []
|
||||
"tags": ["security", "monitoring", "learning", "encoding"]
|
||||
},
|
||||
{
|
||||
"title": "Python Data Science Handbook",
|
||||
"desc": "This is a book about doing data science with Python, which immediately begs the question: what is data science? The free O'Reilly book.",
|
||||
"url": "https://jakevdp.github.io/PythonDataScienceHandbook/",
|
||||
"tags": []
|
||||
"tags": ["book", "numpy", "pandas", "matplotlib"]
|
||||
},
|
||||
{
|
||||
"title": "Data Analysis in Python",
|
||||
"desc": "This site is designed to offer an introduction to Python specifically tailored for social scientists and people doing applied data analysis.",
|
||||
"url": "http://www.data-analysis-in-python.org/",
|
||||
"tags": []
|
||||
"tags": ["stata", "pandas", "gis", "plotting", "resources"]
|
||||
},
|
||||
{
|
||||
"title": "Microsoft - Python",
|
||||
"desc": "11 Data Science Skills. 1.5 Million Jobs.",
|
||||
"url": "https://academy.microsoft.com/en-us/professional-program/tracks/data-science/",
|
||||
"tags": []
|
||||
"tags": ["mpp", "professional", "certification"]
|
||||
},
|
||||
{
|
||||
"title": "Towards Data Science - Machine Learning",
|
||||
"desc": "An “Equation-to-Code” Machine Learning Project Walk-Through in Python",
|
||||
"url": "https://towardsdatascience.com/an-equation-to-code-machine-learning-project-walk-through-in-python-part-1-linear-separable-fd0e19ed2d7",
|
||||
"tags": []
|
||||
"tags": ["convert", "plot", "solve", "vector"]
|
||||
},
|
||||
{
|
||||
"title": "Big Data Made Simple",
|
||||
"desc": "Step by step approach to perform data analysis using Python.",
|
||||
"url": "https://bigdata-madesimple.com/step-by-step-approach-to-perform-data-analysis-using-python/",
|
||||
"tags": []
|
||||
"tags": ["numpy", "pandas", "matplotlib", "tutorial"]
|
||||
},
|
||||
{
|
||||
"title": "Medium - Python vs R",
|
||||
"desc": "Python vs. R — Choosing the Best Programming Language for Data Science",
|
||||
"url": "https://towardsdatascience.com/python-vs-r-choosing-the-best-programming-languages-for-data-science-b1327f01f6bf",
|
||||
"tags": []
|
||||
"tags": ["functional", "pandas", "programming", "modeling"]
|
||||
},
|
||||
{
|
||||
"title": "Python Data Analysis Library",
|
||||
"desc": "Pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.",
|
||||
"url": "https://pandas.pydata.org/",
|
||||
"tags": []
|
||||
"tags": ["documentation", "highlights", "release"]
|
||||
},
|
||||
{
|
||||
"title": "SciPy",
|
||||
"desc": "SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering.",
|
||||
"url": "https://www.scipy.org/",
|
||||
"tags": []
|
||||
"tags": ["documentation", "matplotlib", "numpy", "pandas", "ipython"]
|
||||
},
|
||||
{
|
||||
"title": "NumPy",
|
||||
"desc": "NumPy is the fundamental package for scientific computing with Python.",
|
||||
"url": "http://www.numpy.org/",
|
||||
"tags": []
|
||||
"tags": ["documentation", "support", "install"]
|
||||
},
|
||||
{
|
||||
"title": "Statsmodels",
|
||||
"desc": "Statsmodels is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests, and statistical data exploration. ",
|
||||
"url": "http://www.statsmodels.org/stable/index.html",
|
||||
"tags": []
|
||||
"tags": ["documentation", "examples", "support"]
|
||||
},
|
||||
{
|
||||
"title": "scikit-learn",
|
||||
"desc": "Machine Learning in Python",
|
||||
"url": "https://scikit-learn.org/stable/",
|
||||
"tags": []
|
||||
"tags": ["clustering", "regression", "classification", "examples"]
|
||||
},
|
||||
{
|
||||
"title": "Jupyter",
|
||||
"desc": "The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.",
|
||||
"url": "https://jupyter.org/",
|
||||
"tags": []
|
||||
"tags": ["documentation", "widgets", "collaboration", "interactive"]
|
||||
},
|
||||
{
|
||||
"title": "Matplotlib",
|
||||
"desc": "Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.",
|
||||
"url": "https://matplotlib.org/",
|
||||
"tags": []
|
||||
"tags": ["installation", "documentation", "toolkits", "generate"]
|
||||
},
|
||||
{
|
||||
"title": "NumFOCUS",
|
||||
"desc": "From Netflix to NASA, researchers use NumFOCUS sponsored projects to solve the most challenging problems. Explore our open source tools by language, features, or industry.",
|
||||
"url": "https://numfocus.org/sponsored-projects",
|
||||
"tags": []
|
||||
"tags": ["julia", "ipython", "numpy", "jupyter", "astropy"]
|
||||
},
|
||||
{
|
||||
"title": "Python Pandemonium",
|
||||
"desc": "A place to read and write about all things Python.",
|
||||
"url": "https://medium.com/python-pandemonium/tagged/data-science",
|
||||
"tags": []
|
||||
"tags": ["aggregator", "articles", "tagged"]
|
||||
},
|
||||
{
|
||||
"title": "Pandas for People In A Hurry",
|
||||
"desc": "Pandas is the most popular Python library for data manipulation and data analysis. It is a must know for all data scientists!",
|
||||
"url": "https://towardsdatascience.com/pandas-for-people-in-a-hurry-59d966630ae0",
|
||||
"tags": []
|
||||
"tags": ["data", "starting", "tips", "filtering"]
|
||||
},
|
||||
{
|
||||
"title": "PySpark",
|
||||
"desc": "Python Programming Guide for the API",
|
||||
"url": "https://spark.apache.org/docs/0.9.1/python-programming-guide.html",
|
||||
"tags": []
|
||||
"tags": ["configure", "use", "apache", "guide"]
|
||||
},
|
||||
{
|
||||
"title": "Towards Data Science",
|
||||
"desc": "Sharing concepts, ideas, and codes. IMO the best Data Science Blog.",
|
||||
"url": "https://towardsdatascience.com/",
|
||||
"tags": []
|
||||
"tags": ["articles", "advice", "digest", "resources"]
|
||||
},
|
||||
{
|
||||
"title": "HDF5®",
|
||||
"desc": "High-performance data management and storage suite",
|
||||
"url": "https://www.hdfgroup.org/solutions/hdf5/",
|
||||
"tags": []
|
||||
"tags": ["storage", "support", "documentation"]
|
||||
},
|
||||
{
|
||||
"title": "Theano",
|
||||
"desc": "Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.",
|
||||
"url": "http://deeplearning.net/software/theano/",
|
||||
"tags": []
|
||||
"tags": ["tutorial", "documentation", "data"]
|
||||
},
|
||||
{
|
||||
"title": "Becoming Human - Languages",
|
||||
"desc": "Top Programming Languages a Data Scientist Must Master.",
|
||||
"url": "https://becominghuman.ai/top-programming-languages-a-data-scientist-must-master-in-2019-7101a8bc8e16",
|
||||
"tags": []
|
||||
"tags": ["article", "list", "overview", "features"]
|
||||
},
|
||||
{
|
||||
"title": "SQLAlchemy",
|
||||
"desc": "SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.",
|
||||
"url": "https://www.sqlalchemy.org/",
|
||||
"tags": []
|
||||
"tags": ["orm", "databases", "features", "library"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user