talk-data.com talk-data.com

Topic

performance optimization

3

tagged

Activity Trend

1 peak/qtr
2020-Q1 2026-Q1

Activities

3 activities · Newest first

Take a GitHub Spark prototype and transform it into production-ready software—fast. In this hands-on session, we'll enhance the EventBuzz app from Session 1 with GitHub Copilot, your AI pair programmer that accelerates development without sacrificing quality. We'll add real API integration, authentication, state management, automated tests, performance optimization, and accessibility features. All at lightning speed with AI assistance.

It's very likely that throughout your journey with Python, you've heard people say that Python is slow. While there is a gap between interpreted and compiled languages ​​that favors compiled languages, Python has ways to improve the performance of your programs, but these aren't widely known among coders. In this talk, we'll explore some tools and programming patterns that will help you improve the performance of your programs, thereby improving the speed of your applications, tests, and products. After the presentation, you'll have a list of techniques you can apply to your code, as well as the necessary steps to continue exploring code optimization. No prior knowledge of code profilers or advanced techniques is required to attend this talk.