Programming: Difference between revisions

From Ideasplace
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 21: Line 21:


====Python Libraries of Note====
====Python Libraries of Note====
*[https://numpy.org/ NumPy] - adds support for large, multi-dimensional arrays and matrices
*[https://numpy.org/ NumPy] - Scientific Computing
*[https://scipy.org/ SciPy] - contains modules for optimization, linear algebra, integration, interpolation, special functions, FFT, signal and image processing
*[https://pandas.pydata.org/ Pandas] - Data Analysis
*[https://keras.io/ Keras] - artificial neural networks
*[https://matplotlib.org/ Matplotlib] - Data Visualization
*[https://pandas.pydata.org/ Pandas] - data manipulation and analysis.
*[https://scipy.org SciPy] - Scientific Computing
*[https://matplotlib.org/ Matplotlib] - plotting library for the Python programming language and its numerical mathematics extension NumPy
*[https://scikit-learn.org/ Scikit-learn] - Machine Learning
*[https://pytorch.org/ PyTorch] - machine learning library based on the Torch library used for applications such as computer vision and natural language processing
*[https://www.tensorflow.org/ TensorFlow] - Machine Learning/AI
*[https://scikit-learn.org/ Scikit-learn] - machine learning library
*[https://keras.io/ Keras Keras] - Machine Learning/AI
*[https://www.tensorflow.org/ TensorFlow] - used mainly for training and inference of neural networks.
*[https://pytorch.org/ PyTorch] - Machine Learning/AI
*[https://requests.readthedocs.io/ Requests] - client library - maps the HTTP protocol onto Python's object-oriented semantics
*[https://flask.palletsprojects.com/en/stable/ Flask] - Web DevelopmentCF6\t
*[https://www.djangoproject.com Django] - Web Development
*[https://requests.readthedocs.io/ Requests] - HTTP for Humans
*[https://www.crummy.com/software/BeautifulSoup/ BeautifulSoup] - Web Scraping
*[https://selenium-python.readthedocs.io Selenium] - Web Testing/Automation
*[https://www.pygame.org/ PyGame] - Game Development
*[https://www.sympy.org SymPy] - Symbolic Mathematics
*[https://pillow.readthedocs.io Pillow] - Image Processing
*[https://www.sqlalchemy.org SQLAlchemy] - Database Access
*[https://plotly.com/python/ Plotly] - Interactive Visualization
*[https://dash.plotly.com Dash] - Web Applications
*[https://jupyter.org Jupyter] - Interactive Computing
*[https://fastapi.tiangolo.com FastAPI] - Web APIs
*[https://spark.apache.org/docs/latest/api/python/index.html PySpark] - Big Data Processing
*[https://www.nltk.org NLTK] - Natural Language Processing
*[https://spacy.io spaCy] - Natural Language Processing
*[https://www.tornadoweb.org/en/stable/ Tornado] - Web Development
*[https://streamlit.io Streamlit] - Data Apps
*[https://bokeh.org Bokeh] - Data Visualization
*[https://docs.pytest.org/ PyTest] - Testing Framework
*[https://docs.celeryq.dev/ Celery] - Task Queuing
*[https://gunicorn.org Gunicorn] - WSGI HTTP Server


===Arduino===
===Arduino===

Latest revision as of 15:21, 16 January 2025

General Programming

Python

Python Libraries of Note

Arduino

C derivatives

HTML5/CSS

Javascript

Ruby

PHP

Perl

ASP.NET

Java

Server side Javascript

NoSQL databases

Relational databases