Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Learn PyQt: Building a Bitcoin market tracker with Python and Qt5

Link: https://www.learnpyqt.com/apps/bitcoin-exchange-tracker/


Goodforbitcoin is a simple cryptocurrency market-tracker. It displays daily market rates, including high, low and close valuations, alongside market trade volume for a range of popular cryptocurrenci
Speed Matters: Python and Lua

Link: https://brmmm3.github.io/posts/2019/07/28/python_and_lua/

Python is great, but pure Python code sometimes has one problem: It’s slow.
Fortunately there are several great solutions to improve the performance, like Numpy, Cython, Numba, Pypy.
All of the above
Weekly Python StackOverflow Report: (clxxxviii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/07/clxxxviii-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-07-28 11:32:11 GMTIs Python `list.extend(iterator)` guaranteed to
Catalin George Festila: Python 3.7.3 : Using the flask - part 003.

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

Another tutorial with python 3.7.3 and flask python module.
In the last tutorial, I speak about some tricks and tips.
Today, I will show some steps for fixing and run with flask-sqlalchemy.
The source
PSF GSoC students blogs: Weekly check-in #7 (week 9): 22/07 to 28/07

Link: http://blogs.python-gsoc.org/en/tomasbs-blog/weekly-check-in-7-week-9-22-07-to-28-07/

Hi all. Hope we all passed evaluation 2 and our work continues!
What did you do this week?
The text PR saw a couple of updates, such as support for more ways to specify certain arguments (take more ty
PSF GSoC students blogs: Coding Period: Week 9

Link: http://blogs.python-gsoc.org/en/taapasx28s-blog/coding-period-week-9-1/

Greetings everyone! Update for this week is as follows. In this phase, I sent the remaining patches required to complete hg continue support for core Mercurial repository.
What did I do this week?
As
PSF GSoC students blogs: Weekly CheckIN 8th

Link: http://blogs.python-gsoc.org/en/iflameings-blog/weekly-checkin-8th/

What did you do this week?
Hoorya!! I passed the second evaluation. In the evaluation week I mainly completed the only test which is left before the second evaluation i.e Adding test for the ploneGene
PSF GSoC students blogs: 4th Blog Post (During the second Period)

Link: http://blogs.python-gsoc.org/en/iflameings-blog/4th-blog-post-during-the-second-period/

So, what I have done in second period. For me the answer is very simple, MVP is completed in first phase which give me ample time to write test for the added feature and other function which is not te
PSF GSoC students blogs: Weekly check-in #5

Link: http://blogs.python-gsoc.org/en/abhinandan0659s-blog/weekly-check-in-5-3/

Hi and welcome again!
Let's get going.
What did you do this week?
Last week I was fixing bugs and errors in the landing page code. I finished with that(almost). I had a really hard time, because I cre
Podcast.__init__: Docker Best Practices For Python In Production

Link: https://www.pythonpodcast.com/docker-python-production-episode-222/

Docker is a useful technology for packaging and deploying software to production environments, but it also introduces a different set of complexities that need to be understood. In this episode Itamar
IslandT: Get top exchanges by volume for a currency pair

Link: https://kibiwebgeek.com/2019/07/29/get-top-exchanges-by-volume-for-a-currency-pair/

In this chapter, we will create a button which will call a function to retrieve the top 50 exchanges and the trading volume for a cryptocurrency/currency pair. The API needs the selected cryptocurrenc
Kushal Das: Using sops with Ansible for vars encryption

Link: https://kushaldas.in/posts/using-sops-with-ansible-for-vars-encryption.html



Sops is a secret management tool from Mozilla. According to the official
Github page, it is defined as:

sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats an
Catalin George Festila: Python 3.7.3 : Using the twitter python module - part 003.

Link: http://python-catalin.blogspot.com/2019/07/python-373-using-twitter-python-module.html

Today I will speak about twitter python module with the new changes of the A.P.I.
This two tutorial will not work now because the twitter A.P.I is changed.
The reason I don't delete it is the similar
Stack Abuse: Serverless Python Application Development with AWS Chalice

Link: https://stackabuse.com/serverless-python-application-development-with-aws-chalice/

Introduction
In software development, we are constantly building solutions for end-users that solve a particular problem or ease/automate a certain process. Therefore, designing and building the softw
PSF GSoC students blogs: 5th weekly checkin

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





Hello everyone!
This weekly check-in is related to the scheduled for July 29.
1. What did you do this week?
This week I got my PR merged. I finished the tests for command setup and am now editing
Chris Moffitt: Automated Report Generation with Papermill: Part 2

Link: https://pbpython.com/papermil-rclone-report-2.html


Introduction
This guest post is the second article about using python tools to automate
a report generation pipeline. If you have not read the first post you should probably
review before continuing
Real Python: Understanding the Python Traceback

Link: https://realpython.com/python-traceback/

Python prints a traceback when an exception is raised in your code. The traceback output can be a bit overwhelming if you’re seeing it for the first time or you don’t know what it’s telling you. But t