Prague Pyvo is traditionally held on the third Wednesday of each month.
Feel free to drop us an email at praha@pyvo.cz if you want to have a talk.
Hou hou hou Vánoční Pyvo je tu! Také máte doma šuplík plný HW pokladů, udělátek, hejblátek, tlačítek, tišťáků, robotů, her, konzolí, Arduin a jiného zábavného balastu? Roky si říkáte: „to se přeci bude jednou hodit!?" A ono skutečně bude! Přineste vaše hračky na tradiční Vánoční Pyvo. Můžete je ostatním ukázat nebo i vyměnit či prodat za jiné. Dále se můžete těšit na přednášku o obrazovce Dasung Paperlike E-ink a na další kratší talky na hardwarová témata! Svůj Ligtning talk si přihlaste na tradiční adrese https://bit.ly/prpylight. A netradiční výčet tradic nekončí, sejdeme se totiž (skoro) tradičně v klubu Na Venečku od 19 hodin. P.S. kdo má samolepky a nechce je, ať přinese samolepky. Kdo nemá samolepky a chce je, ten si je odnese. A nebo vymění. Burza samolepek bude též!
Ho Ho Ho Christmas Pyvo is coming! Do you have at home a lot of hardware you've never used and you're telling yourself that maybe one day you could use it for something? That day has arrived! Join us for our tradition Christmas hardware swap. You can also look forward to a presentation about Dasung Paperlike E-ink monitor and other short talks, where we'll together learn something new. You can do your Ligtning talk too: add it to https://bit.ly/prpylight. We meet up at club Na Venečku from 7 P.M. P.S. if you have some stickers and you don't want them, bring them! If you don't have any and you want them, you can take them with you! Or swap.
Svůj Ligtning talk si přihlaste na tradiční adrese https://bit.ly/prpylight.
You can do your Ligtning talk too: add it to https://bit.ly/prpylight.
Pyvo bude i v listopadu! Můžete se těšit na přednášku "Do your unit tests cover all edge cases?", a určitě dojde i na lightning talky. Potkáme se v kavárně Lajka v uzavřeném salonku (nahoře).
We meet up in November as well! This month you can look forward to the presentation "Do your unit tests cover all edge cases?", and few lightning talks. The meetup will be held at café Lajka upstairs inside the closed area.
When writing tests, we have to consider all the ways users could break our code. Is there a way to describe all data inputs instead of manually specifying them? We'll talk about unit tests and explore a library that helps us to find edge cases in our code we wouldn't have thought to look for.
V říjnu se můžete těšit na prezentaci na téma AI Safety and Stampy, a určitě dojde i na lightning talky. Potkáme se v kavárně Lajka v uzavřeném salonku (nahoře).
This month you can look forward to a presentation about AI Safety and Stampy, and few lightning talks. The meetup will be held at café Lajka upstairs inside the closed area.
AI Safety and Stampy - an open effort to build a comprehensive FAQ about artificial intelligence existential safety.
Pyvo bude i v září! Můžete se těšit na prezentaci na téma Distribuované databáze a určitě dojde i na lightning talky. Potkáme se v restauraci Botič.
We meet up in September as well! You can look forward to presentation about distributed databases and lightning talks. The meetup will be at the restaurant Botič.
Máte hodně dat. Kam s nimi? Ukážeme si, jak řešit, když přerostete co se vám vejde na jeden server. Jaké jsou možnosti a proč jsme v Monitoře došli k distribuované SQL databázi.
Máme léto a s ním tradičně odlehčený program. Opět se potkáme v kavárně volnočasového centra H55. Tentokrát bude before-party od 16 hodin pro fanoušky Pythonu s dětmi - je tam pískoviště a spousta místa na hraní. Od 19 hodin je pak sraz v obvyklé podobě. Bude pár lightning talků. Hlavní náplní bude ale volná zábava a grilování - nezapomeňte si tedy vzít nějakou dobrotu na gril sebou!
With the ongoing summer, we're traditionally organizing a barbecue. We'll meet up again at the café of the H55 Leisure Center. This time we'll have before-party from 4 PM for fans of Python and their kids - there's kids playground at the café and plenty of place to play around! At 7 PM starts our traditional meetup. We'll have few lightning talks, but the main aim is to chit-chat & barbecue, so bring something to throw on the grill!
Kromě grilovačky budou lightning talky. Můžeš jeden mít i ty, viz pyvo.cz#info-for-speakers. Registrace nutná na Lightning Talk – bit.ly/prpylight.
Máme léto a s ním tradičně odlehčený program. Vyzkoušíme, jak by se nám fungovalo v kavárně volnočasového centra H55. K dispozici budeme mít i sál s projektorem, kde si střihneme přednášku o vaření piva a pár lightning talků. Hlavní náplní bude ale volná zábava a grilování - něco na gril si vemte s sebou!
With the ongoing summer, we're traditionally having a lighter programme. We'll try out a new venue in the café of the H55 Leisure Center. We'll also have a talk about homebrewing and some lightning talks in the associated projector room. But the main topic would be chit chat and barbecue, so bring something to grill!
Umíš Python a připadáš si, že Ti patří celý svět. Stačí napsat import antigravity
a můžeš létat, ale na celém PyPI nenajdeš balíček, který by Ti uvařil pivo,
a Homebrew na macOS taky nefunguje tak, jak by jeden očekával.
Nezbývá tedy, než si sundat rukavice a naučit se, jak si uvařit pivo svépomocí.
Kromě grilovačky budou lightning talky. Můžeš jeden mít i ty, viz pyvo.cz#info-for-speakers. Registrace nutná na Lightning Talk – bit.ly/prpylight.
Potkáme se v Holešovické šachtě. Sraz je v 19, přednáška začne kolem 20.30. Kromě přednášky budou i lightning talky a volná zábava.
We meet at the Holešovická šachta. We meet up at 19, but the presentation will start around 20.30. You can also look forward to lightning talks and chit chat.
OpenCV is a standard image processing library for both classical and deep-learning computer vision. Using Python with OpenCV makes for a powerful tool to extract meaning from images and camera streams.
One can exploit a range of filtering and shape-detecting algorithms to create simple but reliable object detectors or trackers using only a few creative, hard-coded heuristics, without the need for extensive data collection and annotation. Also, the algorithms can achieve a much higher FPS than current state-of-the-art neural networks.
In this talk, we will first demonstrate the basic tools to capture a camera stream, then showcase filtering capabilities such as thresholding, gradients, edge detection and finally detect and track objects. There will be case studies of how to align documents lying on a desk or read barcodes from any object in real time. By the end of the talk you will have mastered a few pipelines to extract meaning from images and videos.
Potkáme se v Holešovické šachtě. Bude jedna přednáška, lightning talky a volná zábava.
We meet at the Holešovická šachta. You can look forward to one presentation, lightning talks and chit chat.
So your code is in production, now what? Do you know, if your application is up? Do you knew if something goes wrong? When it does, how will you debug it? Let's talk observability, the latest buzzword, what it means, and how to get started!
Potkáme se naživo, a to v kavárně Liberál v Holešovicích. Budou dvě přednášky, lightning talky a volná zábava.
We meet at the café Liberál in Holešovice. You can look forward to 2 presentations, lightning talks and chit chat.
Potřeba vysokého rozlišení vedla k vývoji SoC s Linuxem pro 3D tiskárnu, kde bychom běžně našli pouze microcontroller. Tato přednáška popisuje, jaké to je vyvíjet firmware pro 3D tiskárnu v Pythonu.
Necessity to drive a high resolution display brought a SoC capable of running Linux into a 3D printer where one would usually find just a microcontroller. This talk describes what it is like to develop a 3D printer firmware mostly in Python.
Dělám junior.guru, projekt pro začátečníky v programování. Začalo to jako nápad, který kdysi dávno padl mezi PyLadies u opékání špekáčků, dnes je to moje fulltime podnikání. Kdo jsou to ti začátečníci a proč pro ně dělám speciální komunitu? Jak celý projekt vytvářím tak, aby šel spravovat i v jednom člověku?
I work on junior.guru, a project for Czech and Slovak beginners in tech. It had started as a random idea among PyLadies during a campfire BBQ, today it's my fulltime business. Who are these beginners and why do I create a special community for them? How do I develop the project so that it's manageable in a single person?
Potkáme se naživo, a to v kavárně Liberál v Holešovicích. Budou dvě přednášky, lightning talky a volná zábava.
We meet at the café Liberál in Holešovice. You can look forward to 2 presentations, lightning talks and chit chat.
GitHub Copilot is a code generator powered by OpenAI's GPT-3 class deep neural network. Can it stand against another hype of the day: Wordle?!
My journey to IT alias what to expect from switcher species. Based on my fresh experience with IT preparation and onboarding, I am sharing my experience not only with people who are also considering a career switch - but also with those, who are going to interact with this new phenomena.
Jsme online https://pantheon.zoom.us/j/94879518091, heslo je pyvopyvo
Krátký a praktický návod na vytrénování vlastní neuronové sítě a pochopení jejího fungování v Tensor Flow. Zahrnuje krátký teoretický úvod a praktickou ukázku kódu s jednoduchým datasetem.
A short and practical look on how you can train your own neural network and understand its performance with Tensor Flow. Includes a short theoretical introduction and then a hands-on example with a simple dataset.
Jsme online https://pantheon.zoom.us/j/94879518091, heslo je pyvopyvo
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/prpylight.