Planet Python RSS
213 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Talk Python to Me: #265 Why is Python slow?

Link: https://talkpython.fm/episodes/show/265/why-is-python-slow

The debate about whether Python is fast or slow is never-ending. It depends on what you're optimizing for: Server CPU consumption? Developer time? Maintainability? There are many factors. But if we ke
Catalin George Festila: Python 3.8.3 : Create shortcuts and add python to the context menu.

Link: http://python-catalin.blogspot.com/2020/05/python-383-create-shortut-and-add.html

The tutorial for today is a simple script for python user.
If you run this python script in your folder you will get an python shortcut to the python and the python to the Context Menu in Windows 10.
PyCoder’s Weekly: Issue #421 (May 19, 2020)

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

#421 – MAY 19, 2020 View in Browser » Python vs JavaScript for Pythonistas Python and JavaScript are two of the most popular programming languages in the world. In this tutorial, you’ll take a d
Real Python: Python Community Interview With Russell Keith-Magee

Link: https://realpython.com/interview-russell-keith-magee/

Today I’m joined by Russell Keith-Magee. Russell is a Django core developer and the founder and maintainer of the BeeWare project. In the interview, we talk about his mission to help Python become a f
Codementor: Automate the shit

Link: https://www.codementor.io/kobic94686/automate-the-shit-16mskcl19v

Yup. Automation is the key. Why bother to do boring tasks when you can automate it?Automation=Less hard work+Time saverIn this very first blog, I will share how I automate the proces
CubicWeb: Report of May 19th Cubicweb Meeting

Link: http://feedproxy.google.com/~r/cubicweborg/~3/dcmRB6Rx458/17314415

Hi everyone,
Yesterday we held a n
Wing Tips: Conditional Breakpoints Wing's Python Debugger

Link: https://wingware.com/blog/conditional-breakpoints

This Wing Tip describes how to use conditional breakpoints in
Wing Pro to stop in Python code only when certain conditions are true. This is useful for isolating
a single case out of many that may be
Yasoob Khalid: Looking for an internship for Summer 2020

Link: https://pythontips.com/2019/09/17/looking-for-an-internship-for-summer-2020/

Update: Thank you so much! I got an amazing opportunity with Azure Cloud Networking team at Microsoft
Hi lovely people! Hope everything is going well on your end. I asked you guys last year for help
Matt Layman: Switch A Django Project To Use Pytest - Building SaaS #57

Link: https://www.mattlayman.com/building-saas/switch-django-app-to-use-pytest/

In this episode, I replaced the default Django test runner to use pytest. We walked through installation, configuration, how to change tests, and the benefits that come from using pytest.
We started b
Kushal Das: Securing your Elastic services using authenticated onion services

Link: https://kushaldas.in/posts/securing-your-elastic-services-using-authenticated-onion-services.html


Last year I set up an ElasticSearch box to monitor a few of my servers. The
goal was to learn the basics of the elastic ecosystem. I know how powerful it
is but never played enough with it before.
Wh
Dataquest: New Course: NumPy for Data Engineers

Link: https://www.dataquest.io/blog/learn-numpy-for-data-engineering/

We've just launched a new interactive online course that'll take you from zero to pro with NumPy in the context of data engineering — dive in!
The post New Course: NumPy for Data Engineers appeared fi
Hynek Schlawack: Waiting in asyncio

Link: https://hynek.me/articles/waiting-in-asyncio/

One of the main appeals of using asyncio is being able to fire off many coroutines and run them concurrently. How many ways do you know for waiting for their results?
Stefan Behnel: … and benchmarks

Link: http://blog.behnel.de/posts/and-benchmarks.html

Kevin Modzelewskis has written a blog post
where (as I understand it) he is trying to give reasons why Python (specifically the
CPython implementation) is perceived as slow. For this, he is timing va
Zato Blog: Invoking Zato Python microservices with OpenAPI

Link: https://zato.io/blog/posts/service-openapi.html

One of the exciting additions of the upcoming
Zato 3.2
release
is the ability to invoke services through OpenAPI endpoints without a need for creation
of REST channels explicitly - read more for detai
Real Python: The Real Python Podcast – Episode #10: Python Job Hunting in a Pandemic

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

Do you know someone in the Python community who recently was let go from their job due to the pandemic? What does the job landscape currently look like? What are skills and techniques that will help y
Marius Gedminas: Booting ISO images, 2020 edition

Link: https://mg.pov.lt/blog/booting-iso-from-usb-2020.html

Now that Ubuntu 20.04 LTS is out, it was time to update my bootable USB drive
with a bunch of ISO images.
Except I got tired of editing grub.cfg by hand. So I wrote a
script.
Now all I have to do is