matheusmello.io
BlogProduct ReleasesToolsBooksContact

python-packaging

How do I import other Python files?
python
September 2, 20231 min read

How do I import other Python files?

## 🐍 How to Import Other Python Files: A Complete Guide 📚 So, you want to import other Python files and are feeling a bit puzzled? Don't worry, you're not alone! Many Python beginners encounter this question and struggle with it. But fear not, because i

pythonpython-importpython-module
+1
What is setup.py?
pypi
September 2, 20231 min read

What is setup.py?

📝 **Tech Talk:** What is `setup.py` and How Can You Master It? 😎 Hey there tech enthusiasts! 👋 Are you tired of scratching your head every time you come across the mysterious `setup.py` file? Fear not! In this blog post, we're going to uncover the secr

pypipythonpython-packaging
Relative imports for the billionth time
import
September 2, 20231 min read

Relative imports for the billionth time

# Relative Imports: A Beginner's Guide 📚 Have you ever encountered the dreaded "Attempted relative import in non-package" error message while working with Python? Don't worry, you're not alone! This common issue has perplexed many developers, but fear no

importpythonpython-packaging
What is __init__.py for?
module
September 2, 20231 min read

What is __init__.py for?

## What is `__init__.py` for? 🤔🐍 If you've stumbled upon a Python source directory and noticed a mysterious file named `__init__.py`, you might be wondering what its purpose is. Fear not! In this blog post, we'll dive into the world of `__init__.py` and

modulepackagepython
+1

About

Personal blog sharing insights on software engineering, technology, and developer productivity.

TwitterGitHubLinkedInEmail

Tags

Loading tags...

Subscribe to Updates

Get the latest posts delivered right to your inbox.

© 2025 MatheusMello.io. All rights reserved.