Summary
In this chapter, you learned about the event-driven architecture that comprises a lot of modern application development. You also, hopefully, learned about actions and their consequences and how important positive actions are to development and your life in general. Lastly, you learned about a way to modernize older applications toward this new philosophy through the use of the strangler fig.
In the next chapter, you will get even more hands-on with Python and learn about the role that Python can play in CI/CD (short for continuous integration/continuous delivery). It’s a fun topic and will help you implement the Python skills and concepts you’ve been studying in this chapter.