Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Andre Roberge: pandas' SettingWithCopyWarning: did I get it right?

Link: https://aroberge.blogspot.com/2022/10/pandas-settingwithcopywarning-did-i-get.html

 I am just beginning to learn pandas and am looking to provide some automated help. From what I read, it appears that SettingWithCopyWarning is something that confuse many people. Is the following cor
PyCoder’s Weekly: Issue #547 (Oct. 18, 2022)

Link: https://pycoders.com/issues/547

#547 – OCTOBER 18, 2022 View in Browser » ChatterBot: Build a Chatbot With Python Chatbots can help to provide real-time customer support and are a valuable asset in many industries. When you un
PyCon: PyCon US 2023 Launches!

Link: https://pycon.blogspot.com/2022/10/pycon-us-2023-launches.html

Our conference in Salt Lake City was a success, and we’re looking forward to returning in 2023. Planning is already underway, and today we’re excited to announce the launch of our conference website,
Malthe Borch: Mitigating Username-Attacks on Digital Identity Logins

Link: https://maltheborch.com/2022/10/mitigating-username-attacks-on-digital-identity-logins.html


In Denmark, we've had a digital national identity
service in operation since 2010, used for example to get access to
secure e-mail and government
IslandT: Tkinter Tutorial — Create Text box Widget

Link: https://islandtropicaman.com/wp/2022/10/19/tkinter-tutorial-create-text-box-widget/

In this article let us continue with the previous example by adding a text box widget with a width of 16 at column 0, row 1 position within the Tkinter window, which simply means the second row. This
IslandT: wxPython Tutorial — Create the wxPython child class object

Link: https://islandtropicaman.com/wp/2022/10/19/wxpython-tutorial-create-the-wxpython-child-class-object/

Before I start, if you guys happen to know the creator of wxPython please do ask him this question: Why are you using the term wxPython instead of WxPython? I just feel curious about that!
Alright, a
Reuven Lerner: How to propose a winning conference talk

Link: https://lerner.co.il/2022/10/19/how-to-propose-a-winning-conference-talk/

[This blog post is taken from my “Trainer Weekly” newsletter, all about the business, logistics, and pedagogy of corporate training. Given that PyCon US 2023 just opened its call for participation, I
Real Python: Build a Tic-Tac-Toe Game Engine With an AI Player in Python

Link: https://realpython.com/tic-tac-toe-ai-python/

When you’re a child, you learn to play tic-tac-toe, which some people know as naughts and crosses. The game remains fun and challenging until you enter your teenage years. Then, you learn to program a
IslandT: Tkinter Tutorial — Create combo box widget

Link: https://islandtropicaman.com/wp/2022/10/20/tkinter-tutorial-create-combo-box-widget/

In this tutorial, let us continue with our previous example and add the combo box widget into the previously created top-level Tkinter window widget where that combo box will allow the user to select
Python Bytes: #306 Some Fun pytesting Tools

Link: https://pythonbytes.fm/episodes/show/306/some-fun-pytesting-tools

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=O5OyphLaDU8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
Talk Python to Me: #386: Realtime Web Apps and Dashboards with H2O Wave

Link: https://talkpython.fm/episodes/show/386/realtime-web-apps-and-dashboards-with-h2o-wave

Python's data science and data visualization capabilities are certainly one of the reasons for Python's meteoric rise over the past 10 years. But often thens visuals have been corralled into notebooks
IslandT: Tkinter Tutorial — Create Check Button Widget

Link: https://islandtropicaman.com/wp/2022/10/21/tkinter-tutorial-create-check-button-widget/

In this Tkinter tutorial let us create a check button widget within the previously created top-level window. These lines of code will create the check box widget.

# Create a check button
chVarName =
IslandT: wxPython Tutorial — Create Check Box

Link: https://islandtropicaman.com/wp/2022/10/21/wxpython-tutorial-create-check-box/

In this wxPython tutorial let us create a check box within the previously created top-level window. The parameters within the wx.CheckBox’s class are as follows:-

parent (wx.Window) –

id (wx.WindowI
Real Python: The Real Python Podcast – Episode #130: Fostering an Internal Python Community & Managing the 3.11 Release

Link: https://realpython.com/podcasts/rpp/130/

Does your company have a plan for growing an internal Python community? What are the attributes to look for when bringing someone into your department? This week on the show, Pablo Galindo Salgado ret
IslandT: wxPython Tutorial — Create Combo Box

Link: https://islandtropicaman.com/wp/2022/10/22/wxpython-tutorial-create-combo-box/

In this wxPython tutorial let us create a daily combo box beside the hello world button. I will not be going to repeat the previous program again thus if you want to look at the entire program you can
Marcos Dione: blender-hillshading-and-mapnik

Link: http://www.grulic.org.ar/~mdione/glob//posts/blender-hillshading-and-mapnik/

How did it start? Well, it actually started a long time ago, maybe a year ago, most probably more. I got myself
tumbling down the beautiful rabbit hole of Blender based mapping. The idea is very simpl
IslandT: wxPython Tutorial — Create Dialog Box

Link: https://islandtropicaman.com/wp/2022/10/23/wxpython-tutorial-create-dialog-box/

In this wxPython example tutorial, I will write the program to call a function which will then create a dialog box after a button has been clicked.
First of all, from the previous program, I have to a