Tag: Python
All the articles with the tag "Python".
-
Optimal Blackjack Strategy Through Dynamic Programming
An analysis of optimal Blackjack strategies using recursive decomposition and dealer probability analysis.
-
Learning Optimal Pricing with Reinforcement Learning
A technical implementation of the Actor-Critic algorithm to solve dynamic pricing. This project benchmarks RL against theoretical optima to test its effectiveness in combinatorial optimization.
-
Analysis of State Schools in Scotland: Map of Scotland with Schools
A geospatial project using the Postcodes.io API and Folium to create an interactive map of Scottish schools, visualizing the relationship between pupil density and local deprivation levels.
-
Building a Web Crawler using Python
A comprehensive guide to building a functional web crawler in exactly 100 lines of Python code, covering URL success handling, depth thresholds, and data storage.