774 skills found · Page 4 of 26
yonycherkos / Applied Data Science With Python SpecializationThe 5 courses in this University of Michigan specialization introduce learners to data science through the python programming language. This skills-based specialization is intended for learners who have a basic python or programming background, and want to apply statistical, machine learning, information visualization, text analysis, and social network analysis techniques through popular python toolkits such as pandas, matplotlib, scikit-learn, nltk, and networkx to gain insight into their data. Introduction to Data Science in Python (course 1), Applied Plotting, Charting & Data Representation in Python (course 2), and Applied Machine Learning in Python (course 3) should be taken in order and prior to any other course in the specialization. After completing those, courses 4 and 5 can be taken in any order. All 5 are required to earn a certificate.
tcassou / MapsplotlibCustom Python plots on a Google Maps background. A flexible matplotlib like interface to generate many types of plots on top of Google Maps.
cpmech / PlotpyRust plotting library using Python (Matplotlib)
abarbu / Matplotlib HaskellHaskell bindings for Python's Matplotlib
crxguy52 / SerialplotA python GUI that plots serial data in real time. Used with embedded systems. Uses matplotlib and pyserial
MaiMeng1204 / Predict House Rent With Neutral Network本项目利用Python的scrapy框架爬取链家网的上海市租房信息,利用pandas、numpy、matplotlib、seaborn、folium 、wordcloud 等库进行数据分析和可视化,通过one-hot编码和文本特征提取出120个训练特征,搭建3层神经网络对上海市租房价格进行预测。
rafael-fuente / N Body Numerical SimulationScript written in Python to integrate the equations of motion of N particles interacting with each other gravitationally. The script computes the equations of motion and use scipy.integrate to integrate them. Then it uses matplotlib to visualize the solution.
juliojsb / SarviewerGenerate graphs with gnuplot or matplotlib (Python) from sar data
ericmjl / HiveplotHive Plots in using Python & matplotlib!
Devrim-Celik / Interactive Neuron Model SimulatorInteractive Matplotlib Plots in Python, convering Models such as the Leaky Integrate and Fire, Izhikevich Model, FitzHugh-Nagumo Model etc...
ShujiaHuang / GeneviewGenomics data visualization in Python by using matplotlib.
nilsvu / TexfigUtility to generate PGF vector files from Python's Matplotlib plots to use in LaTeX documents.
pclausen / Obj2pngPython script for converting 3D triangular mesh (obj) to image file (png) with MatPlotLib
chaklam-silpasuwanchai / Python For Data ScienceThis is the repository for the course Python for Data Science covering Python Basics, Data Science Libraries (e.g., Pandas, Matplotlib, Sklearn).
daskol / Mpl TypstTypst backend for matplotlib (Python visualization library).
weidafeng / Python Matplotlib Practices《Python数据可视化之matplotlib实践》配套代码。
exeex / Midi VisualizationA python package for midi-visualization which works with numpy, matplotlib and mido
MYoussef885 / House Price PredictionThe "House Price Prediction" project focuses on predicting housing prices using machine learning techniques. By leveraging popular Python libraries such as NumPy, Pandas, Scikit-learn (sklearn), Matplotlib, Seaborn, and XGBoost, this project provides an end-to-end solution for accurate price estimation.
jmarrec / OpenStudio To EnergyPlusAPIPython: using OpenStudio Bindings, EnergyPlus API, and matplotlib
dlab-berkeley / Python Data Visualization LegacyD-Lab's 3 hour introduction to data visualization with Python. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more, using matplotlib and seaborn.