Programming: Difference between revisions

From Ideasplace
Jump to navigation Jump to search
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
*[ Flask - Web DevelopmentCF6\t]
*[ Django - Web Development]
*[https://requests.readthedocs.io/ Requests - HTTP for Humans]
*[ BeautifulSoup - Web Scraping]
*[ Selenium - Web Testing/Automation]
*[ PyGame - Game Development]
*[ SymPy - Symbolic Mathematics]
*[ Pillow - Image Processing]
*[ SQLAlchemy - Database Access]
*[ Plotly - Interactive Visualization]
*[ Dash - Web Applications]
*[ Jupyter - Interactive Computing]
*[ FastAPI - Web APIs]
*[ PySpark - Big Data Processing]
*[ NLTK - Natural Language Processing]
*[ spaCy - Natural Language Processing]
*[ Tornado - Web Development]
*[ Streamlit - Data Apps]
*[ Bokeh - Data Visualization]
*[ PyTest - Testing Framework]
*[ Celery - Task Queuing]
*[ Gunicorn - WSGI HTTP Server


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

Revision as of 15:08, 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