python

DEV Community

What 3.9M powerlifting records tell us about competition strategy — an EDA with Python When I started this EDA project for my Data Science Master at Evolve , I picked the Open Powerlifting dataset because beyond being a gym-rat, I've always been curious about the competition strategy in powerlifting. The dataset Open Powerlifting is an open-source project that tracks powerlifting competition resu…

computer-sciencedata-analysisdata-sciencepython
DEV Community

LangChain, AutoGen, CrewAI — the framework ecosystem for AI agents is crowded. Most tutorials jump straight into one of these, which is fine for getting something running fast. It is not fine for understanding what is actually happening. This tutorial builds a minimal ReAct-style agent from scratch: no framework dependencies, no magic, ~150 lines of Python. Once you have built it, you will unders…

aimachine-learningpython
DEV Community

Tags: python cryptocurrency api quantitative-finance tutorial Estimated reading time: 25 minutes | Difficulty: Intermediate The Problem Nobody Talks About It's 3 AM. Bitcoin just dropped 18% in 45 minutes. Your long position got liquidated while you were asleep. You wake up to a notification that your account balance is zero. This isn't a hypothetical. On August 5, 2024, over $1 billion in liquid…

algorithmic-tradingcomputer-sciencepythonquant-finance
QuantInsti Articles

What is a neural network and how does it work? How can you create a neural network with the famous Python programming language? In this tutorial, learn the concept of neural networks, their work, and their applications along with Python in trading.

aialgorithmic-tradingmachine-learningpythonquant-finance
QuantInsti Articles

For all the Options lover here is a guide to Option’s long strangle strategy with an easy to follow example. You can also learn how to design a payoff chart for this strategy using Python Programming.

algorithmic-tradingpythonquant-finance
QuantInsti Articles
QuantInsti Articles
QuantInsti Articles

This article explains the creation and execution of a Jade Lizard Strategy. Jade Lizard is a neutral or bullish and custom trading strategy.

algorithmic-tradingpythonquant-finance
QuantInsti Articles

Learn implementation, analysis, and optimisation techniques for straddle options trading strategy through Python. Elevate your trading skills with practical insights and Python application with a straddle option strategy.

algorithmic-tradingpythonquant-finance
QuantInsti Articles
KDnuggets

10 Python One-Liners to Optimize Your Machine Learning Pipelines This tutorial will focus on ten practical one-liners that leverage the power of libraries like Scikit-learn and Pandas to help streamline your machine learning workflows. Image by Author | ChatGPT # Introduction When it comes to machine learning, efficiency is key. Writing clean, readable, and concise code not only speeds up develop…

aimachine-learningpython
Upcoming Engineer

Data Analytics Internship GE Appliances About the Internship The Intern will be working on Python scripting for automation of data, Machine Learning (Training the data for automating), building user interface to access SQL database. Skill(s) required Python Programming: Advanced proficiency in Python, with experience in libraries such as Pandas, NumPy, Scikit-learn, NLTK or SpaCy, OpenAI, […] The…

aicomputer-sciencemachine-learningpython
John D. Cook

I used Mathematica to create the graphics for my previous two posts because SciPy didn’t have the functions I needed. In particular, elliptic integrals and elliptic functions in SciPy only take real-valued arguments, but I needed to use complex arguments. Also, I needed theta functions, which are not in SciPy at all. I thought mpmath […] The post Elliptic functions of a complex argument in Python…

computer-scienceprogramming-languagespython
Quantitative Finance & Algo Trading Blog by QuantInsti

By Devang Singh In this article, you will learn about the origin and implications of Volatility Smile. You will also see how to plot the volatility smile curve in Python. To start with, we will understand the concept of Volatility Smile by analyzing the assumption in Black Scholes Model (BSM), that the underlying’s daily returns are lognormally distributed. Black Scholes Model - Lognormal Assumpt…

pythonquant-financevolatility-modeling
Quantitative Finance & Algo Trading Blog by QuantInsti

We have told you why Python is one of the preferred languages to do algo trading in this article. We have also told you about programmatic trading in India. We also had a successful webinar on Trading in Indian Markets using Python (Click here to watch the webinar), we ought to give you a prelude to the trading platform which will enable you to implement your algorithmic trading strategies in pyt…

algorithmic-tradingpythonquant-finance
Healthy Algorithms

I had a fun little project a while back, to deal with some night noise that was getting in the way of my sleep. Active noise reduction, hacked together in Python. It really works (for me)! There is tons of … Continue reading →

pythontechnology