Friday, March 22, 2019

Reuven Lerner: Seven ways to improve your team’s Python

If you’re a manager, then you’re always trying to find ways that’ll help your team do more in less time. That’s why you use Python — because it makes your developers more productive. They can spend more time creating new features, and less time debugging or maintaining existing code. It’s no surprise that so many companies are moving to Python.

After you’ve moved to Python, you can still make your team more effective. That is, your organization can become more productive, combining technology and culture to help your developers improve. In such a scenario, everyone wins: Your company becomes more efficient and effective, and your team members are more satisfied.

Get the bonus content: Seven ways to improve your team’s Python

How can you improve your company’s Python? I’ve prepared a 6-page white paper on the subject, describing a variety of techniques I’ve both seen and used with companies around the world. It’s free to download; I hope that you’ll read it and adopt some of the techniques I’ve listed here.

Thoughts or feedback on what I’ve written? You can always e-mail me at reuven@lerner.co.il., or contact me on Twitter as @reuvenmlerner. I’ll be happy to hear your thoughts!

The post Seven ways to improve your team’s Python appeared first on Reuven Lerner's Blog.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...