Perfil
Propostas
Abrindo a caixa de ferramentas: coleções!
Python não é a única linguagem a fornecer um bom número de coleções que aumentam seu poder de resolução de problemas, mas com certeza é uma das que mais caprichou na facilidade de uso dessas coleções 😁
Se você resolve todos os seus problemas com listas, venha conhecer melhor outras coleções poderosas, como conjuntos e dicionários 🙃
AutoML with Python - machine learning made easy(ish)
AutoML may be one of Google's latest buzzwords, but automated algorithm engineering has been around for at least a decade, with many interesting applications.
In this talk, we'll catch a glimpse of how wide these possibilities are, and go hands-on with a few AutoML Python libraries that are meant to help new (and experienced!) machine learning users create effective algorithms ;)
Python is not C - turning your code upside down
Programmers who didn't start before the 2000's look at programming languages like C with awe and dispair, but the truth is most code in high-level programming languages like they were coding in C.
Inspired by the great IBM community blog post "Python is not C", we'll go through what makes Python better and worse than C, and see how to make the most of this.