6,977 skills found · Page 10 of 233
matrix-org / Matrix Python SDKMatrix Client-Server SDK for Python 2 and 3
JerryKurata / MachineLearningWithPythonStarter files for Pluralsight course: Understanding Machine Learning with Python
RuiSantosdotme / ESP MicroPythonESP32/ESP8266 MicroPython eBook »
ozcanyarimdunya / Python Mini Projelerpython ile yaptığım minik projeler
alexandreblin / Python Can MonitorA Python script to display data from a CAN bus
monero-ecosystem / Monero PythonA comprehensive Python module for handling Monero cryptocurrency
milaan9 / 10 Python Pandas ModulePandas is a high-level data manipulation tool developed by Wes McKinney. It is built on the Numpy package and its key data structure is called the DataFrame. DataFrames allow you to store and manipulate tabular data in rows of observations and columns of variables.
PacktPublishing / Mastering Python Scripting For System Administrators Mastering Python Scripting for System Administrators, published by Packt
mind-network / Mind Lake SDK PythonMind Lake SDK in Python
ericsnowcurrently / Multi Core PythonEnabling CPython multi-core parallelism via subinterpreters.
lonelyenvoy / Python MemoizationA powerful caching library for Python, with TTL support and multiple algorithm options.
clach04 / Python TuyaPython interface to ESP8266MOD WiFi smart devices from Shenzhen Xenon. NOTE I'm not using any devices with this library so I can't test :-(
milaan9 / 09 Python NumPy ModuleNumpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for scientific computing with Python. Besides its obvious scientific uses, Numpy can also be used as an efficient multi-dimensional container of generic data.
AammarTufail / Six Months Python For Data Science Mentorship ProgramNo description available
clear-code-projects / Minecraft In PythonProject files for a tutorial on Minecraft in Python available here: https://youtu.be/DHSRaVeQxIk
JoyceCoder / Data Mining Python《python数据分析与挖掘实战》项目实践及拓展
krishnaik06 / Movie Recommender In PythonNo description available
pmarti / Python MessagingPure python SMS/MMS encoder/decoder
pypa / Python Manylinux DemoDemo project for building Python wheels for Linux with Travis-CI
milaan9 / 12 Python Seaborn ModuleSeaborn is one of the go-to tools for statistical data visualization in python. It has been actively developed since 2012 and in July 2018, the author released version 0.9. This version of Seaborn has several new plotting features, API changes and documentation updates which combine to enhance an already great library. This article will walk through a few of the highlights and show how to use the new scatter and line plot functions for quickly creating very useful visualizations of data.