Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Catalin George Festila: Python 3.7.3 : Using the flask - part 004.

Link: http://python-catalin.blogspot.com/2019/07/python-373-using-flask-part-004.html

The goal of this tutorial is to interact with the database in order to use it with flask_sqlalchemy python module.
The db.Model is used to interact with the database.
A database doesn't need a primary
PSF GSoC students blogs: Week #9

Link: http://blogs.python-gsoc.org/en/js94s-blog/week-9/

I explored different ways in which PCA can be tested. More specifically, I tried to find some testing schemes under which the PCA I developed fails while the standard PCA method works. This practice i
PSF GSoC students blogs: Week #10

Link: http://blogs.python-gsoc.org/en/js94s-blog/week-10/

I continued working on developing test cases. I tried to write up an overview for testing frameworks since such a framework could potentially be useful for other methods beyond PCA. I still haven't fo
Mike Driscoll: PyDev of the Week: Eric Matthes

Link: http://www.blog.pythonlibrary.org/2019/08/05/pydev-of-the-week-eric-matthes/

This week we welcome Eric Matthes (@ehmatthes) as our PyDev of the Week! Eric is the author of the popular book, Python Crash Course. He also created a neat set of Python Flash Cards that I reviewed e
PyBites: PyCon Australia 2019

Link: https://pybit.es/pycon-australia-2019.html

PyCon Australia 2019 was, surprisingly, my first Australian Python Convention. It was also the first Python Convention I've attended purely as a spectator. I didn't contribute officially and was just
PSF GSoC students blogs: weeklyCheckIn[10]

Link: http://blogs.python-gsoc.org/en/plant99s-blog/weeklycheckin-10/

What did I do this week?
As discussed in the earlier blog, I worked on tests for GUI to 'checkout' to a previous version of flightpath. After creating a pull request, I parallelly started working on G
PSF GSoC students blogs: Week 9 Chek-in

Link: http://blogs.python-gsoc.org/en/kruzaevas-blog/week-9-chek-in-1/

What did you do this week?
Documentation writing. The chapter for Crystallinity map calculation is written.
What is coming up next?
Chapter for Region clustering, Jupiter notebook for feature vector g
Kushal Das: Adding directory to path in csh on FreeBSD

Link: https://kushaldas.in/posts/adding-directory-to-path-in-csh-on-freebsd.html


While I was trying to install rust on a FreeBSD
box, I figured that I will have to update the path on the system with
directory path of the ~/.cargo/bin. I added the following line in the
~/.cshrc fi
PSF GSoC students blogs: Week-10: Caching in the pipeline

Link: http://blogs.python-gsoc.org/en/jaladh-singhals-blog/week-10-caching-in-the-pipeline/


Hello folks,



This week was pretty tough. A seemingly simple task of setting up docs CD pipeline to execute notebooks ate up entire week, thanks to the complexities of DevOps! 🙄
What did I do this
PSF GSoC students blogs: Weekly blog #5 (week 10): 29/07 to 04/08

Link: http://blogs.python-gsoc.org/en/tomasbs-blog/weekly-blog-5-week-10-29-07-to-04-08/

Hey. It looks like we’re in August now. Summer is coming to an end fast!
 
What happened this week? One of my mentors came back from holidays and we had a sync up call on Monday, and another one on Th
Sumana Harihareswara - Cogito, Ergo Sumana: Kickoff for Python 2 Sunsetting Communications Work

Link: https://www.harihareswara.net/sumana/2019/08/05/0

Python's 2.x line will reach End of Life on January 1, 2020, meaning that the maintainers of Python 2 will stop supporting it, even for security patches. Many institutions and codebases have not yet p
Catalin George Festila: Python 3.7.3 : Using the flask - part 009.

Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-009.html

In this tutorial, I will show you how to use blueprints with a new type of flask project using multiple python files.
I show you just how to create the A.P.I. not the REACT front end.
Flask uses a con
Real Python: What You Need to Know to Manage Users in Django Admin

Link: https://realpython.com/manage-users-in-django-admin/

User management in Django admin is a tricky subject. If you enforce too many permissions, then you might interfere with day-to-day operations. If you allow for permissions to be granted freely without
qutebrowser development blog: Happy birthday, qutebrowser!

Link: https://blog.qutebrowser.org/happy-birthday-qutebrowser.html

5 years ago today, this happened:

commit 11a94957dc038fc27c5ff976197ad2b2d0352d20
Author: Florian Bruhin <git@the-compiler.org>
Date: Sat Dec 14 22:15:16 2013 +0100

Initial commit

That's how
PSF GSoC students blogs: Time is running out - 5th blog post

Link: http://blogs.python-gsoc.org/en/leovictorsrs-blog/time-is-running-out-5th-blog-post/

Hello everyone.
 
The time is finally getting into me. I feel I am really late on everything I planned, and I know I am the one to blame.
This week we finally merged my code for the command setup, and
Codementor: The beauty formula: Identifying interesting image patterns automatically based on aesthetic metrics (Basic clustering example with python and sklearn)

Link: https://www.codementor.io/mathiasgatti/the-beauty-formula-identifying-interesting-patterns-automatically-based-on-aesthetic-metrics-basic-clustering-example-with-scikit-learn-xka5d6do8

Cellular automata patterns are clustered based on features related to beauty such as fractal dimensionality and compression efficiency in order to find out the most interesting ones.
PSF GSoC students blogs: Week-10: Executing notebooks from the Pipeline

Link: http://blogs.python-gsoc.org/en/jaladh-singhals-blog/week-10-executing-notebooks-from-the-pipeline/


Hello folks,



This week was pretty tough. A seemingly simple task of setting up docs CD pipeline to execute notebooks ate up entire week, thanks to the complexities of DevOps! 🙄
What did I do this
Erik Marsja: How to Make a Scatter Plot in Python using Seaborn

Link: https://www.marsja.se/how-to-make-a-scatter-plot-in-python-using-seaborn/

Data visualization is a big part of the process of data analysis. In this post, we will learn how make a scatter plot using Python and the package Seaborn. In detail, we will learn how to use the Seab