1.13 Summary
In my coding career, I have used dozens of programming languages and created several. [AXM] When I have a new problem to solve or am considering a new project, I research how languages have evolved and improved. For each language I investigate, I ask myself,
- “can this language do what I have in mind?”,
- “can this language do what I want better than the others?”, and
- “what are the special features and idioms within the language that enable me to produce an elegant result?”.
This chapter introduced many of the ideas widely used today in languages for coding. It showed that you could think about features and functionality separately from what one specific language provides. In the next chapter, we get concrete and see how Python implements these and other concepts.