LogoInfinitePy Newsletter 🇺🇸
About Us
🇧🇷 Português
🇪🇸 Español
Subscribe
Oliver Buchannon
Eduardo Miranda

Sou o Eduardo, professor e profissional experiente nas áreas de programação e engenharia de dados. Ao longo dos anos me dediquei à função educacional, alimentado pela paixão de desmistificar conceitos complexos de dados e capacitar a próxima geração de engenheiros de dados. Com ampla experiência em um amplo espectro, incluindo programação Python, banco de dados, computação em nuvem e modelagem de dados. Seja ensinando Python, uma das minhas linguagens favoritas, ou guiando os alunos pelo mundo da arquitetura de big data, meu foco está sempre em tornar ideias complexas acessíveis e acionáveis. Áreas de especialização ↳ Programação para engenharia de dados. ↳ Bancos de dados NoSQL. ↳ Big Data. Se você estiver interessado em colaboração, procurando um palestrante para seu evento ou buscando elevar seus projetos orientados a dados e recursos Python, adoraria ouvir de você. Vamos nos conectar e fazer da engenharia de dados uma força transformadora em sua organização. Sinta-se à vontade para entrar em contato!

Optimizing performance in PySpark with Parquet files - Part I

Oct 1, 2024

•

12 min read

Optimizing performance in PySpark with Parquet files - Part I

Optimizing Big Data Processing: An In-Depth Look at Parquet Coding Methods.

Eduardo Miranda
Eduardo Miranda
Main Transformations and Actions Available in Apache Spark DataFrame: An Overview with Practical Examples

Sep 16, 2024

•

12 min read

Main Transformations and Actions Available in Apache Spark DataFrame: An Overview with Practical Examples

Clarifying Examples of Transformations and Actions in PySpark DataFrames.

Eduardo Miranda
Eduardo Miranda
Getting started with PySpark on Google Colab

Aug 30, 2024

•

9 min read

Getting started with PySpark on Google Colab

Welcome to our journey into the world of PySpark! PySpark is the Python API for Apache Spark, the open source framework designed for distributed data processing.

Eduardo Miranda
Eduardo Miranda
PySpark Introduction: Powering Big Data Processing with Apache Spark

Aug 16, 2024

•

8 min read

PySpark Introduction: Powering Big Data Processing with Apache Spark

Big Data has revolutionized business operations, necessitating advanced tools like PySpark. This post introduces PySpark, a vital tool that harnesses Apache Spark's power for handling vast data volumes.

Eduardo Miranda
Eduardo Miranda
Discover Python: Daily Questions for All Levels.

Aug 13, 2024

•

5 min read

Discover Python: Daily Questions for All Levels.

Welcome to our daily Python challenge! As lovers and enthusiasts of this amazing language, we have created a space where you can improve your skills and test your knowledge every day.

Eduardo Miranda
Eduardo Miranda
Understanding the Speed and Efficiency of Polars

Aug 9, 2024

•

8 min read

Understanding the Speed and Efficiency of Polars

Learn how Polars achieves its remarkable speed and memory efficiency compared to pandas, leveraging mechanisms like optimized query execution, Apache Arrow integration, and parallel processing.

Eduardo Miranda
Eduardo Miranda
Introduction to Python Polars 🐻‍❄️: A High-Efficiency DataFrames Built to Scale

Aug 2, 2024

•

7 min read

Introduction to Python Polars 🐻‍❄️: A High-Efficiency DataFrames Built to Scale

Polars efficiently handles millions of rows, making Python codes simpler and cleaner. In terms of speed, Polars is not just quick; it's incredibly fast.

Eduardo Miranda
Eduardo Miranda
Integrating Python Pandas with ChatGPT: A new frontier

Jul 25, 2024

•

5 min read

Integrating Python Pandas with ChatGPT: A new frontier

Utilizing high-caliber Python libraries like Pandas and integrating them with powerful tools such as ChatGPT can substantially enhance productivity and streamline the process of extracting valuable insights from organizational data assets.

Eduardo Miranda
Eduardo Miranda
How to create OpenAI API keys

Jul 25, 2024

•

3 min read

How to create OpenAI API keys

In this article, we will guide you through the process of generating an OpenAI API key for ChatGPT.

Eduardo Miranda
Eduardo Miranda
Demystifying NLP and NLTK: A Step-by-Step Guide for Beginners

Jul 19, 2024

•

11 min read

Demystifying NLP and NLTK: A Step-by-Step Guide for Beginners

At present where every major industry ranging from healthcare to finance and from e-commerce to manufacturing depends on data science and artificial intelligence, comprehending human language has emerged as a crucial task. Natural Language Processing (NLP) is still at the cutting edge of this hazy borderland of linguistics and computer science.

Eduardo Miranda
Eduardo Miranda
Why You Should Learn Python for Data Analysis: Surpassing Excel in Efficiency and Automation

Jul 11, 2024

•

6 min read

Why You Should Learn Python for Data Analysis: Surpassing Excel in Efficiency and Automation

Discover the Key Benefits of Python for Data Analysis and Revolutionize Your Accuracy and Efficiency

Eduardo Miranda
Eduardo Miranda
Analyzing Excel Sales Data with Python Pandas and Seaborn - Part III

Jul 4, 2024

•

9 min read

Analyzing Excel Sales Data with Python Pandas and Seaborn - Part III

Visualizing Seasonal Trends, Customer Revenue, and Top Products for Optimal Sales Strategies

Eduardo Miranda
Eduardo Miranda
Exploring Essential List Methods in Python

Jul 2, 2024

•

3 min read

Exploring Essential List Methods in Python

Python lists are one of the most versatile and widely used data structures in the language. They allow users to store collections of items, which can be of mixed data types, and provide a plethora of methods to manipulate these collections efficiently.

Eduardo Miranda
Eduardo Miranda
Analyzing Excel Sales Data with Python Pandas and Seaborn - Part II

Jun 27, 2024

•

7 min read

Analyzing Excel Sales Data with Python Pandas and Seaborn - Part II

In the modern data-driven world, analyzing sales data can offer tremendous insights into business performance, customer behaviour, and potential growth opportunities.

Eduardo Miranda
Eduardo Miranda
Analyzing Excel Sales Data with Python Pandas and Seaborn - Part I

Jun 20, 2024

•

7 min read

Analyzing Excel Sales Data with Python Pandas and Seaborn - Part I

In the modern data-driven world, analyzing sales data can offer tremendous insights into business performance, customer behaviour, and potential growth opportunities.

Eduardo Miranda
Eduardo Miranda
Introducing PyMongo: Your Gateway to MongoDB in Python Development

Jun 13, 2024

•

6 min read

Introducing PyMongo: Your Gateway to MongoDB in Python Development

Simplify MongoDB Operations with Python: A Beginner's Guide to Inserting, Querying, and Aggregating Data Efficiently for Your Data-Driven Projects

Eduardo Miranda
Eduardo Miranda
Transform Your Python Projects with Robust Logging Techniques - Part I

Jun 6, 2024

•

6 min read

Transform Your Python Projects with Robust Logging Techniques - Part I

Logging is a crucial skill for any Python developer, aiding in debugging, performance monitoring, and fault diagnosis. Here we will delve deep into Python logging, covering it from basic to advanced levels, and including practical examples to solidify your understanding.

Eduardo Miranda
Eduardo Miranda
RAPIDS cuDF Instantly Speeds Up Pandas by Up to 50x on Google Colab

Jun 4, 2024

•

3 min read

RAPIDS cuDF Instantly Speeds Up Pandas by Up to 50x on Google Colab

Eduardo Miranda
Eduardo Miranda
Working with Data in Python: From Basics to Advanced Techniques

May 30, 2024

•

4 min read

Working with Data in Python: From Basics to Advanced Techniques

Python has emerged as one of the most popular programming languages for data manipulation and analysis, thanks to its simplicity and the power of its libraries.

Eduardo Miranda
Eduardo Miranda
Mastering Python Loops: A Comprehensive Guide

May 23, 2024

•

5 min read

Mastering Python Loops: A Comprehensive Guide

Python, celebrated for its simplicity and versatility, owes much of its power to its control structures, particularly loops. As one of the fundamental building blocks in programming, loops take mundane manual tasks and automate them, reducing code redundancy and enhancing efficiency.

Eduardo Miranda
Eduardo Miranda
Exploring Python Data Structures: From Basics to Advanced Techniques

May 16, 2024

•

4 min read

Exploring Python Data Structures: From Basics to Advanced Techniques

In our journey to mastery over Python, understanding data structures is pivotal. They allow us to organize, manage, and store data efficiently, making our applications faster and more responsive. Today, we'll delve into Python's core data structures - Lists, Tuples, Sets, and Dictionaries - and explore their applications with examples ranging from simple to more complex scenarios.

Eduardo Miranda
Eduardo Miranda
Learn Python programming

May 9, 2024

•

7 min read

Learn Python programming

Embarking on your journey to learn Python programming can appear daunting at first. However, with a structured approach, transitioning from a complete beginner to an experienced Python programmer is not only possible but highly achievable. Discover essential Python programming tips and guide yourself towards becoming an expert Python programmer.

Eduardo Miranda
Eduardo Miranda
Google Colab

May 1, 2024

•

3 min read

Google Colab

Google Colab is an incredible tool that democratizes access to programming and data science, allowing anyone with an internet connection to write and run Python code through the browser.

Eduardo Miranda
Eduardo Miranda
Discover Python: Daily Questions for All Levels.

Jan 1, 2024

•

4 min read

Discover Python: Daily Questions for All Levels.

Welcome to our daily Python challenge! As lovers and enthusiasts of this amazing language, we have created a space where you can improve your skills and test your knowledge every day.

Eduardo Miranda
Eduardo Miranda
Discover Python: Daily Questions for All Levels.

Jan 1, 2024

•

3 min read

Discover Python: Daily Questions for All Levels.

Welcome to our daily Python challenge! As lovers and enthusiasts of this amazing language, we have created a space where you can improve your skills and test your knowledge every day.

Eduardo Miranda
Eduardo Miranda
Load more
InfinitePy Newsletter 🇺🇸

InfinitePy Newsletter 🇺🇸

In just a few minutes a week, become a Python master, from basics to advanced, with our weekly newsletter. Practical tips, exercises and more. Sign up now, it's free!

envelope-simple

Home

About Us

🇧🇷 Português

🇧🇷 Português

🇪🇸 Español

🇪🇸 Español

© 2026 InfinitePy Newsletter.
Report abusePrivacy policyTerms of use
beehiivPowered by beehiiv