Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: The Real Python Podcast – Episode #15: Python Regular Expressions, Views vs Copies in Pandas, and More

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

Have you wanted to learn Regular Expressions in Python, but don't know where to start? Have you stumbled into the dreaded pink SettingWithCopyWarning in Pandas? This week on the show, we have David Am
Stack Abuse: Bucket Sort in Python

Link: https://stackabuse.com/bucket-sort-in-python/

Introduction
In this tutorial, we'll be diving into the theory and implementation of Bucket Sort in Python.
Bucket Sort is a comparison-type algorithm which assigns elements of a list we want to sort
Matt Layman: Hackathon App Part 2 - Building SaaS #62

Link: https://www.mattlayman.com/building-saas/hackathon-app-part-2/

In this episode, we took a break from the regular app to work on an app for a local hackathon that I’m participating in. This is the second week for the hackathon and in this stream, I apply the final
Catalin George Festila: Python 3.6.9 : My colab tutorials - part 005.

Link: http://python-catalin.blogspot.com/2020/06/python-369-my-colab-tutorials-part-005.html

Today I tested google colab python features with google authentification and google.colab drive and files.
The first part of google colab code comes with authentification and you need to add the verif
Python Software Foundation: 2020 Python Software Foundation Board of Directors Election Retrospective and Next Steps

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/e1hoaUKXm30/2020-python-software-foundation-board_26.html


With the 2020 Board of Directors Election Results announced, a new class of directors will officially be joining June 30th!

In light of the results and narrow margins, the Python Software Foundation
Python Bytes: #187 Ready to find out if you're git famous?

Link: https://pythonbytes.fm/episodes/show/187/ready-to-find-out-if-you-re-git-famous

<p>Sponsored by us! Support our work through:</p>

<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://t.co/AKfVKcveg6
Catalin George Festila: Python 2.7.10 : IronPython and C# with Dynamic Language Runtime.

Link: http://python-catalin.blogspot.com/2020/06/python-2710-ironpython-and-c-with.html

This is a simple tutorial about python and C# using the Dynamic Language Runtime with IronPython.I use Visual Studio 2019 and .NET Framework 4.7.2 with my Console C# project named DynamicLanguageRunti
Nikola: Nikola v8.1.0 is out!

Link: https://getnikola.com/blog/nikola-v810-is-out.html

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.1.0. This release makes a few feature changes,
improvements, and fixes a few bugs.

What is Nikola?
Nikol
Catalin George Festila: Python 3.8.3 : PyCryptodome python package - part 001.

Link: http://python-catalin.blogspot.com/2020/06/python-383-pycryptodome-python-package.html

In the last tutorial, I wrote on Sunday, June 16, 2019, you can see a simple example of this python package with KDF with PBKDF2 function.I guess it should be interesting for visitors to this blog to
PSF GSoC students blogs: Week 3 Check-in

Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-3-check-in-3/

What i have done this week
Since we can parse a shell script into statements now. We need to fiter the install command and extact what will be installed in the command.
I use filter_install_command()
PSF GSoC students blogs: [Week 4] Check-in

Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-4-check-in/

1. What did you do this week?
This week's job is to implement jacobian and add test cases. 
2. Difficulty
No difficulties this week.
3. What is coming up next?

Add more test cases to cover more funct
Kushal Das: Setting up a personal DoH server

Link: https://kushaldas.in/posts/setting-up-a-personal-doh-server.html


DoH is a hot discussion point
in both the privacy and DNS people. There are many criticisms, including
encryption support of the clients or still trusting a third party. There is an
excellent talk fr
Python Insider: Python 3.7.8 and 3.6.11 now available - last 3.7.x bugfix release

Link: http://feedproxy.google.com/~r/PythonInsider/~3/v2lSBwm0qQ0/python-378-and-3611-now-available-last.html

Python 3.7.8, the next bugfix release of Python 3.7, is now available. You can find the release files, a link to the changelog, and more information here:

    https://www.python.org/downloads/release
PSF GSoC students blogs: Weekly Check-in #5

Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-5-4/

May the Force be with you!!
Hello and welcome to my 5th weekly check-in, I will be sharing my progress of pyBullet Physics Engine Integration with FURY. The official repository of my sub-org, FURY can
PSF GSoC students blogs: Weekly Check-In: Week 5

Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-5/


Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey ! 
This week, Spherical harmonics!
What did I do this week
The main task for the week was to include an implementation of sph
PSF GSoC students blogs: Weekly Check-in #5

Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-5-5/

Hello,
What did you do this week?
I have added more details to project. It's ready to work. Some parts needs little attention. I have to convert docs written in RST to Markdown.
Did you get stuck anyw
Mike Driscoll: An Overview of Jupyter Notebook (Video)

Link: https://www.blog.pythonlibrary.org/2020/06/28/an-overview-of-jupyter-notebook-video/

In this video, you will learn the basics of using the Jupyter Notebook. How to change cells, edit cells, run cells, and much more!

 
The post An Overview of Jupyter Notebook (Video) appeared first on
PSF GSoC students blogs: Weekly Check-In #3 (22nd Jun - 29th Jun)

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-3-22nd-jun-29th-jun/

Hi, so we are done with week 4 of the program - a third of the way in and it has been a fun ride and the progress is on par with the expected timeline.

What did you do this week ?
A major upheaval o
Pythonicity: Mutable defaults

Link: https://coady.github.io/posts/mutable-defaults/




Contrarian view on mutable default arguments.¶The use of mutable defaults is probably the most infamous Python gotcha. Default values are evaluated at definition time, which means mutating them wi