Dev Genius

Coding, Tutorials, News, UX, UI and much more related to development

Follow publication

Member-only story

Getting started with Python data processing

Maw Ferrari
Dev Genius
Published in
4 min readJul 16, 2022

Python data processing: environment and main anatomy.

· 1. Run Anaconda
· 2. Create a Jupyter Notebook
· 3. Begin Python data analysis
· 4. Anatomy of Python data analysis scripts
· 5. Your turn..

In this post, I want to walk you through the essential steps to be quickly up and running with Python, for data analysis and processing.

We will use the Python distribution available in Anaconda, a platform with a lot of free Data Science tools and libraries, of which I am a big fan. In case you haven’t installed it yet, you can just download it from here, and install it in a few clicks.

Once installed, let’s go and see how you can quickly start using Python and its best library for data analysis.

1. Run Anaconda

You will see the Anaconda interface with a full stack of Data Science tools. Let’s launch Jupyter Notebook.

2. Create a Jupyter Notebook

The Jupyter Notebook is an open-source web application that allows you to create documents that contain live code, equations, visualizations and narrative text.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Published in Dev Genius

Coding, Tutorials, News, UX, UI and much more related to development

No responses yet

Write a response