12,330 skills found · Page 26 of 411
soumyadip007 / Introduction To PythonPython is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant white space. (This repository contains Python 3 Code)
paulross / PythonExtensionPatternsExamples of safe coding practice for Python C extensions.
yeraydiazdiaz / Asyncio FtwpdCode for the examples on my article in Medium AsyncIO for the Working Python Developer
Yubico / Python YubicoPython code to talk to YubiKeys
robertobucher / PysimCoderBlock diagram editor and real time code generator for Python
codeflash-ai / CodeflashCoding super-intelligence to find the most optimized Python code. Use it to optimize existing codebases or new Pull requests as a GitHub Action or a VS Code Extension.
DavidBuchanan314 / Unsafe PythonA library to assist writing memory-unsafe code in "pure" python, without any imports (i.e. no ctypes etc.)
WenjieDu / TSDBa Python toolbox loads 172 public time series datasets for machine/deep learning with a single line of code. Datasets from multiple domains including healthcare, financial, power, traffic, weather, and etc.
ericremoreynolds / ExcelpythonAn open source, easy to use interface for calling Python code from Excel
Lab41 / PySEALThis repository is a fork of Microsoft Research's homomorphic encryption implementation, the Simple Encrypted Arithmetic Library (SEAL). This code wraps the SEAL build in a docker container and provides Python API's to the encryption library.
KeithGalli / GUISource Code to go along with my video on how to program a gui in python using Tkinter
Edwardvaneechoud / FlowfileFlowfile is a visual ETL tool and Python library combining drag-and-drop workflows with Polars dataframes. Build data pipelines visually, define flows programmatically with a Polars-like API, and export to standalone Python code. Perfect for fast, intuitive data processing from development to production.
hpatches / Hpatches BenchmarkPython & Matlab code for local feature descriptor evaluation with the HPatches dataset.
b-tomi / 100DaysOfCode100 Days of Code - The Complete Python Pro Bootcamp for 2021: Project solutions
KeithGalli / SklearnData & Code associated with my tutorial on the sci-kit learn machine learning library in python
pviafore / RobustPythonCode Examples for Robust Python book
uber-archive / FocusonA tool to surface security issues in python code
PacktPublishing / Advanced Machine Learning With PythonCode repository for Advanced Machine Learning with Python, published by Packt
yunho0130 / Python Lectures대학 강의를 위한 강의자료 및 소스코드 저장소 Python Lecture slide & code for University Student.
fillipe-gsm / Python TspLibrary to solve Traveling Salesperson Problems with pure Python code