Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Django Weblog: Django security releases issued: 2.2.4, 2.1.11 and 1.11.23

Link: https://www.djangoproject.com/weblog/2019/aug/01/security-releases/

In accordance with our security release policy, the Django team is issuing Django 1.11.23, Django 2.1.11, and Django 2.2.4. These releases addresses the security issues detailed below. We encourage al
PSF GSoC students blogs: Weekly Checkin #5

Link: http://blogs.python-gsoc.org/en/bksahus-blog/weekly-checkin-5/

1. What did you do this week?
I'm still going on with zip reformulation and at the same time also working on the keyfun parameter of the min and max builtin. To be completely honest this week has not
IslandT: Use the Blockchain data to populate the combo box

Link: https://kibiwebgeek.com/2019/08/01/use-the-blockchain-data-to-populate-the-combo-box/

Previously the cryptocurrency application has loaded the world currency text file and then populate the currency combo box based on the currency symbol in that text file. In this article, the cryptocu
Matt Layman: Add Static Assets to Deployment - Building SaaS #29

Link: https://www.mattlayman.com/building-saas/static-assets-deployment/

In this episode, we pushed CI built static files to S3, then pulled those files into the Ansible deployment. This is part of the ongoing effort to simplify deployment by moving work to CI.
Last time,
Continuum Analytics Blog: 4 Ways Financial Firms Put Machine Learning to Work

Link: https://www.anaconda.com/machine-learning-finance-use-cases/

Several industry giants in the finance sector are well on their way to implementing machine learning technology that improves operations and guides strategy in multiple departments. So far, machine le
Catalin George Festila: Python 3.7.3 : Using the flask - part 005.

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

In the last tutorial, I used the flask-sqlalchemy python module.
Today I will show you how to use the flask_marshmallow python module.
First, let's take a look at this python module, see the official
TechBeamers Python: Python Check Integer Number in Range

Link: https://www.techbeamers.com/python-check-integer-in-range/

This tutorial provides you multiple methods to check if an integer number lies in the given range or not. It includes several examples to bring clarity. Let’s first define the problem. We want to veri
PSF GSoC students blogs: Final Sprint to finish scikit and make it even easier to add models

Link: http://blogs.python-gsoc.org/en/yashlambas-blog/final-sprint-to-finish-scikit-and-make-it-even-easier-to-add-models/

So far I have successfully added 2 models to dffml out which dffml-model-scratch (Linear regression) is already released and available on pypi. Other scikit model has been merged and is awaiting relea
PSF GSoC students blogs: Week 9

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

Last time I spent time working on testing on Windows and refining documents. While I was trying to get it running on windows, I found the environment setting is really a problem. One solution is to wr
Catalin George Festila: Python 3.7.3 : Using the flask - part 006.

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

Today I will show you how to use the RESTful API application with flask python module that uses HTTP requests to GET, PUT, POST and DELETE data.
When HTTP is used, as is most common, the operations (H
Ned Batchelder: Why your mock doesn’t work

Link: https://nedbatchelder.com//blog/201908/why_your_mock_doesnt_work.html

Mocking is
a powerful technique for isolating tests from undesired interactions among
components. But often people find their mock isn’t taking effect, and it’s not
clear why. Hopefully this explana
Catalin George Festila: Python 3.7.3 : Using the flask - part 007.

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

This will be a long tutorial because will try to link some information's from the last tutorials.
First, the structure of the project can see into my GitHub project.
I create new templates and another
PSF GSoC students blogs: Coding period: week #10

Link: http://blogs.python-gsoc.org/en/navaneethsureshs-blog/coding-period-week-10/

This is going to be a blog post about coding up a much requested feature by the community.
 
What did I do this week?
This week my mentor asked me to work on an interesting feature which was requested
IslandT: Search the currency pair on the tkinter display panel

Link: https://kibiwebgeek.com/2019/08/03/search-the-currency-pair-on-the-tkinter-display-panel/

In this article, we will create a new function which will search for the currency pair in the tkinter display panel then highlight that currency pair with green background.
First we will create the b
TechBeamers Python: Python Float()

Link: https://www.techbeamers.com/python-float-function/

This tutorial explains Python float() method that takes a number or string and returns a floating-point value. If it is not able to convert string to float, then it raises the ValueError. Let’s try to
Weekly Python StackOverflow Report: (clxxxix) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/08/clxxxix-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-08-03 18:41:35 GMTFind all the numbers in one file that are not in
Doug Hellmann: sphinxcontrib.datatemplates 0.5.0

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/dPXJ8fu_VX0/

sphinxcontrib.datatemplates is an extension for Sphinx to render parts of reStructuredText pages from data files in formats like JSON, YAML, XML, and CSV. What’s new in 0.5.0? Add domain for Python Mo
PSF GSoC students blogs: Tenth week of GSoC: git-annex and datalad

Link: http://blogs.python-gsoc.org/en/sappelhoffs-blog/tenth-week-of-gsoc-git-annex-and-datalad/

In the last weeks Alex, Mainak and I were working on making the mne-study-template compatible with the Brain Imaging Data Structure (BIDS). This process involved testing the study template on many dif