Check if a mailbox exists with Python and smtplib

Every day we discover different tools that should make our life easier, enchanted by the promise of achieving the best result without any effort. If we can master that tool or technique we can solve many problems even without understanding or finding the root cause, right?

So often I’m guilty of making that assumption, because it not just lazyness it’s harder and it takes time and patience to break complicated puzzles into small simple pieces. Even more to put it all those parts back together to finally find answers to questions like: How? When? Why?

Continue reading “Check if a mailbox exists with Python and smtplib”

First Steps with Python : Setting Up The Environment

Python is a beautiful programming language and the main key for its success is because is so easy to learn.  We strongly suggest to get familiar with Python choosing the approach that suit your pace of learning and programming such video-courses, books, tutorials, etc.

Programming it’s like any other technical ability that requires a lot of practice. You’ll need a very balanced mind set to master it like a martial art, where the best approach is keeping your enthusiasm and discipline at the same level and learn it day by day with a very simple and easy approach. Continue reading “First Steps with Python : Setting Up The Environment”