Python Training by Dan Bader

Got Experience With Other Programming Languages?

How to Switch Languages And
Get Up to Speed With Python
as Quickly as Possible

Take advantage of your C++/C#/JS/Java/PHP/… Experience And Start Writing Clean and Pythonic Code

The majority of software developers needs to pick up new programming languages at various points in their career.

Often we decide to do that out of a passion for programming—but sometimes we need to do it because a job or further career growth requires it.

Our industry moves quickly.

And so, being able to pick up a new language quickly and efficiently, and to write idiomatic code with it is a skill of immense value.

You’re coming from another programming language background and have decided to learn Python?

If so, I’d love to welcome you to the Python community!

Congratulations on choosing a language that’s fun to work with, is widely adopted in the market, and has a bright future ahead.

Experienced developers know that picking up the basics of a new language is easy. You can learn enough Python “to be dangerous” in a week or two—

But, that’s only the beginning of the journey.

Becoming proficient at Python means mastering the features that developers coming from other languages don’t use.

The real question is:

“How do I get from writing Python that looks like C++ or Java to code that feels ‘native’ and Pythonic?”

Or, put differently, how do you go from writing code that looks like this:

i = 0
while i < len(myItems):
    print(myItems.get(i))
    i += 1

To this:

for item in my_items:
    print(item)

If this sounds like you, I’d love to help you out. Python is my favorite programming language and I’d love to help you on your Python journey.

Have a look at my products and services below and see what’s right for you, or just get my free newsletter with articles and videos for Python developers.

— Dan Bader

Relevant Articles & Tutorials

Here’s some of my most popular content aimed at developers switching to Python from another language:

– or –

Write Clean &
Pythonic Code

Write Clean &amp;<br>Pythonic Code

Discover Python’s best practices with simple examples and start writing beautiful, “native-looking”, and Pythonic code.

My book Python Tricks shows you exactly how.

You’ll master intermediate and advanced-level features in Python with practical examples and a clear narrative:

– or –

Get a Practical Introduction to Python 3

Get a Practical Introduction to Python 3

Go from beginner to intermediate in Python with this complete curriculum, up-to-date for Python 3.7.

Python Basics includes exercises, interactive quizzes, and sample projects, so you’ll always know what to focus on next in order to build a strong Python foundation:

– or –

Leverage Python's Third-Party Package Ecosystem and Get More Done, Faster

Leverage Python's Third-Party Package Ecosystem and Get More Done, Faster

Become a more efficient coder and get your Python applications ready for deployment with my in-depth Dependency Management course:

– or –

Optimize Your Python Workflow for Maximum Productivity

Optimize Your Python Workflow for Maximum Productivity

Set up a great Python development environment once and it will keep paying dividends every day. My step-by-step video course shows exactly you how:

– or –

Get Practical Python Programming Skills

Get Practical Python Programming Skills

Learn Python and web development from the ground up with the Real Python Course Bundle.

It covers everything you need to get up to speed—from the basic Python 2.x and 3.x programming primitives, to web scraping, to data visualization, web development, and beyond:

– or –

A Peer-to-Peer Learning Community for Python Enthusiasts…Just Like You

A Peer-to-Peer Learning Community for Python Enthusiasts…Just Like You

PythonistaCafe is an invite-only, online community of Python and software development enthusiasts helping each other succeed and grow:

– or –

Leapfrog Your Python Skills
With 1-on-1 Training

Leapfrog Your Python Skills<br>With 1-on-1 Training

There’s no better way to build your Python skills than 1-on-1 education. Book a private coaching session with me and I’ll answer your Python and career questions:

– or –

Love Python? Show It With
Some Python Swag

Love Python? Show It With<br>Some Python Swag

Every Pythonista needs a great coffee (or tea!) mug. That’s why my wife Anja and I started an online store with unique mugs for Python devs:

– or –

Get Some Popcorn
and Lean Back...

Get Some Popcorn<br>and Lean Back...

Watch some free Python video tutorials and screencasts on my YouTube channel. Just kick back and enjoy! I post new videos every week:

– or –

Grow Your Python Skills With
Free Weekly Tips

Grow Your Python Skills With<br>Free Weekly Tips

Join over 4,500 Pythonistas on my Python newsletter and receive free weekly articles and essays that will help you grow your skills:

<strong><em>Improve Your Python</em></strong> with a fresh 🐍 <strong>Python Trick</strong> 💌 every couple of days

Improve Your Python with a fresh 🐍 Python Trick 💌 every couple of days

🔒 No spam ever. Unsubscribe any time.