POPULARITY
We've been gone all Summer, visiting two European conferences in the mean time. In this episode we're talking about them both, talks we liked, as well as our own talks at those events. In a rare turn of events, this one was recorded in person at Łukasz's home studio in Poznań! ## Outline (00:00:00) INTRO (00:01:30) PART 1: EuroPython highlights (00:02:03) Maintaining pyrepl forward with pypy (00:05:51) Mai Giménez and her keynote (00:09:30) Yuliia Barabash and Laysa Uchoa talk memory management (00:11:03) Core developer panel and sprints (00:11:56) The abyss stares back at Pablo (00:18:21) Disappointing (00:25:50) Łukasz and the all-singing all-dancing pyrepl (00:33:52) Hackable REPL = new contributors (00:40:24) PART 2: PyCon PL (00:42:24) An integration event (00:44:45) Say No To Notebooks (00:48:32) Pablo's grandfather's axe (00:56:00) LL1 made Python easy to read for humans, too (00:59:29) Python and triangles in the browser (01:06:16) PART 3: PR OF THE WEEK (01:13:08) PART 4: WHAT'S GOING ON IN CPYTHON (01:13:32) HACL* blake2 (01:15:29) New methods on pathlib.Path objects (01:16:28) PyIter_GetNext (01:17:20) PyLong_FromInt64 (01:18:07) CALL_ALLOC_AND_ENTER_INIT suitable for Tier 2 (01:19:09) Tier 2 support for BINARY_SUBSCR_GETITEM (01:19:26) Removal of the CHECK_EVAL_BREAKER macro (01:20:11) Don't be a jerk on GitHub (01:21:30) Per-thread heap type refcounts (01:22:29) Pickling by name for object without __module__ is now faster (01:23:12) CVE-2024-7592 fixed (01:24:11) Free threading memory leaks at interpreter shutdown (01:25:34) The "What's New in 3.13" document getting some love (01:26:32) Recursion-guarding code improved in the compiler (01:27:13) A new Android test script for running with emulators (01:27:28) Core sprint week at Meta coming up! (01:29:53) OUTRO
Das Python Data Model (click here to comment) 19. Juli 2024, Jochen Seit einiger Zeit bekommen wir das Feedback, dass wir mehr über Python direkt sprechen sollten
DjangoCon Europe 2024 (click here to comment) 6. Juli 2024, Jochen Ronny ist zurück von der DjangoCon Europe 2024 in Vigo
Спонсор подкаста — https://learn.python.ru CFP PiterPy — https://piterpy.com/callforpapers/ Ведущие – Григорий Петров и Михаил Корнеев Новости выпуска: Вышла бета python 3.13 Django Developers Survey 2023 Django Enhancement Proposal: Background Workers Fake job interviews target developers with new Python backdoor Как выбирают доклады на EuroPython Ссылки выпуска: Курс Learn Python — https://learn.python.ru/ Канал Миши в Telegram — https://t.me/tricky_python Канал Moscow Python в Telegram — https://t.me/moscow_python Все выпуски — https://podcast.python.ru Митапы Moscow Python — https://moscowpython.ru
Talk Python To Me - Python conversations for passionate developers
How well do you know your Python packaging tools? These are things like pip which install your project's dependencies and their dependencies and so on. In this mix, we have more modern tools such as Poetry, Flit, Hatch and others. And even tools outside of Python itself which may attempt to manage Python itself in addition to the libraries. To make sense of all of this, we welcome back Anna-Lena Popkes for an unbiased evaluation of environment and packaging tools. Links from the show Anna-Lena's website: alpopkes.com Anna-Lena on GitHub: github.com Accompanying Blog Post: alpopkes.com Talk from PyCon DE: youtube.com Talk from EuroPython: youtube.com Talk Python's Data Science Jumpstart with 10 Projects course: talkpython.fm Rye: github.com Poetry: python-poetry.org Material for MkDocs: squidfunk.github.io 100 Days of Python in a Magical Universe Episode: talkpython.fm pip-tools: pip-tools.readthedocs.io Hatch: hatch.pypa.io PDM: pdm.fming.dev Flit: flit.pypa.io Conda: docs.conda.io Pipenv: pipenv.pypa.io Watch this episode on YouTube: youtube.com Episode transcripts: talkpython.fm --- Stay in touch with us --- Subscribe to us on YouTube: youtube.com Follow Talk Python on Mastodon: talkpython Follow Michael on Mastodon: mkennedy Sponsors IRL Podcast Sentry Error Monitoring, Code TALKPYTHON Talk Python Training
Topics covered in this episode: logmerger The third and final Python 3.12 RC is out now The Python dictionary dispatch pattern Visualizing the CPython Release Process Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: Our courses at Talk Python Training Python People Podcast Patreon Supporters Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org Show: @pythonbytes@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT. Older video versions available there too. Brian #1: logmerger Paul McGuire logmerger is a TUI for viewing a merged display of multiple log files, merged by timestamp. Built on textual Awesome flags: --output - to send the merged logs to stdout --start START and --end END start and end time to select time window for merging logs Caveats: new. no pip install yet. so clone the code or download perhaps I jumped the gun on covering this, but it's cool Michael #2: The third and final Python 3.12 RC is out now Get your final bugs fixed before the full release Call to action: We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities during this phase How to test. Discussion on the issue. Count down until October 2nd, 2023. Brian #3: The Python dictionary dispatch pattern I kinda love (and hate) jump tables in C We don't talk about dictionary dispatch much in Python, so this is nice, if not dangerous. Short story: you can store lambdas or functions in dictionaries, then look them up and call them at the same time. Also, I gotta shout out to the first blogroll I've seen in a very long time. Should we bring back blogrolls? Michael #4: Visualizing the CPython Release Process by Seth Larson Here's the deal (you should see the image in the article
Che differenza c'è tra #copyright, #licenza e #brevetto? Che cosa si applica al software e in quale modo? Insieme a Giovanni Bajo, CTO di Develer, analizzeremo le differenze tra le principali tipologie di licenze #opensource dal punto di vista degli sviluppatori. Vedremo poi quali sono i vincoli per la scelta che potrebbero applicarsi a un'azienda o una start up e quali sono gli adempimenti in carico ai team per rispettare le licenze. Un vademecum semplice e chiaro spiegato da un tecnico per i tecnici.
PyPy - Just in Time 27. Januar 2023, Jochen Warum ist der Python Interpreter eigentlich nicht selbst in Python geschrieben? Vor ziemlich genau zwanzig Jahren wurde ein Projekt gestartet, um das zu ändern. Eine gute Gelegenheit für Dominik und Jochen mit Carl Friedrich, einem der Core-Entwickler von PyPy zu sprechen.Wenn ihr Lust bekommen habt, einmal selbst an PyPy herum zu schrauben, könnt ihr die Entwickler hier kontaktieren oder euch einfach direkt bei Carl Friedrich melden
Sri Kundurthy, a student and EuroPython speaker joins Kelly and Sean to talk about bringing Python to other subject areas. From physics models to data manipulation to advanced algorithms, we talk about a wide range of applications for computer science outside of the computer science classroom Special Guest: Srivatsa Kundurthy.
Max, Dominik und Jochen unterhalten sich diesmal über Ansible. Dass Ansible selbst in Python geschrieben ist, macht es für Python-Entwickler wie uns natürlich besonders interessant. "Infrastructure as code" machen inzwischen ja irgendwie auch alle - bleibt nur die Frage, ob man Terraform von Ansible aus aufrufen sollte, oder umgekehrt
Vor über drei Jahren hatten wir ja schon einmal eine Episode über Datenbanken. Da das ja nun schon ein bisschen her ist, dachten wir dass es vielleicht an der Zeit wäre, mal wieder über dieses Thema zu reden. Dazu haben wir (Dominik und Jochen) uns diesmal mit Susanne zusammengesetzt, die seit vielen Jahren Consulting und Schulungen zum Thema anbietet. Die alte Datenbank-Episode war unsere längste Episode bisher, und irgendwie ist auch diese hier länger als gewöhnlich geworden. Offenbar gibt es über Datenbanken mehr zu sagen als zu anderen Themen
Anlässlich des diesjährigen Japantags
Janis, Dominik und Jochen unterhalten sich über Microservices. Letztes hatten wir ja schon so ein bisschen darüber gesprochen und daraufhin hat sich Janis gemeldet und gefragt, ob wir da nicht mal eine komplette Sendung mit ihm drüber machen wollen. Wollten wir natürlich :). Und hier noch die Antwort auf alle Fragen im Bereich Softwareentwicklung Shownotes Unsere E-Mail für Fragen, Anregungen & Kommentare: hallo@python-podcast.de News aus der Szene Okta breach PYPL PopularitY of Programming Language Meta donates $300,000 to the Python Software Foundation | Łukasz Langa - #Programming GitHub Issues Migration: status update Cython is 20! Neue Programmiersprachen: vlang | zig April: PyCon DE & PyData Berlin 2022 Juli: EuroPython September: DjangoCon EU 2022 Werbung Ailio sucht Mitarbeiter | Anfragen bitte an diese Mailadresse: business@ailio.de Microservices BoundedContext / Single source of truth Buch: Building Microservices, 2nd Edition Sam Newman on Information Hiding, Ubiquitous Language, UI Decomposition and Building Microservices Sam Newman: Monolith to Microservices (InfoQ Podcast) Folge 99 - Sam Newman - Monolith to Microservices ELK-Stack Apache Kafka Buch: Software Architecture with Python MonolithFirst Benchmark Caddy / Nginx / Uvicorn Benchmarking nginx vs caddy vs uvicorn for serving static files Uvicorn / uvloop Picks bpytop / glances Kafka Connect
Доклады: Pablo Galindo Salgado - Nobody expects the Spanish inquisition ( https://youtu.be/DLn9J93--BY ) Zac Hatfield Dodds - Stop Writing Tests! ( https://youtu.be/IcvCTHcYoMg ) Marc-Andre Lemburg - Thoughts on the Future of Python ( https://youtu.be/bLffgaVC1Os ) Miroslav Šedivý - Should We Return to Python 2? ( https://youtu.be/bV_v81v7MMM ) Sebastian Witowski - Python Versions and Dependencies Made Easy ( https://youtu.be/yfHOlS4rqdY ) Joannah Nanjekye - Python the Bad Parts ( https://youtu.be/dBpxdaDo12I ) Meredydd Luff - Writing Better Documentation for Developers ( https://youtu.be/kNpyC4LY5gI ) Michał Wodyński - Python security best practices ( https://youtu.be/gpZKBJjB_0s ) Irina Grechikhina - Sentry as a way not to be afraid ( https://youtu.be/N8oPve29Gjk ) Нас можно найти: 1. Telegram: https://t.me/proConf 2. Youtube: https://www.youtube.com/c/proconf 3. SoundCloud: https://soundcloud.com/proconf 4. Itunes: https://podcasts.apple.com/by/podcast/podcast-proconf/id1455023466
Empezamos con este episodio una serie especial dirigida por Andros Fenollosa, dedicada al lenguaje de programación Python. El lenguaje Python ha sobrepasado con creces su diseño original para acabar colándose en un multitud de disciplinas y profesionales de todo tipo como puede ser: el análisis de datos, la inteligencia artificial, la creación de aplicaciones para escritorio, desarrollo de micro dispositivos, desarrollo web, gestión de sistemas, matemáticas y así otras muchas aplicaciones. Con unas librerías que no han dejado de madurar, cuidadosamente documentadas, ha puesto sobre la mesa los ingredientes perfectos para crear una comunidad abierta y participativa. Gracias a los usuarios de la comunidad Python, se organizan espontáneamente charlas mensuales y talleres gratuitos en torno al lenguaje. Anualmente se celebra diversos congresos. El más popular se conoce como PyCon, con sus diferentes sabores como la EuroPython, PyCon US, PyConES, PyCon Latam, etc. Pero también hay grupos especiales como las Django Girls, un movimiento femenino para animar a otras mujeres que del el paso de aprender a programar. En el primer episodio vamos a centrarnos en hablar justamente de la comunidad, y nada mejor que el actual presidente de Python España: Israel Saeta. Con él Andros habla principalmente de la comunidad, su relación con el lenguaje, su visión acerca de la participación y también próximos eventos.
Empezamos con este episodio una serie especial dirigida por Andros Fenollosa, dedicada al lenguaje de programación Python. El lenguaje Python ha sobrepasado con creces su diseño original para acabar colándose en un multitud de disciplinas y profesionales de todo tipo como puede ser: el análisis de datos, la inteligencia artificial, la creación de aplicaciones para escritorio, desarrollo de micro dispositivos, desarrollo web, gestión de sistemas, matemáticas y así otras muchas aplicaciones. Con unas librerías que no han dejado de madurar, cuidadosamente documentadas, ha puesto sobre la mesa los ingredientes perfectos para crear una comunidad abierta y participativa. Gracias a los usuarios de la comunidad Python, se organizan espontáneamente charlas mensuales y talleres gratuitos en torno al lenguaje. Anualmente se celebra diversos congresos. El más popular se conoce como PyCon, con sus diferentes sabores como la EuroPython, PyCon US, PyConES, PyCon Latam, etc. Pero también hay grupos especiales como las Django Girls, un movimiento femenino para animar a otras mujeres que del el paso de aprender a programar. En el primer episodio vamos a centrarnos en hablar justamente de la comunidad, y nada mejor que el actual presidente de Python España: Israel Saeta. Con él Andros habla principalmente de la comunidad, su relación con el lenguaje, su visión acerca de la participación y también próximos eventos. Más info en https://republicaweb.es/podcast/comunidad-python-con-israel-saeta-republica-python-i/
Come posso coniugare l'uso di una piattaforma embedded a basso costo con la necessità di avere un'interfaccia accattivante, sviluppando in un ambiente documentato e testato?In questo podcast, Lorenzo Mancini introduce la nuova offerta Qt for MCU, che cerca di colmare esattamente questo settore tecnologico.
PyChat: Pytest 6.0 is coming GitHub -> Slack bot for pyladies Registrations for PyConAfrica2020 are open EuroPython 2020 will start on Thursday next week PyLadies Dublin Virtual Meetup July Mid Meet - Hall of Fame: Sandrine Pataut - Pythonista, Data Scientist Follow Sandrine on Twitter PyPI highlights: Marshmallow AffectInTweets
En el episodio 57 del podcast de https://www.entredevyops.es/ hablaremos con Nicolás Demarchi sobre la organización de un evento online como la EuroPython 2020. Blog Entre Dev y Ops - https://www.entredevyops.es Telegram Entre Dev y Ops - https://t.me/entredevyops Twitter Entre Dev y Ops - https://twitter.com/EntreDevYOps LinkedIn Entre Dev y Ops - https://www.linkedin.com/in/entre-dev-y-ops-a7404385/ Patreon Entre Dev y Ops - https://www.patreon.com/edyo Amazon Entre Dev y Ops - https://amzn.to/2HrlmRw Enlaces comentados: PyAmsterdam - https://py.amsterdam/ PyCamp - https://pycamp.es/ EuroPython - https://blog.europython.eu/ EuroPython Society - https://www.europython-society.org/ Remote Python Pizza - https://remote.python.pizza/ Pyjamas - https://pyjamas.live/ All Day DevOps - https://www.alldaydevops.com/ Podcast 12: EuroPython 2015 - https://www.entredevyops.es/podcasts/podcast-episodio-12.html PyCon Argentina 2018 - https://eventos.python.org.ar/events/pyconar2018/ Programa EuroPython 2020 - https://ep2020.europython.eu/schedule/ EuroPython 2020 Online Conference Tools - https://docs.google.com/document/d/1OAVtZnxVgmkDGvSV1vEzra7m5Nfjr-81kCrustzxAek/edit Traducción de Python a Español - https://github.com/python/python-docs-es Sprints en la EuroPython 2020 - https://ep2020.europython.eu/events/sprints/ Twitter Nico/Gilgamezh - https://twitter.com/gilgamezh FE DE ERRATAS: Nico comentó que tenían un ponente de Mauritania, pero se confundió, se refería a Mauricio - https://es.wikipedia.org/wiki/Mauricio
PyChat (news in the community): Farewell to Oier Echaniz Pyladies Dub meetup 19th May Python in Astronomy hackdays kick off at midnight tonight BST (23rd & 24th) April - all welcome! New Sponsorship Program for Python Packaging Ticket sales for EuroPython 2020 Online have started Meet Hall of Fame: Interview with Michael Foord, Python Core Developer, creator of Iron Python and Mock module Follow Michael on Twitter Check out his website PyPI highlight: Fades - a library to manage your virtual Envs Jupyter-require - Let you run JavaScript, plug-in to Jupyter notebook
EuroPython talk voting started Python Pizza Speaker line up is great! Free Django beginner course PyCon UK has been cancelled EffectiveQuadratures got support from NUMFocus PyAmsterdam flying software Circus - talking about FastAPI lib Python IE meetup next Wed 22nd April 2020 PyPI Highlight: EffectiveQuadratures SimPy
Rozmawiamy z Sebastianem Witowskim o tym jak ustawić sobie środowisko do kodowania w Pythonie i jakich błędów unikać zaczynając swoją przygodę z tym językiem programowania. Spora dawka wiedzy dla początkujących Pythonistów. Ale jeśli kodujesz w Pythonie od jakiegoś czasu i chcesz się upewnić, że stosujesz dobre praktyki, to ten odcinek jest też dla Ciebie. Informacje dodatkowe: Python: https://www.python.org/ Intellij IDEA: https://www.jetbrains.com/idea/ PyCharm: https://www.jetbrains.com/pycharm/ Visual Studio Code (VS Code): https://code.visualstudio.com/ Vim: https://www.vim.org/ pyenv: https://github.com/pyenv/pyenv Python venv: https://docs.python.org/3/library/venv.html Python virtualenv: https://virtualenv.pypa.io/en/stable/ Conda: https://docs.conda.io/en/latest/ Node modules: https://www.w3schools.com/nodejs/nodejs_modules.asp Pipenv: https://pipenv.readthedocs.io/en/latest/ Poetry: https://python-poetry.org/ Python Requests: https://2.python-requests.org/en/master/ Django: https://www.djangoproject.com/ Flask: https://flask.palletsprojects.com/en/1.1.x/ EuroPython 2019: https://ep2019.europython.eu/ Cookiecutter: https://cookiecutter.readthedocs.io/en/1.7.0/ Pipx: https://github.com/pipxproject/pipx Black: https://github.com/psf/black npm: https://www.npmjs.com/ npx: https://www.npmjs.com/package/npx "The Hitchhiker’s Guide to Python!", Kenneth Reitz, Tanya Schlusser: https://docs.python-guide.org/ Sphinx: http://www.sphinx-doc.org/en/master/ Write the Docs: https://www.writethedocs.org/ Pytest: https://docs.pytest.org/en/latest/ Python unittest: https://docs.python.org/3.8/library/unittest.html Test Driven Development (TDD): https://www.agilealliance.org/glossary/tdd/ Git: https://git-scm.com/ Warsztat "Modern Python Developer's Toolkit": https://www.meetup.com/Pykonik/events/268809734/ Pykonik, Kraków Python User Group: https://www.meetup.com/Pykonik/ Profil Sebastiana na LinkedIn: https://www.linkedin.com/in/switowski/ Profil Sebastiana na Twitterze: https://twitter.com/SebaWitowski Strona Sebastiana: https://switowski.com/
Aybars Badur ile yazılım konferanslarını, şirketlerin konferans desteklerini ve yazılımcıların konferanslara katılarak neler elde edebileceğini konuştuk.
EuroPython to największa europejska konferencja poświęcona językowi programowania Python. Tegoroczna edycja odbyła się w dniach 8-14 lipca w Bazylei (Szwajcaria). Przyglądamy się temu wydarzeniu z perspektywy Technical Writera, który od jakiegoś czasu korzysta z Pythona w swojej pracy, ale nie jest zawodowym programistą. Rozmawiamy o tym co się działo podczas EuroPython 2019 i czego można było się tam nauczyć. Informacje dodatkowe: Konferencja EuroPython 2019: https://ep2019.europython.eu/ Nagrania wystąpień z EuroPython 2019: https://www.youtube.com/user/PythonItalia Budowanie mechanizmu rekomendacji w Pythonie: https://realpython.com/build-recommendation-engine-collaborative-filtering/ Dekoratory w Pythonie: https://realpython.com/primer-on-python-decorators/ Narzędzie poetry: https://poetry.eustace.io/ "Modern Python Standard Library Cookbook", Alessandro Molina: https://www.amazon.com/Modern-Python-Standard-Library-Cookbook/dp/1788830822 Baza danych MongoDB: https://www.mongodb.com/ Konferencja PyCon PL 2019: https://pl.pycon.org/2019/
En este primer episodio el tema principal es “Python en tu vida”, donde explicaremos la experiencia que tenemos cada uno de nosotros con Python y cómo encaja con otras tecnologías. # Preguntas - ¿Cuándo y cómo fue vuestro primer contacto con Python? ¿Qué fue lo que os atrajo, lo que no os gustó, etc.? - ¿Habéis utilizado siempre Python en vuestra carrera o también otros lenguajes? - ¿Para qué utilizáis actualmente Python (qué campo)? ¿Por qué pensáis (o no) que es una buena elección para vuestros proyectos actuales? ¿Qué herramientas concretas usáis? # Algunos comentarios que podréis oír - [hablando de porqué Go es interesante para Pythonistas] Go sigue más el Zen de Python que el propio Python - [hablando de aprender más de un lenguaje] Cuando sólo se tiene un martillo todo parece un clavo - [hablando de porqué nos gusta Python] Yo quiero un lenguaje que cuando yo tenga un día bueno sea excepcional y cuando yo tenga un día malo no me esté disparando en el pie todo el rato La música de la introducción es Rhythme Gitane de Latché Swing: http://freemusicarchive.org/music/Latch_Swing/ (CC-NC-SA) # Eventos - PyBcn Monthly Meetup: https://www.meetup.com/python--185/ - PyLadies Monthly Meetups: http://www.meetup.com/PyLadies-BCN/ - PyConES 2018 in Málaga, October 5-7th: http://2018.es.pycon.org/ - HackCancer (previous edition): http://www.health20basque.com/2018/06/donosti-acogera-la-primera-edicion-del-hack-cancer-en-espana/ - Coding Dojos: https://pybcn.org/coding-dojos/ - EuroPython 2018: https://ep2018.europython.eu/en/
Llegó el café informativo de sysarmy. Noticias del mundo Linux, Administración de sistemas y DevOps, mezclado con novedades sobre eventos, meetups, etc. Leaks, leaks, hacks, hacks, y alguna que otra caida. ¿Que pasó en este ultimo mes? De todo: TestingAR sacó su propio podcast llamado SyntaxError, nos visitó Alfredo Ortega, un consultor en Seguridad Informatica que la tiene clarisima para charlar sobre su experiencia en la DEFCON y sobre el Voto Electronico en Argentina. Se cayó internet en Argentina por el corte de unos cables en Las Toninas, pasó el dia de la Neutralidad en la Red, se cayó New Relic y muchas empresas durante 2 horas no tenian visibilidad de logs, se cayó el servicio de HBO Go (basicamente todos los domingos que sale un episodio nuevo de Game Of Thrones), hackearon servidores de HBO, leakearon episodios de Game Of Thrones, leakearon guiones de series de HBO, y hasta mails y telefonos de actores. Hackearon a Taringa, en Google un Dev con pocas luces distribuyó un memo en contra de sus pares mujeres, Microsoft y el Paint un solo corazon, Nerdearla, Sysarmy, EuroPython, de todo, ¡esperamos que les guste! == Mencionados en este episodio == Caída de Las Toninas: https://goo.gl/rVXdPq Net Neutrality Day: https://goo.gl/22ntxN Caida New Relic: https://goo.gl/uuL52J Caída de HBO Go: https://goo.gl/pYYCLk HBO Leak de capítulos: https://goo.gl/ZQytxC Hackeo a HBO: https://goo.gl/H6oShb Hackeo Taringa: https://goo.gl/s2KMbD Memo interno de Google: https://goo.gl/cHeKj2 Microsoft y Paint: https://goo.gl/ovNqLb Nerdear.la Online: https://www.youtube.com/user/nerdearla Sysarmy 5 años: https://www.youtube.com/watch?v=qc4o0... Europython: https://ep2017.europython.eu/en/ OpenQube: http://openqube.io/ Encuesta de Sueldos: https://t.co/87XZKWvIyl == Eventos y meetups == Ekoparty: https://www.ekoparty.org Meetarmy 31/8 en Edrans: https://goo.gl/tCqBAc Hackathon devs4good: http://www.laburojoven.com/ == Búsquedas laborales == Conexión HR: https://goo.gl/Ujpc1q Medallia: https://goo.gl/GfKMUK Despegar: https://goo.gl/6ui6Wq sysarmy en LinkedIn: https://goo.gl/1QMlCv == Otros mencionados == EkoSpace en Facebook: https://goo.gl/VOzYle EkoSpace en Twitter: https://goo.gl/umJHVp == Encontranos en == Web: http://sysar.my Twitter: @sysarmy Facebook: Elección Root IRC en Freenode: #sysarmy Ivoox: https://goo.gl/GtISQ9 Pocketcast: http://pca.st/D3H0 iTunes: https://goo.gl/Nrt22g ==Conducen este episodio== Ariel Jolo: @ajolo Jorge Abreu: @ar_jorge1987 ==Producción== Regina Loustau: @Rhapsody_Girl ==Invitados== Alfredo Ortega: @ortegaalfredo
En este podcast repasaremos los próximos eventos: OpenNebulaConf (20-22 Octubre), DockerCon (16-17 Noviembre), AWS Re:Invent. Entrevista : después de la EuroPython y Python San Sebastián (24-25 Octubre)
En este podcast repasaremos próximos eventos, las noticias relevantes de los últimos dos meses y discutiremos sobre temas diversos: grupo de DevOps BCN (http://www.meetup.com/DevOps-BCN-Group/), Europython 2015 (https://ep2015.europython.eu/) y "Se busca DevOps".
Noticias y revisión de unos cuantos podcasts sobre Python http://podcast.jcea.es/python/4 Notas: 00:00: Presentación Python en Españo, capítulo 4. 00:47: Hablamos sobre los últimos eventos Python en España del calendario. Python Vigo. 04:40: Samuel y Jesús comentan sobre Python 3.5 Alpha 4 (última alpha). 06:00: Hablamos sobre el anuncio oficial de PyConES 2015 en Valencia. 08:33: Hablamos sobre los vídeos y fotos de la anterior PyConES (2014). 09:40: Las actas. 11:00: Hablamos sobre la ampliación del Call For Proposals de EuroPython 2015. 13:27: Comentamos sobre la reciente publicación de los vídeos de PyCon Americana. 14:00: Jesús Cea nos comenta cosas sobre la última asamblea de la Asociación Python España. 16:45: Las actas. 18:15: Comentamos los últimos podcast sobre Python a nivel mundial que han surgido. 18:55: Jesús nos presenta el podcast "Talk Python To Me". 19:37: Jesús nos presenta el podcast "Podcast.__init__". 20:00: Jesús habla sobre el último podcast de CAChemE sobre Python. 21:20: Jesús habla sobre el último número del podcast de Entre Dev y Ops a raíz de la entrevista de dos organizadores de EuroPython. 22:48: Jesús presenta la última feature de este podcast, shownotes en tu reproductor preferido! 23:45: Juan Ignacio habla sobre el podcast "from Python import Podcast". 24:45: Jesús nos presenta uno de los primero podcast historicos sobre python: "Python 411". 26:51: Juan Ignacio nos habla sobre los tutoriales y post de Adrian Rosebrock sobre OpenCV en su página http://www.pyimagesearch.com/. 31:53: Pedimos feedback, sugerencias, críticas! y hablamos sobre el twitter del podcast. 33:26: Nos despedimos como siempre informado sobre nuestro email y twitter para que contactéis con nosotros.
En este podcast entrevistamos a dos de los organizadores de la EuroPython 2015 (europython.eu).
Entrevista a los organizadores de la EuroPython http://podcast.jcea.es/python/3 Notas: 00:00: Presentación capítulo 3. 01:25: Samuel y Juan Ignacio comentan los eventos Python del calendario. 04:02: Comentamos la futura pero próxima Asamblea General de Socios de Python España. 05:48: Entrevistamos Oier Etxaniz, Francisco Fernandez, Alexandre Manhães y Manuel Graña, organizadores de EuroPython 2015. 05:59: Presentación y por qué Python. 08:56: Conocemos cómo comenzó la aventura de organizar EuroPython. 12:03: Conocemos qué tipo de ayuda tienen como organizadores. 14:47: Nos hablan sobre las becas y ayudas para personas que no puedan permitirse el evento. 19:40: ¿Habrá track científico? 20:06: ¿Habrá algo diferente que otras EuroPython? 21:22: Nos hablan sobre hacer la sociedad "más mejor" :P 22:50: Hablamos sobre Python a nivel nacional con nuestro invitados. 26:27: ¿Cuántos tracks habrá? 29:40: ¿Cómo convencer a tu jefe para que te pague el evento? 32:40: Nos despedimos de nuestros invitados. 33:55: Leemos y comentamos los comentarios de Twitter. 34:10: Hablamos sobre corrutinas (gracias a @NN2ed_s4ur0n). 43:30: Seguimos con los demás comentarios de Twitter. 45:25: Recordamos nuestros cauces para contactarnos y despedida.
Segundo episodio cargadito http://podcast.jcea.es/python/2 Notas: 00:00: Presentación podcast. 00:18: Hablamos sobre las novedades de Python 3.4.3. 00:18: Samuel habla sobre algunas novedades relevantes. 03:49: Jesús nos habla sobre la validación de certificados en esta versión. 06:29: Jesús nos habla sobre Python 2.7.9, las nuevas mejoras de seguridad y el protocolo SNI. 10:35: Hablamos sobre la EuroPython en Bilbao. 15:45: Juan Ignacio nos comenta los eventos Python de estas semanas. 23:18: Hablamos sobre la información de última hora de PyConES 2015. 24:19: Jesús no habla sobre OpenBadges. 33:49: Comentamos las preguntas y comentarios de los oyentes en la cuenta de twitter oficial. 34:43: Hablamos sobre decoradores (gracias a @imasdemase). 40:38: Hablamos sobre Cython y Ansible (gracias a @ryllada). 49:50: Hablamos sobre el estado de la instalación de paquetes en Python (gracias a @Pybonacci). 53:25: Hablamos sobre los números de la primitiva de forma pythónica! :S (gracias a @ipedrazas). 56:17: Hablamos sobre cryptography.io (gracias a @WuShell). 01:02:16: Comentamos brevemente las demás menciones y comentarios de los oyentes. 01:04:30: Jesús habla sobre cómo grabamos (WebRTC) y las bondades del formato de audio OPUS. 01:08:00: Jesús defiende la importancia de documentar la historia. ¿Quien organizó la primera PyConES en 2013? 01:10:18: Nos despedimos hasta la próxima recordando nuestras vías de contacto. 01:11:20: Jesús nos explica por qué el Twitter del podcast es @Python_podCAST.
¡Empezamos nuestra andadura! http://podcast.jcea.es/python/1 Notas: 00:00: Comienzo. 00:07: Introducción podcast. 00:25: Presentación equipo. 06:27: Comentamos Python a nivel nacional. 06:59: Jesús habla sobre el Calendario de eventos de Python en España. 17:32: Comentamos los eventos EuroPython 2015 y PyConEs 2015. 26:05: Jesús habla sobre el posible evento Python Científico en España. 28:15: Jesús nos presenta y habla sobre la Asociación Python España. 33:20: Jesús nos habla sobre openbadges para la Asociación. 35:30: Jesús hace un llamamiento para que las personas que organicen eventos sobre Python los añadan al calendario. :D 35:59: Hablamos sobre las ultimas versiones de Python (3.4.2, 3.4.3, 3.5) 45:29: Hablamos sobre Paquetes Python interesantes. 45:37: Juan Ignacio nos habla sobre Cricket (Beeware) 48:10: Samuel nos habla sobre Tornado Web Server. 54:53: Jesús nos habla sobre Pyro. 01:07:19: Cerramos el podcast con un llamamiento a la Comunidad.
En este primer podcast de 2015 hablamos sobre eventos: Coding Dojos pyBCN, EuroPython 2015 Bilbao (http://ep2015.europython.eu/) y FOSDEM (https://fosdem.org/).
Florian SCHWEIKERT, Horst JENS, Gregor PRIDUN und Harald PICHLER plaudern über freie Software und andere Nerd-Themen. Shownotes auf http://goo.gl/x5Alj1 oder http://biertaucher.at
Florian SCHWEIKERT, Horst JENS und Gregor PRIDUN plaudern über freie Software und andere Nerd-Themen. Shownotes auf http://goo.gl/cpsyjm oder http://biertaucher.at
Greor PRIDUN, Horst JENS, Harald PICHLER und Jörg WUKONIG plaudern über freie Software und andere Nerd-Themen. Shownotes auf http://goo.gl/hoMBcn oder http://biertaucher.at
Gregor PRIDUN lauscht Horst JENS, Bernd SCHLAPSI und Hop beim Berichten von der Europython Konferenz. Und natürlich plaudern wir über freie Software und andere Nerd-Themen. Shownotes auf http://goo.gl/XmLXz oder http://biertaucher.at Bitte nach Möglichkeit diesen Flattr-Link anlicken: http://flattr.com/thing/1623952/Biertaucher-Podcast-Folge-112
Gregor PRIDUN und Johnny ZWENG plaudern über freie Software und andere Nerd-Themen. Shownotes auf http://goo.gl/wLSJN oder http://biertaucher.at Bitte nach Möglichkeit diesen Flattr-Link anlicken: http://flattr.com/thing/1589398/Biertaucher-Podcast-Folge-111