Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Learn PyQt: Creating searchable dashboards in PyQt5 GUIs, widget filters and text prediction

Link: https://www.learnpyqt.com/courses/adanced-ui-features/widget-search-bar/


Dashboard applications are a popular way to display live data and user controls, whether interacting with APIs or controlling locally attached devices. However, as more controls are added, dashboards
Matt Layman: Django Riffs, a podcast for learning Django

Link: https://www.mattlayman.com/blog/2020/django-riffs-podcast/

I’ve started a podcast! The podcast is called Django Riffs, and my goal is to help beginners learn how to use Django. You can find the show at djangoriffs.com or check iTunes, Spotify, or wherever you
PyCharm: PyCharm 2020.1 EAP 2

Link: http://feedproxy.google.com/~r/Pycharm/~3/AXZzylvkdNc/

We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website.
Our work to create a better PyCharm 2020.1 continues with new features, usability improvements,
Python Circle: How to upgrade to paid account on PythonAnyWhere

Link: https://www.pythoncircle.com/post/196/how-to-upgrade-to-paid-account-on-pythonanywhere/

Which is the best server for hosting Django Apps, Best hosting provider for Django Apps, Cheapest Django Hosting, PythonAnyWhere Reviews, Django Hosting,
Nikola: Nikola v8.0.4 is out!

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

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.0.4. This release fixes a few small bugs,
including a date glitch that appeared around New Year’s Eve.

W
Matt Layman: Fast Forms With UpdateView - Building SaaS #44

Link: https://www.mattlayman.com/building-saas/fast-forms-updateview/

In this episode, we worked on an edit view. We used Django’s generic UpdateView to add the process and test drove the creation of the view to verify things every step of the way.
We worked on a view t