514 skills found · Page 5 of 18
python / Python Docs KoKorean translation of the Python documentation
python / Python Docs IdTerjemahan Bahasa Indonesia untuk Dokumentasi Python
ACCarnall / SpectResSpectRes is a Python module which efficiently resamples spectra and their associated uncertainties onto an arbitrary wavelength grid. Read the documentation at
python / Python Docs JaJapanese Translation of the Python Documentation
MananSoni42 / LmdocsGenerate python documentation using LLMs
frame-lang / Frame TranspilerFrame is new progrmming language for creating state machines (automata) in Python as well as generating UML documentation.
dldl / Sphinx ServerSphinx documentation Docker image with Python server and support for PlantUML and more.
MRsources / MRzero CorePython package and documentation for MR-zero
franneck94 / PythonProjectTemplatePython project template with unit-tests, documentation, ci-testing and workflows.
NYPL / Historical MinecraftPython scripts and documentation for generating topographically accurate Minecraft maps from historical map scans
byexamples / ByexampleWrite snippets of code in C++, Python, Ruby, and others as documentation and execute them as regression tests.
proycon / FoliaFoLiA: Format for Linguistic Annotation - FoLiA is a rich XML-based annotation format for the representation of language resources (including corpora) with linguistic annotations. A wide variety of linguistic annotations are supported, making FoLiA a useful format for NLP tasks and data interchange. Note that the actual Python library for processing FoLiA is implemented as part of PyNLPl, this contains higher-level tools that use the library as well as the full documentation, validation schemas, and set definitions
DrummerB / UnrealEngineDocsetA python script that generates Dash compatible documentation for Unreal Engine 4.
Dicklesworthstone / Llm DocsCondensed, LLM-optimized documentation for popular Python packages: stripped of fluff to maximize context window efficiency
rayluo / IdentityThis is an authentication/authorization library optimized for web apps. It provides some higher level APIs built on top of Microsoft's MSAL Python. Read its documentation here: https://identity-library.readthedocs.io
melissawm / MinimalsphinxA repo with a minimal Sphinx example for Python documentation.
MaddyGuthridge / FL Studio API StubsStub code, documentation, and basic emulation for the FL Studio Python API
PipableAI / Pip Library EtlThis Python package simplifies generating documentation for functions and methods in designated modules or libraries. It enables effortless function call generation from natural language input or existing signatures, and facilitates crafting new ones through the integrated model. Beyond documentation, it seamlessly generates sophisticated SQL too.
Azure-Samples / Ms Identity Docs Code PythonSource for the Python code snippets in the Microsoft identity platform documentation found on https://docs.microsoft.com.
CBICA / TutorialsHere, we will be showcasing our seminar series “CPP for Image Processing and Machine Learning” including presentations and code examples. There are image processing and machine learning libraries out there which use C++ as a base and have become industry standards (ITK for medical imaging, OpenCV for computer vision and machine learning, Eigen for linear algebra, Shogun for machine learning). The documentation provided with these packages, though extensive, assume a certain level of experience with C++. Our tutorials are intended for those people who have basic understanding of medical image processing and machine learning but who are just starting to get their toes wet with C++ (and possibly have prior experience with Python or MATLAB). Here we will be focusing on how someone with a good theoretical background in image processing and machine learning can quickly prototype algorithms using CPP and extend them to create meaningful software packages.