Pyvo Brno is traditionally held on the last Thursday of each month. Our friends from BRUG, the Brno Ruby User Group, sometimes joined us for a common meetup.
Vzhledem k okolnostem nemůžeme letos uspořádat naši tradiční předvánoční hardwarovou a samolepkovou burzu. Rozhodli jsme se tedy zkusit něco nového, dát v online prostoru příležitost zazářit co největšímu počtu lidí. Letošní předvánoční Pyvo tedy bude poskládané čistě z lightning talků. A každý má možnost se zapojit! Stačí svoje téma zapsate zde: https://bit.ly/brpylight a získáte svých pět minut slávy 🙂
Sejdeme se 17. 12. 2020 od 19:00 online prostřednictvím Google Meet: meet.google.com/fkj-nqqw-vdf
Due to the circumstances, we can't organize our traditional pre-Christmas hardware and sticker exchange this year. So we decided to try something new and give the opportunity to as many people as possible to shine in the online space. This year's pre-Christmas Pyvo will be composed solely of lightning talks. And everyone has the chance to get involved! Just write down your topic here: https://bit.ly/brpylight and you will get your five minutes of fame 🙂
Let's meet on December 17, at 19:00 via Google Meet: meet.google.com/fkj-nqqw-vdf
my_ast
? The ast
module is the same but for Python itself.Vzhledem k současné epidemiologické situaci se i listopadové Pyvo odehraje ONLINE.
Because of the current epidemiological situation, even November Pyvo will be held ONLINE.
Join us on Thursday 26. 11. 2020 at 19:00 via Google Meet. The talk will be in English.
So you finished reading "Automate the Boring Stuff with Python", completed a university degree, graduated PyLadies course, or got certificates from a dozen online courses? In any way, congratulations! But what next? Where to find entry-level jobs? How do you know you're ready to start applying? How can you prepare? If these are the questions that won't let you sleep, listen to this talk!
Honza Javorek is a software engineer and an author of junior.guru, a Czech guide for people who want to start coding or seek their first job in tech. In 2011 he founded the Python meetup in Brno and since then he's been involved in growing the Czech Python community.
Vzhledem k současné epidemiologické situaci bude říjnové Pyvo opět ONLINE.
Because of the current epidemiological situation, the October Pyvo will be held ONLINE.
Join us on Thursday 29. 10. 2020 at 19:00 via https://meet.google.com/tpm-yecn-iao The talk will be in English.
Writing reliable software is one of the greatest challenges in software engineering. While it seems like there will be no silver bullet, there’s this nice idea stolen from information theory, implemented in some languages natively and available for many as an extension/library; Invariants that hold always true, no matter what. We’ll look first at the general idea behind contracts, and then a specific implementation, consider performance impacts, and how to deal with those.
Minulé grilování se povedlo, pojďme si to tedy v srpnu zopakovat! Gril máme opět zarezervovaný od 18:00 do 22:00, nezapomeňte si donést něco na něj!
https://www.vzmb.cz/verejny-gril/
The last barbecue turned out well, so let's do it again in August! The public grill is booked for us from 18:00 till 22:00 so don't forget to bring something to cook on it!
Léto je tady! Pojďme se tentokrát potkat neformálně u grilu v Lužánkách. Gril máme zarezervovaný od 18:00 do 22:00. Vlastní zásoby s sebou! :)
Summer is here! Let's have an informal barbecue in Lužánky this time. We have the public grill booked for us form 18:00 till 22:00. Bring your own supplies! :)
Poslední Pyvo před prázdninami proběhne opět v ArtBaru! Pojďme oslavit, že už se můžeme potkat osobně :) Věříme, že si toho budeme mít hodně co říct, i tak pro vás ale máme jednu krátkou přednášku.
Last Pyvo before the summer holiday takes place in ArtBar again! Let's celebrate we can finally meet in person :) We believe there will be a lot to talk about, but still, we have one short talk for you.
Python 3.9, scheduled for release in October, is now in feature freeze. Let's talk about the news you can look forward to.
Python 3.9 se připravuje na říjnové vydání. Pojďme se podívat, na co nového se můžeme těšit.
Určitě dojde i na lightning talky. Můžeš jeden mít i ty, viz pyvo.cz#info-for-speakers. Registrace nutná na Lightning Talk – bit.ly/brpylight.
Chybí vám brněnské Pyvo? Nám taky, proto jsme se rozhodli uspořádat ho tento měsíc alespoň online!
Do you miss Pyvo Brno? We miss it too so we decided to organize an online version this month!
Join us on https://meet.google.com/grf-tpur-ztx The talk will be in English.
In this talk Antonio Fantini is going to share with you a little bit of his story and the steps and actions that helped him to build his (surprising) career as a programmer. He will share some helpful tips and advice for people that are just approaching the amazing world of programming.
Toto Pyvo se podíváme na téma optimalizace. Dorazte, prosím, nejkratší možnou cestou.
At this Pyvo, we will take a look at the topic of optimization. Please, arrive the shortest path possible.
Python sa stáva čím ďalej popularnejším jazykom v komunite a to nepochybne najmä vďaka AI/ML a data science. S popularitou rastie aj počet balíkov dostupných na PyPI a je často náročné vybrať ten správny balík v správnej verzii pre aplikáciu tak, aby aplikácia bežala korektne. Projekt Thoth je recommender systém ktorý agreguje informácie o Python balíčkoch, ich verziách ako aj informácie o ich korektnosti (nazývané "observations"). Tieto informácie sú následne použité v resolveri tak, aby doporučil balíčky v konkrétnych verziách pre aplikácie. V tejto krátkej prezentácii sa pozrieme na základne vlastnosti recommender systému postaveného na princípoch reinforcement learningu a ako je možné použiť Thoth pre správu závislostí aj v Tvojom projekte aby si sa mohol vyhnúť "dependency hell".
Project Thoth is a recommendation engine that collects information about software packages, container images such as installation, assembling issues, runtime crashes or information about performance. This information is subsequently used in a recommendation engine that searches large state space of libraries and recommends the best possible combination of libraries suitable for your application using reinforcement learning. Let’s have a look at how such information is collected and how the large state space is explored to resolve the best application stack for your Python application based on different aspects.
Python ecosystem is experiencing significant growth and popularity especially with the hype machine learning, data science and AI are creating. As the ecosystem grows its many times not straightforward and easy to decide which libraries in which versions are the most suitable ones for an application. Project Thoth is a recommendation engine which aggregates various characteristics of Python packages, called "observations", and uses them to recommend the best possible software stack (a fully pinned down list of dependencies) suitable for user's runtime environment and the application purpose. In this talk, we give an overview of the project Thoth, main ideas in data aggregation and its recommendation engine based on reinforcement learning principles. We will also show how you can benefit from Thoth's recommendations.
Navrhni řešení komplexní dopravní situace ve tvém městě; Jezdíš denně přes kus města a setkáváš se s místy kde by dopravní řešení šlo vyřešit lépe? Ať už pro auta kruhovým objezdem nebo naopak zákaz vjezdu aby se uvolnil prostor pro cyklisty či chodce? Díky simulaci v Cities Skylines a modu CSL map můžeme z přibližného modelu (části) města vyzkoušet různé řešení a pomocí Pythonu vybrat to nejvhodnější.
Suggest a solution for complex traffic situation in your city; Are you daily commuting through big part of town and seeing areas where traffic solution could be done better? Be it roundabouts for cars or banning them to make more space for bikes or pedestrians? Thanks to simulation in Cities Skylines and CSL map mod we can try out different solutions from a rough copy of a (part of) real city and using Python select the ideal solution.
Určitě dojde i na lightning talky. Můžeš jeden mít i ty, viz pyvo.cz#info-for-speakers. Registrace nutná na Lightning Talk – bit.ly/brpylight.
Na prvním Pyvu v roce 2020 se budeme věnovat programování dronů. Sejdeme se opět v klubovně ArtBaru :)
At the first Pyvo in 2020 we will focus on the drone programming. We will meet again in Artbar's lounge room :)
Spolu s účastníky CodeBrew Hackatonu jsme se snažili něco rozumného vymyslet a naprogramovat s drony DJI Tello, které jsou programovatelné v Pythonu. Jak nám to šlo, na jaké problémy jsme narazili a jaká to byla zábava Vám odprezentují Vlado a Dominik ze SolarWinds. Pracovali jsme v Pythonu, ale o Pythonu to nakonec zas tak moc nebylo, jak sami uvidíte a uslyšíte. :)
Along with the participants of CodeBrew Hackaton, we have tried to design and develop something reasonable with DJI Tello drones, which are programmable using Python. How it went, what problems have we encountered, and how much fun it all was, will be presented to you by Vlado and Dominik from SolarWinds. We were using Python, but that turned out to be just an implementation detail. You shall see for yourself. :)
Určitě dojde i na lightning talky. Můžeš jeden mít i ty, viz pyvo.cz#info-for-speakers. Registrace nutná na Lightning Talk – bit.ly/brpylight.