596 skills found · Page 13 of 20
mrdraper / PythonforblueteamA collection of Python resources for Blue Team security work
mirkovicdev / TSMOMA complete guide to Time Series Momentum (TSMOM) - the strategy that bets on trends continuing. Covers the math, Python implementation from scratch, backtesting, performance metrics, volatility scaling, and common pitfalls. Based on Moskowitz, Ooi & Pedersen (2012). Includes code examples, visualizations, and resources for further learning.
mayercn / LearnPythonResourcesA list of learning resources to learn Python
Parsl / LibsubmitPython library to submit, track and cancel jobs on compute resources
jni / Streaming TalkResources for a talk about streaming data analysis in Python
mixja / Cfn Lambda HandlerThis package provides a decorator for Python Lambda functions handling AWS CloudFormation custom resources
Ventsislav-Yordanov / Data Science And Machine Learning ResourcesA list containing resources for Data Science and Machine Learning with Python.
paulveillard / Cybersecurity Python SecurityAn ongoing collection of Python language tools and frameworks, software, libraries, learning tutorials, frameworks, academic and practical resources.
atxxfs / QQTPVEThis is my Python project named QQTPVE, which adopts the logics and resources of Tencent QQTang. I am a beginner of Python, so my code is messy. I sincerely recommend that you never dig into it, or your soul will be badly polluted, haha!
mohdjishin / BlackHatPythonThis repository is based on the book "Black Hat Python" contains code and resources related to the tools and scripts discussed in the book. The repository provides access to source code written in Python, setup instructions, example data, documentation, and potential updates for the tools and scripts. The repository serves as a resource for readers
ruslanmv / Simple MCP Server With PythonThe Model Context Protocol (MCP) is a standardized way to supply context to large language models (LLMs). Using the MCP Python SDK, you can build servers that expose data (resources), functionality (tools), and interaction templates (prompts) to LLM applications in a secure and modular fashion. In this tutorial, we’ll build a simple MCP server in P
jareddrayton / Python ResourcesA collection of Python links
pwittchen / Learn Python The Hard WaySet of programs written during learning basics of Python and related resources 🐍
softwaremill / Detectnet TestsPython scripts and other resources for tesing DetectNet on Nvidia DIGITS
ezetalamona / Youtube Python TutorialRepo for Jupyter Notebooks and resources linked to the Python Tutorial for Data Analysis
ineelhere / CuratedAn open source project built with Streamlit on Python, that focuses on curating awesome resources for learning awesome skills.
733amir / Python For You And MeResources and codes for teaching python.
uvacw / Teachteacher Python"Teaching the Teacher" resources for colleagues that want to get started using computational methods in their teaching (using Python)
soumyadip1995 / NLP🎓📲 Curriculum to Learn Natural Language Processing. Prerequisites in Python, Deep Learning, Linear Algebra, Probability and Calculus is Needed. A compilation of resources.
nikosdano / SSRF Vulnerable With CurlThis is the vulnerable "proxy" I used on this article: http://resources.infosecinstitute.com/the-ssrf-vulnerability/ . A simple, non-validated Curl request. I will also create a script in Python which will allow you to perform the HTTP port scan.