Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Go Deh: Sharing another way?

Link: http://feedproxy.google.com/~r/GoDeh/~3/ShxwjsprIus/sharing-another-way.html

Tickled!Sharing came up in something I was reading that got me revisiting the Wikipedia page on the Thue Morse Sequence. Tucked away to the right is a static image of ones and zeroes with the caption:
Learn PyQt: Adding images to PyQt5/PySide2 applications, using QLabel and QPixmap

Link: https://www.learnpyqt.com/blog/adding-images-to-pyqt5-applications/


Adding images to your application is a common requirement, whether you're building an image/photo viewer, or just want to add some decoration to your GUI. Unfortunately, because of how this is done i
Codementor: How to Hire Developers for Your Startup?

Link: https://www.codementor.io/semidotinfotech826/hiring-developers-for-your-startup-top-things-you-need-to-know-13azmsmit5

Are you looking for hiring developers for your startup but don't know how to do the same? Hire are top things you should know before hiring.
Real Python: Sets in Python

Link: https://realpython.com/courses/sets-python/

In this course, you’ll learn about sets. They’re a useful data structure that allows you to do some complex operations more easily. They come up everywhere in the real world and are important to under
Dataquest: Python for Beginners: Why Does Python Look the Way It Does?

Link: https://www.dataquest.io/blog/python-for-beginners-why-python-code-look/

When you're just getting started, looking at Python can be intimidating. Why the different colors? What are those line breaks for? Here are the answers you seek.
The post Python for Beginners: Why Doe
PyCoder’s Weekly: Issue #406 (Feb. 4, 2020)

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

#406 – FEBRUARY 4, 2020 View in Browser » How We Retired Python 2 and Improved Developer Happiness “Now that LinkedIn engineering has fully embraced Python 3, we no longer have to worry about su
Techiediaries - Django: Django 3 Authentication with a MySQL Database— Login, Logout and Password Change/Reset

Link: https://www.techiediaries.com/django/django-3-authentication-with-login-logout-and-password-reset-views/

In this tutorial, you'll learn how to easily add a complete authentication system to your django 3 application with login, logout and password change and reset functionalities.
We'll be using django 3
Wing Tips: Using virtualenv with Wing Python IDE

Link: https://wingware.com/blog/virtualenv

Wing version 7.2 has been released, and the
next couple Wing Tips look at some of its new features.
Last time at code reformatting with Black
and YAPF. Now let's investigate Wing 7.2's expanded suppor
Martijn Faassen: Looking for new challenges

Link: http://blog.startifact.com/posts/looking-again/


I'm looking for new freelance challenges again! I've had an awesome couple of
years working for a client that still keeps me very busy, but it's time to
start thinking about moving on to something ne
IslandT: Create an application with python to record sales

Link: https://kibiwebgeek.com/create-an-application-with-python-to-record-sales/

In the previous article, I have created an application with python to record sales for various items. In this article, I have slightly modified the previous program to remove some errors in the code a
Zato Blog: Accessing cache APIs from command line

Link: https://zato.io/blog/posts/cache-cli.html

In addition to a GUI, Python and REST APIs, it is now possible to access your
Zato
caches
from command line. Learn from this article how to quickly check, set and delete keys in this way - particularl
Stack Abuse: Deploying Django Apps to Heroku from GitHub

Link: https://stackabuse.com/deploying-django-apps-to-heroku-from-github/

Introduction
Heroku is a popular Platform-as-a-Service (PaaS) that allows developers to run and deploy applications by availing the infrastructure required in terms of hardware and software.
This mean
Real Python: Python Command Line Arguments

Link: https://realpython.com/python-command-line-arguments/

Adding the capability of processing Python command line arguments provides a user-friendly interface to your text-based command line program. It’s similar to what a graphical user interface is for a v
Dataquest: 15 Python Libraries for Data Science You Should Know

Link: https://www.dataquest.io/blog/15-python-libraries-for-data-science/

There are quite a few great, free, open-source Python libraries for data science. In this post, we'll cover 15 of the most popular and what they can do.
The post 15 Python Libraries for Data Science Y
Python Circle: How to reset Django superuser password

Link: https://www.pythoncircle.com/post/704/how-to-reset-django-superuser-password/

This article explains 3 methods to reset the user password in Django, What command should be used to reset the superuser password from the terminal in Django application, Changing the user password in
PyCon: PyCon US 2020 Tutorial Launch!

Link: https://pycon.blogspot.com/2020/02/pycon-us-2020-tutorial-launch.html

Exciting News!PyCon US 2020 Tutorial Registration is open!Tutorial schedule is now available at us.pycon.org/2020/schedule/tutorials. To register, you can add the tutorials to your existing registrati
Peter Bengtsson: "ld: library not found for -lssl" trying to install mysqlclient in Python on macOS

Link: https://www.peterbe.com/plog/ld-library-not-found-for-lssl-mysqlclient-python-macos

I don't know how many times I've encountered this but by blogging about it, hopefully, next time it'll help me, and you!, find this sooner.
If you get this:
clang -bundle -undefined dynamic_lookup -L/
Julien Danjou: Attending FOSDEM 2020

Link: https://julien.danjou.info/attending-fosdem-2020/

This weekend, I've been lucky to attend again the FOSDEM conference, one of the largest open-source conference out there.I had a talk scheduled in the Python devroom on Saturday about building a produ