4,283 skills found · Page 3 of 143
davidfraser / Pyanpyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. This is different from running the code and seeing which functions are called and how often; there are various tools that will generate a call graph in that way, usually using debugger or profiling trace hooks - for example: https://pycallgraph.readthedocs.org/ This code was originally written by Edmund Horner, and then modified by Juha Jeronen. See README for the original blog posts and links to their repositories.
PriyankaJhaTheDeveloper / DataAnalystPortfolioProjectsThis repository contains my Data Analytics portfolio projects ranging from SQL, Python, Tableau, Excel, and Hadoop (HiveQL).
amaargiru / PycorePython Extended Cheatsheet. I'm using this repository to chronicle my journey through Python
ran-isenberg / Aws Lambda Handler CookbookThis repository provides a working, deployable, open source-based, serverless service blueprint with an AWS Lambda function and AWS CDK Python code with all the best practices and a complete CI/CD pipeline.
LinkedInLearning / Learning Python 2896241This repository is for the Linkedin Learning course: Learning Python
Anon-Exploiter / SUID3NUMA standalone python script which utilizes python's built-in modules to enumerate SUID binaries, separate default binaries from custom binaries, cross-match those with bins in GTFO Bin's repository & auto-exploit those, all with colors! ( ͡~ ͜ʖ ͡°)
milaan9 / 93 Python Data Analytics ProjectsThis repository contains all the data analytics projects that I've worked on in python.
flyhigher139 / Awesome Github RepoA curated list of awesome GitHub repositories. Inspired by awesome-python, which is inspired by awesome-php.
jackiekazil / Data WranglingCode repository for Data Wrangling with Python (O'Reilly)
jimdevops19 / PythonOOPThe Original Code repository for my Python OOP Series
raoulcollenteur / Python Hydrology Tools:droplet: This repository holds a list of open source Python packages interesting to Hydrologists
ChenHongruixuan / ChangeDetectionRepositoryThis repository contains some python code of some traditional change detection methods or provides their original websites, such as SFA, MAD, and some deep learning-based change detection methods, such as SiamCRNN, DSFA, and some FCN-based methods.
rasbt / Algorithms In Ipython NotebooksA repository with IPython notebooks of algorithms implemented in Python.
AammarTufail / Pythonkachilla Version2This repository contains materials and files for Python ka chilla version 2.0 (version means course ka version not of python)
PacktPublishing / Artificial Intelligence With PythonCode repository for Artificial Intelligence with Python, published by Packt
DingGuodong / LinuxBashShellScriptForOpsLinux Bash Shell Script and Python Script For Ops and Devops
metafy-social / Python ScriptsA repository of python scripts that come in handy in automating day-to-day tasks
coderonion / Awesome Cuda And Hpc🚀🚀🚀 This repository lists some awesome public CUDA, cuda-python, cuBLAS, cuDNN, CUTLASS, TensorRT, TensorRT-LLM, Triton, TVM, MLIR, PTX and High Performance Computing (HPC) projects.
uci-ml-repo / UcimlrepoPython package for dataset imports from UCI ML Repository
IQAndreas / Github Issues ImportPython script to import issues from one repository into another, either one at a time or all of them at once.