Open in app

Sign in

Write

Sign in

Jake from Mito
Jake from Mito

2.6K Followers

Home

About

Jun 9

Help Support Mito on Product Hunt!!

A quick note: Mito AI is live on Product Hunt! It would be great if you could show some love and upvote and leave a comment! Here is the launch page:

Python

1 min read

Help Support Mito on Product Hunt!!
Help Support Mito on Product Hunt!!
Python

1 min read


Apr 14

How Wall Street is Moving to Python

For the past 2 years, my work has been focused on helping banks transition spreadsheet users to Python. Below, I’ll overview why and how financial analysts are making this leap. No, Spreadsheets Are not Going Away The common first question I get is “why do you think Python can eat…

Python

4 min read

How Wall Street is moving to Python
How Wall Street is moving to Python
Python

4 min read


Mar 21

Python Basics #4: Pandas

This is post four in our series Python Basics, where we discuss the minimum Python and Jupyter you need to know to successfully automate Excel reports using Mito. Read Post One: Hello World, Post Two: Variables, and Post Three: Functions. So far, we’ve used variables to hold individual values, for…

Python

3 min read

Python Basics #4: Pandas
Python Basics #4: Pandas
Python

3 min read


Mar 21

Python Basics #3 Functions

This is post three in our series Python Basics, where we discuss the minimum Python and Jupyter you need to know to successfully automate Excel reports using Mito. Read Post One: Hello World and Post Two: Variables. In the last post, we learned that variables are containers that hold values…

Python

4 min read

Python

4 min read


Mar 21

3 Python Packages for Spreadsheet Users

It is inevitable: spreadsheets users will have their workflows drastically altered by programming languages like Python. Spreadsheets are brilliant pieces of software. They are flexible, visual, and easy to use, a trifecta that most software does not have. …

Python

3 min read

3 Python Packages for Spreadsheet Users
3 Python Packages for Spreadsheet Users
Python

3 min read


Mar 21

Python Basics #2: Variables

This is post two in our series Python Basics, where we discuss the minimum Python and Jupyter you need to know to successfully automate Excel reports using Mito. Read post one here. In the last post, we wrote our first piece of code. …

Python

3 min read

Python Basics #2: Variables
Python Basics #2: Variables
Python

3 min read


Mar 13

4 Python Packages Everyone Should Know

1.Mito Mito is a spreadsheet front-end for Python. You can call Mito into your Jupyter Notebook and each edit you make in the front-end will generate the equivalent Python. Here is a video demo: To install Mito, use these three commands: python -m pip install mitoinstaller python -m mitoinstaller…

Python

3 min read

4 Python Packages Everyone Should Know
4 Python Packages Everyone Should Know
Python

3 min read


Mar 12

Please Steal My Code: Concatenating Dataframes in Pandas

If you concatenate two dataframes, a new dataframe will be created with the rows of the first dataframe above the rows of the second dataframe. The code you probably want To concatenate two dataframes while keeping only the columns they share: import pandas as pd df1 = pd.DataFrame({'A': [1, 2], 'B': ['a', 'b']}) df2 = pd.DataFrame({'A': [3…

Python

2 min read

Please Steal My Code: Concatenating Dataframes in Pandas
Please Steal My Code: Concatenating Dataframes in Pandas
Python

2 min read


Mar 9

Everything you need to know about joins in Python

Merging dataframes allows you to combine multiple data sources into one. In the data world, enriching data often includes merging two datasets together. These datasets can be similar or different. Pandas is a great way to do this in a few lines of code. …

Python

2 min read

Everything you need to know about joins in Python
Everything you need to know about joins in Python
Python

2 min read


Mar 8

Better Pivot Tables in Python: A Guide

Pivot tables are the classic requirement on a job posting that you learn the day before the interview. Nobody uses them until you need them, and then they become your best friend. Pivot tables were first featured in Lotus, the precursor to Excel, and then became popularized in Excel 5. …

Python

6 min read

Better Pivot Tables in Python: A Guide
Better Pivot Tables in Python: A Guide
Python

6 min read

Jake from Mito

Jake from Mito

2.6K Followers

Exploring the future of Python and Spreadsheets

Following
  • Pranavathiyani G

    Pranavathiyani G

  • Thomas Jay Rush

    Thomas Jay Rush

  • Miriam Santos

    Miriam Santos

  • Vijini Mallawaarachchi

    Vijini Mallawaarachchi

  • David Venturi

    David Venturi

See all (91)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams