1,075 skills found · Page 3 of 36
admica / FileScopeMCPAnalyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages such as Python, C, C++, Rust, Zig, Lua.
IBM / Ibm Generative AIIBM-Generative-AI is a Python library built on IBM's large language model REST interface to seamlessly integrate and extend this service in Python programs.
codingforentrepreneurs / 30 Days Of Python 3.6This is a soon-to-be archived project version of 30 Days of Python. The original tutorial still works but we have an updated version in the works right now.
learnbyexample / 100 Page Python Intro:snake: Short, introductory guide for the Python programming language :green_book: :zap:
marcelogdeandrade / PythonCompilerCode used on "Writing your own programming language and compiler with Python" post
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)
sbcshop / HackyPi SoftwareHackyPi is a compact and versatile USB device powered by the RP2040 microcontroller. It is a powerful tool for both ethical hacking and learning programming, compatible with all major operating systems. You can program using python language.
johnynek / BosatsuA python-ish pure and total functional programming language
ImagingDataCommons / HighdicomHigh-level DICOM abstractions for the Python programming language
python-quantities / Python QuantitiesQuantities package for the python programming language
ikotler / PythonectA general-purpose dataflow programming language based on Python, written in Python
er4vn / Cam DumperCam-dumper is a written tool in the language of Python program for hacking CCTV cameras that can access cameras in 20 countries
soumyadip007 / Object Oriented Programming Using PythonPython is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).
zakariamaaraki / RemoteCodeCompilerAn online code compiler supporting 11 programming languages (Java, Kotlin, Scala, C, C++, C#, Golang, Python, Ruby, Rust and Haskell) for competitive programming and coding interviews.
JetBrains / Educational PluginEducational plugin to learn and teach programming languages such as Kotlin, Java, Python, JavaScript, and others right inside of JetBrains IntelliJ Platform based IDEs.
OpShin / OpshinA simple pythonic programming language for Smart Contracts on Cardano
JoeyHendricks / Python Benchmark HarnessA micro/macro benchmark framework for the Python programming language that helps with optimizing your software.
cunnane / XloilxlOil provides framework for interacting with Excel in different programming languages (python & C++ currently)
charlieg / A Smattering Of NLP In PythonA very brief introduction to Natural Language Processing programming in Python
FarheenB / Data Structures And AlgorithmsSolution to 500+ popular data structure and algorithm problems in Java, C++ and Python programming languages.