Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Matt Layman: A Failed SaaS Postmortem

Link: https://www.mattlayman.com/blog/2019/failed-saas-postmortem/

My Software as a Service failed. After three years of running College Conductor, I’m shutting it down. The service failed for a host of reasons, and this article details what I learned from the whole
Real Python: Run Python Versions in Docker: How to Try the Latest Python Release

Link: https://realpython.com/python-versions-docker/

There’s always a new version of Python under development. However, it can be cumbersome to compile Python yourself to try out a new version! As you work through this tutorial, you’ll see how to run di
Python Data: Python Data Weekly Roundup – Dec 18 2019

Link: https://pythondata.com/python-data-weekly-roundup-dec-18-2019/

In this week’s Python Data Weekly Roundup:The Last Matplotlib Tweaking Guide You’ll Ever NeedThis is a very good  ‘how to’ for beginners to learn to tweak the Matplotlib visualization library.  This a
PyCharm: PyCharm 2019.3.1

Link: http://feedproxy.google.com/~r/Pycharm/~3/KkdhKeHa-yI/

Have you made some plans to build a cool side project over the holidays? We polished PyCharm further to make sure you can focus on getting it done! Tweet us @pycharm to tell us about your project!
Imp
Python Insider: Python 3.8.1, 3.7.6, 3.6.10, and 3.9.0a2 are now available!

Link: http://feedproxy.google.com/~r/PythonInsider/~3/F67HAXZew8A/python-381-376-3610-and-390a2-are-now.html


from locale import seasons_greetingsseasons_greetings()



On behalf of the entire Python development community, and the currently serving Python release team in particular, I'm pleased to announce t
Stack Abuse: Working with Redis in Python with Django

Link: https://stackabuse.com/working-with-redis-in-python-with-django/

Introduction
Data is increasingly becoming a valuable commodity in the current era of technology and this necessitates the optimization of storage and access to this data.
There are quite a few notabl
Python Software Foundation: Python 2 series to be retired by April 2020

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/jVt_4dZJWag/python-2-sunset.html

The CPython core development community is urging users to migrate to Python 3 as it will be the only version that will be updated for bugs and security vulnerabilities.

After nearly 20 years of devel
Catalin George Festila: Python 3.7.5 : Simple web search with google python package.

Link: http://python-catalin.blogspot.com/2019/12/python-375-simple-web-search-with.html

This is a simple search on the web with python google package.
[mythcat@desk ~]$ pip3 install google --user
Collecting google
...
Installing collected packages: google
Successfully installed google-2.
Weekly Python StackOverflow Report: (ccvii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/12/ccvii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-12-21 22:16:38 GMTWhy is f'{{{74}}}' the same as f'{{74}}' with f-
Catalin George Festila: Python 3.7.5 : The new PyQt5 released.

Link: http://python-catalin.blogspot.com/2019/12/python-375-new-pyqt5-released.html

The PyQt v5.14.0 has been released with support for Qt v5.14.0.
[mythcat@desk ~]$ pip3 install --upgrade PyQt5 --user
Collecting PyQt5
...
Installing collected packages: PyQt5-sip, PyQt5
Successfully
Erik Marsja: How to Change the Size of Seaborn Plots

Link: https://www.marsja.se/how-to-change-size-of-seaborn-plot/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-change-size-of-seaborn-plot

The post How to Change the Size of Seaborn Plots appeared first on Erik Marsja.
In this short tutorial, we will learn how to change the figure size of Seaborn plots. For many reasons, we may need to e
Python Circle: How to setup Django app on EC2 instance (AWS)

Link: https://www.pythoncircle.com/post/235/how-to-setup-django-app-on-ec2-instance-aws/

Step by step guide on hosting Django application on AWS ec2 instance, How to host the Django app on AWS ec2 instance from scratch, Django on EC2, Django app hosting on AWS, Free hosting of Django App
Python Circle: Hosting Django app for free on Amazon (AWS) EC2 with Gunicorn and Nginx

Link: https://www.pythoncircle.com/post/697/hosting-django-app-for-free-on-amazon-aws-ec2-with-gunicorn-and-nginx/

Step by step guide on hosting Django application on AWS ec2 instance, How to host the Django app on AWS ec2 instance from scratch, Django on EC2, Django app hosting on AWS, Free hosting of Django App
Python Circle: How to setup Django app on EC2 instance (AWS) - Part 2

Link: https://www.pythoncircle.com/post/240/how-to-setup-django-app-on-ec2-instance-aws-part-2/

Step by step guide on hosting Django application on AWS ec2 instance, How to host the Django app on AWS ec2 instance from scratch, Django on EC2, Django app hosting on AWS, Free hosting of Django App
Python Circle: AWS EC2 Vs PythonAnyWhere for hosting Django application

Link: https://www.pythoncircle.com/post/698/aws-ec2-vs-pythonanywhere-for-hosting-django-application/

AWS EC2 Vs PythonAnyWhere for hosting Django application, hosting Django application for free on AWS EC2, Hosting Django application for free on PythonAnyWhere, comparing ec2 and pythonanywhere
John Cook: Solving Van der Pol equation with ivp_solve

Link: https://www.johndcook.com/blog/2019/12/22/van-der-pol/

Van der Pol’s differential equation is

The equation describes a system with nonlinear damping, the degree of damping given by μ. If μ = 0 the system is linear and undamped, but for positive μ the sys