[Python Dependency Pitfalls] What dev managers expect from Python candidates

Hey there,

My friend Og is a senior manager at Red Hat and works with a large team of developers and quality engineers using Python.

I got to pick his brain on what he thought were the most important skills for new Python developers to know.

Here's what he had to say:

~~~

Usually when people learn a new programming language they go through the process of learning about the syntax first:

How do you handle conditions, how do you write loops, how do you declare variables and functions, and so on.

And that is all very important.

But it's not enough.

As a leader of a development team you can't bring someone on who doesn't know their way around the core tools for the job.

A couple of things that I noticed new Pythonistas struggle with is, out of the gate, "How do I run a Python app on a pristine and sandboxed environment?"

And I'm surprised that none of the courses or books that I've seen online start by telling you how to create and take advantage of virtual environments.

To get really comfortable with the idea of, "This is how I set up the sandbox, this is how I install all of my dependencies, and this how I'm going to get rid of everything once I'm done."

The reason I'm telling you this is:

I have someone who's learning Python for the very first time, and she's taking an online course.

She was telling me about how she likes it, and that the course was very basic but she likes it that way because she hasn't really written a line of code in many many years.

She says, "I can handle the slowness because it gives me a good solid foundation."

And I asked her, "So, are you using virtual environments?"

And she says, "No, I'm not sure what that is either."

The problem is the course didn't cover this topic at all.

This is one of the things that we have to teach new people right away, virtual environments and using pip.

It's the clean way, and it's a skill all of our developers need know.

None of our apps and testing jobs run without creating virtual environments.

As a matter of fact, every piece of code we write must be installable on a virtual environment.

What I like for people to know is how to install all the dependencies, how to work with virtualenv sandboxes, and how to use standard Python workflows.

I think that learning all of these basic things—maybe even before you learn how to write code—is really important.

~~~

This was an eye opening conversation for me:

Too many Python developers focus on the language and IGNORE the importance of being able to work smoothly with complex projects and deployment setups.

Oftentimes what makes you productive in a "real-world" Python development environment is a little counter intuitive:

Knowing your way around Python's syntax is NOT enough.

The "missing link" is knowing how to manage sandboxed environments and knowing how to work with external package dependencies.

As a result, solid Python dependency management skills are an asset that puts you ABOVE the sea of applicants for many Python jobs out there.

If you're looking for a quick and efficient way to acquire the skills and workflows recommended by the official Python Packaging Authority then check out my Managing Python Dependencies with Pip and Virtualenv course.

By getting those skills under your belt you’ll be ready to work with the Python development and production environments used by professional development teams across the world.

And knowing these “tools of the trade” by heart puts gives you the edge in any Python job interview:

>> Click here and discover how to quickly and efficiently acquire dependency management skills in Python

— Dan Bader

Older messages

[Sublime + Python Setup] Grumpy old greybeard with a whitespace problem

Wednesday, July 14, 2021

One fateful day, the Agile Gods that be decided to “add some firepower” to my little team… And so, developer Paul joined (name changed to protect the guilty). Before I dive into this story, let me ask

[PythonistaCafe] Why PythonistaCafe exists

Wednesday, July 14, 2021

Hey there, In one of my last emails I talked about how some online communities in the tech space devolve over time and turn into cesspools of negativity. This relates directly to how and why I started

[PythonistaCafe] What makes PythonistaCafe different

Tuesday, July 13, 2021

Hey there, Mastering Python is *not* just about getting the books and courses to study—to be successful you also need a way to stay motivated and to grow your abilities in the long run. Many

[Sublime + Python Setup] Don’t build “nag screen muscle memory”

Tuesday, July 13, 2021

Hey there, Once I worked with a developer who refused to buy a registered copy of Sublime for months on end, even though he *loved* Sublime. He used it as his main code editor every day and was very

[Sublime + Python Setup] why Atom can’t replace Sublime

Monday, July 12, 2021

Hey there, "In a nutshell, Atom is a Sublime Text editor that just got better." When I read this quote I got so worked up I nearly fell off my chair. Because every time I've tried Atom or

You Might Also Like

Berliner Goes Tabloid 🤬

Thursday, April 18, 2024

The movie that perfectly explains what that NPR editor did. Here's a version for your browser. Hunting for the end of the long tail • April 17, 2024 Berliner Goes Tabloid Considering the tale of

Tuesday Triage #196

Wednesday, April 17, 2024

Your weekly crème de la crème of the Internet is here! The 196th edition featuring Naismith's rule, cow magnet, and Little Sparta. ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Atlas humanoid robot goes electric 

Wednesday, April 17, 2024

Meta goes back to the drawing board and Tesla does some advertising View this email online in your browser By Christine Hall Wednesday, April 17, 2024 Good afternoon, and welcome to your Hump Day

📞 1990s Technology We Still Use Today — How to Fix Google Maps When It's Not Working

Wednesday, April 17, 2024

Also: Why You Should Buy Last Year's Flagship TV, and More! How-To Geek Logo April 17, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your

Today only: Join Incubator to get these bonuses

Wednesday, April 17, 2024

I'll work with you personally in a small group ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

JSK Daily for Apr 17, 2024

Wednesday, April 17, 2024

JSK Daily for Apr 17, 2024 View this email in your browser A community curated daily e-mail of JavaScript news React useState Vs. Context API: When to Use Them React has improved its state management

Daily Coding Problem: Problem #1415 [Easy]

Wednesday, April 17, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Stripe. Write a function to flatten a nested dictionary. Namespace the keys with a

⚙️ Workplace AI

Wednesday, April 17, 2024

Plus: Amazon Music just copy pasted Spotify ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Charted | The World's Biggest Nuclear Energy Producers ⚡

Wednesday, April 17, 2024

China has grown its nuclear capacity over the last decade, now ranking second on the list of top nuclear energy producers. View Online | Subscribe Presented by: FEATURED STORY The World's Biggest

You’re invited: 2024 Security report insights webinar

Wednesday, April 17, 2024

Join us April 25th. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏