AgentPy - Agent-based modeling in Python — agentpy 0.1.1.dev0 documentation

Python
Reshaping in Pandas - Pivot, Pivot-Table, Stack, and Unstack explained with Pictures
In this post, I'll exemplify some of the most common Pandas reshaping functions and will depict their work with diagrams ...
How to Build Command Line Interfaces in Python With argparse – Real Python
In this step-by-step Python tutorial, you'll learn how to take your command line Python scripts to the next level by adding a convenient command line interface that you can write with argparse.
willmcgugan/rich
Rich is a Python library for rich text and beautiful formatting in the terminal. - willmcgugan/rich
Use Sentiment Analysis With Python to Classify Movie Reviews – Real Python
In this tutorial, you'll learn about sentiment analysis and how it works in Python. You'll then build your own sentiment analysis classifier with spaCy that can predict whether a movie review is positive or negative.
Creating Web APIs with Python and Flask
Learn how to set up a basic Application Programming Interface (API) to make your data more accessible to users. This lesson also discusses principles of API design and the benefits of APIs for d...
gender-guesser · PyPI
Get the gender from first name.
Download Youtube video to mp3 with Python
I often need to download videos from Youtube in mp3 format. There are many websites where you can co...
How to Perform a Two-Way ANOVA in Python - Statology
A simple explanation of how to perform a two-way ANOVA in Python.
Welcome to Faker’s documentation! — Faker 8.1.3 documentation
Clustergam: visualisation of cluster analysis – Martin Fleischmann
ml-tooling/opyrator
🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more. - ml-tooling/opyrator
How to Easily Automate Your Python Scripts on Mac and Windows
Use crontab and the task scheduler to automate your scripts and save time
Turn your Python Script into a ‘Real’ Program with Docker
No one cares if you can reverse a linked list — they want a one-click way to use your software on their machine. Docker makes that…
Pandas GroupBy: Your Guide to Grouping Data in Python – Real Python
In this tutorial, you'll learn how to work adeptly with the Pandas GroupBy facility while mastering ways to manipulate, transform, and summarize data. You'll work with real-world datasets and chain GroupBy methods together to get data in an output that suits your purpose.
pandas.Grouper — pandas 1.2.4 documentation
tfeldmann/simplematch
Minimal, super readable string pattern matching for python. - tfeldmann/simplematch
Python Practice: Free Ways To Improve Your Python Skills – Dataquest
Getting good Python practice can help solidify your coding skills. Here are some of the best resources for practicing Python:
Difference between apply() and transform() in Pandas
Some of the most useful Pandas tricks
Comprehensive Guide to Grouping and Aggregating with Pandas
Pandas groupby and aggregation provide powerful capabilities for summarizing data. This article will discuss basic functionality as well as complex aggregation functions.
Scrapy Tutorial — Scrapy 2.4.1 documentation
Beautiful Soup: Build a Web Scraper With Python – Real Python
In this tutorial, you'll walk through the main steps of the web scraping process. You'll learn how to write a script that uses Python's requests library to scrape data from a website. You'll also use Beautiful Soup to extract the specific pieces of information that you're interested in.
lux-org/lux
Python API for Intelligent Visual Data Discovery. Contribute to lux-org/lux development by creating an account on GitHub.
gruns/icecream
🍦 Never use print() to debug again. Contribute to gruns/icecream development by creating an account on GitHub.
zillow/luminaire: Luminaire is a python package that provides ML driven solutions for monitoring time series data.
Luminaire is a python package that provides ML driven solutions for monitoring time series data. - zillow/luminaire
Pattern matching tutorial for Pythonic code | Pydon't | Mathspp
The mathspp website is home to some very interesting content about mathematics and programming.
The Violin Plot - with Examples | Data Visualization Designer
Violin plots are used to visualize data with its probability density at different values. Find out more and browse violin plot examples.
Beginner Python Tutorial: Analyze Your Personal Netflix Data – Dataquest
How much time have you spent watching The Office on Netflix? Find out with this entry-level tutorial on analyzing your own Netflix usage data!