Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Software Foundation: 2020 Python Software Foundation Board of Directors Election Results

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


The 2020 Python Software Foundation Board of Directors election has concluded.

Of 1,151 eligible voting members, 462 ballots were cast. This surpasses the necessary 1/3 quorum.

The four top voteget
Python Bytes: #186 The treebeard will guard your notebook

Link: https://pythonbytes.fm/episodes/show/186/the-treebeard-will-guard-your-notebook

<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
PyCharm: PyCharm 2020.2 EAP2: In-place rename and signature change

Link: http://feedproxy.google.com/~r/Pycharm/~3/9rn-283fTpw/

PyCharm 2020.2 EAP2 was released today with a feature that will blow your mind! You can download this EAP build from our website or from the Toolbox App.
If you see yourself going through a cumbersome
Real Python: The Real Python Podcast – Episode #14: Going Serverless with Python

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

Would you like to run your Python code in the cloud without having to become an infrastructure engineer? Do you want to have Python functions that run when triggered by specific events? This week on t
PSF GSoC students blogs: Week 2 Blog Post

Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-2-blog-post/

What i have done this week
1. Use clean_command() to remove tabs and line indentations.
2. Add code to extract statements for a loop in parse_shell_loop_and_branch().
3. After discussion with my mento
Talk Python to Me: #269 HoloViz - a suite of tools for Python visualization

Link: https://talkpython.fm/episodes/show/269/holoviz-a-suite-of-tools-for-python-visualization

The toolchain for modern data science can be intimidating. How do you choose between all the data visualization libraries out there? How about creating interactive web apps from those analyses? On thi
Kushal Das: Access Riseup email over Onion service

Link: https://kushaldas.in/posts/access-riseup-email-over-onion-service.html


Email service (📧) is another excellent example that can be accessed safely
over Tor Onion services. This is in particular useful in places where people in
power do not like their citizens accessing p
Catalin George Festila: Python 3.8.2 : Create a Django Calendar - part 002.

Link: http://python-catalin.blogspot.com/2020/06/python-382-create-django-calendar-part_17.html

I was a bit busy with another project I am working on and this is the reason that led to the delay of this tutorial.The big problem with Django tutorials is the volume of the source code.Because of th
Catalin George Festila: Python 3.8.2 : Create a Django Calendar - part 001.

Link: http://python-catalin.blogspot.com/2020/06/python-382-create-django-calendar-part.html

This tutorial show you how can use pipenv tool and set the Django project in order to create a calendar with Django project.First, install the pipenv tool using the pip tool:python -m pip install pipe
Catalin George Festila: Python 3.8.3 : Using the fabric python module - part 002.

Link: http://python-catalin.blogspot.com/2020/06/python-383-using-fabric-python-module_7.html

This is second tutorial about the fabric.Using the old example, I will show you how can use it with some basic features.The example cover these issues:show fabric version;
use task decorator;
import a
Weekly Python StackOverflow Report: (ccxxxiii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/06/ccxxxiii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-06-20 12:39:44 GMTregex to find a pair of adjacent digits with dif
Catalin George Festila: Python 3.7.5 : Django on Fedora distro.

Link: http://python-catalin.blogspot.com/2020/06/python-375-django-on-fedora-distro.html

[mythcat@desk django]$ source env/bin/activate
(env) [mythcat@desk django]$ python3
Python 3.7.6 (default, Dec 19 2019, 22:52:49)
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux
Type "help", "copyri
Catalin George Festila: Python 3.8.3 : Using twitter application with python-twitter - part 001.

Link: http://python-catalin.blogspot.com/2020/06/python-383-using-twitter-application.html

You need to create a application for your twitter user developer on this webpage.

The next step is to get all keys and tokens from your application.

I used the python-twitter see the official webpag
Ned Batchelder: Pickle’s nine flaws

Link: https://nedbatchelder.com//blog/202006/pickles_nine_flaws.html

Python’s pickle
module is a very convenient way to serialize and de-serialize objects. It needs
no schema, and can handle arbitrary Python objects. But it has problems. This
post briefly explains the
Catalin George Festila: Python 3.8.3 : Using twitter application with python-twitter - part 002.

Link: http://python-catalin.blogspot.com/2020/06/python-383-using-twitter-application_21.html

This is the second part of tutorials series with python-twitter.Today I will show you how to get pieces of information about friends, users and save into a binary file with pickle known as cPickle.I w
PSF GSoC students blogs: [Week 3] Check-in

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

1. What did you do this week?
This week's job is to add test cases and change the code as mentor's request. 
2. Difficulty
No difficulties this week.
3. What is coming up next?
The work for the next w
Codementor: Deciphering Single-byte XOR Ciphertext

Link: https://www.codementor.io/arpitbhayani/deciphering-single-byte-xor-ciphertext-17mtwlzh30

Encryption is a process of encoding messages such that it can only be read and understood by the intended parties. The process of extracting the original message from an encrypted one is called...
PSF GSoC students blogs: Weekly Check-in #4

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

TextBlock2D Progress!!
Hello and welcome to my 4th weekly check-in, I will be sharing my progress with TextBlock2D UI component. The official repository of my sub-org, FURY can always be found here.
W
PSF GSoC students blogs: Weekly Check-In: Week 4

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


Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey ! 
Raymarching continued!
What did I do this week
As you read in my last blog post, while the SDF primitives were working , t