Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Mike Driscoll: Creating a Simple Wizard with wxPython (Video)

Link: https://www.blog.pythonlibrary.org/2021/09/10/creating-a-simple-wizard-with-wxpython-video/

In this video tutorial, you will learn how to create a wizard with the wxPython GUI toolkit:

Related tutorials

wxPython: How to Disable a Wizard’s Next Button
wxPython: How to Create a Generic Wizar
Talk Python to Me: #333: State of Data Science in 2021

Link: https://talkpython.fm/episodes/show/333/state-of-data-science-in-2021

We know that Python and data science are growing in lock-step together. But exactly what's happening in the data science space in 2021? Stan Seibert from Anaconda is here to give us a report on what t
STX Next: R vs. Python: What’s the Real Difference Between R and Python?

Link: https://www.stxnext.com/blog/r-and-python-comparison/




The swift proliferation of data into our lives has resulted in the rise of tools used to analyze and extract valuable insights from this information. Python and R are the two most popular program
Mike Driscoll: Python 3.10 – Simplifies Unions in Type Annotations

Link: https://www.blog.pythonlibrary.org/2021/09/11/python-3-10-simplifies-unions-in-type-annotations/

Python 3.10 has several new typing features. They are given in detail here:

PEP 604, Allow writing union types as X | Y
PEP 613, Explicit Type Aliases
PEP 612, Parameter Specification Variables

The
Weekly Python StackOverflow Report: (ccxcii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/09/ccxcii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-09-11 14:05:42 GMTHow is the s=s+c string concat optimization deci
Mike Driscoll: Python 101 – Documenting Your Code

Link: https://www.blog.pythonlibrary.org/2021/09/12/documenting-code/

Documenting your code early on is quite a bit more important than most new developers realize. Documentation in software development refers to the idea of giving your variables, functions and other id
Bhishan Bhandari: Training a deep learning model with custom dataset for motion transfer

Link: http://feedproxy.google.com/~r/TheTaraNights/~3/v7atS5vL_o4/

Through this article, I want to show the steps I took in preparing custom dataset for training a GAN model for motion transfer. Furthermore, I used google colab which offers free GPU/TPU usage for res
Brett Cannon: Unravelling `async for` loops

Link: https://snarky.ca/unravelling-async-for-loops/

When I decided the next post in my series on Python&aposs syntactic sugar would be on async for, I figured it would be straightforward. I have already done `for` loops, so I have something to build of
Mike Driscoll: PyDev of the Week: Nikita Sobolev

Link: https://www.blog.pythonlibrary.org/2021/09/13/pydev-of-the-week-nikita-sobolev/

This week we welcome Nikita Sobolev (@sobolevn) as our PyDev of the Week! Nikita is the founder of wemake.services. Nikita also writes a technical blog that you should check out. You can also see what
Matt Layman: Episode 15 - User Session Data

Link: https://www.mattlayman.com/django-riffs/15-user-session-data/

On this episode, we will dig into a data storage technique that Django makes heavy use of for visitors to your site. This category of data is called session data.
Listen at djangoriffs.com or with the
Full Stack Python: How to Transcribe Speech Recordings into Text with Python

Link: https://www.fullstackpython.com/blog/transcribe-recordings-speech-text-assemblyai.html

When you have a recording where one or more people are talking, it's useful
to have a highly accurate and automated way to extract the spoken words into
text. Once you have the text, you can use it fo
Full Stack Python: Using Django & AssemblyAI for More Accurate Twilio Call Transcriptions

Link: https://www.fullstackpython.com/blog/django-accurate-twilio-voice-transcriptions.html

Recording phone calls
with one or more participants is easy with
Twilio's Programmable Voice API,
but the speech-to-text accuracy can be poor, especially for transcription
of words from niche domain
Real Python: Python News: What's New From August 2021?

Link: https://realpython.com/python-news-august-2021/

Summer holidays have ended, and it’s back to school again. While it was a time of leisure and getting disconnected from the virtual world for many of us, the Python maintainers and contributors have b
Python Morsels: Importing a module runs code

Link: https://www.pythonmorsels.com/topics/importing-module-runs-code/




Transcript
When Python imports a module, it runs all the code in that module.
A module that defines and prints things
Here we have a file called salutations.py:
import random

salutations = ["Hello
Gaël Varoquaux: Hiring someone to develop scikit-learn community and industry partners

Link: http://gael-varoquaux.info/programming/hiring-someone-to-develop-scikit-learn-community-and-industry-partners.html


Note
With the growth of scikit-learn and the wider PyData ecosystem, we
want to recruit in the Inria scikit-learn team for a new role.
Departing from our usual focus on excellence in algorithms,
stat