Contribute Media
A thank you to everyone who makes this possible: Read More

How Thinking in Python Made Me a Better Software Engineer

Description

Did you ever wonder why development in Python can be x10 faster than development in languages like c++?

Observing my teams’ experimentations, the python community, and reading, I have adopted various habits, patterns, and tools. But most importantly I learned thinking in Python. I consider thinking in Python a key for rapid development and good engineering.

Thinking in a programming language affects the amount of information you need to keep in your working memory. It also affects the abstractions and tools that pop in your mind and then used in constructing solutions.

Let’s explore what it means to think in Python. Why Python allows you to focus on problem solving, while languages like c++ often distract your attention from the problem at hand.

In this talk I will cover some good and bad practices by examples while trying to consider the amount of effort needed to write it, read it, and talk about it with other team members.

Key Takeaways: Tips for speeding your work without compromising quality, and reasoning for using it.

  • The audience should be comfortably familiar with the process of software development, and software problem solving, and experience using Python.

Details

Improve this page