Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: Week 8

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

Last week, I implemented multithread scanning with John's help. At first, I thought the logic was to create a function that instantiates a database everytime and close it finally, but that would also
Catalin George Festila: Python 3.7.3 : Tonny I.D.E. for python programmers.

Link: http://python-catalin.blogspot.com/2019/07/python-373-tonny-ide-for-python.html

Today I tested the Thonny I.D.E. from thonny.org official webpage.
Yesterday I tried several editors for python programming language and did not work.
One of these is the spyder editor that does not w
Roberto Alsina: Programación, matemática, y el problema de los tomates venenosos.

Link: https://ralsina.me/weblog/posts/no-necesitas-saber-matematica-para-programar.html

Malditos Tomates
Mucha gente, cuando no sabe programar, tiene prejuicios. Algunos de los más comunes son:

"Para programar hay que ser un bocho."
"Para programar hay que saber matemática."

Ambos prej
IslandT: Get a number of top coins by their total volume across all markets in the last 24 hours

Link: https://kibiwebgeek.com/2019/07/27/get-a-number-of-top-coins-by-their-total-volume-across-all-markets-in-the-last-24-hours/

In this chapter, we will continue to develop the cryptocurrency application by retrieving a number of top coins by their total volume across all markets in the last 24 hours.
We will perform these st
PSF GSoC students blogs: Coding period: week #9

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

This is a blog post about trying to clean up the code that I have written for a feature that had merged and marked as experimental.
 
What did I do this week?
For the past few weeks, I have been worki
Catalin George Festila: Python 3.7.3 : About pytweening python module.

Link: http://python-catalin.blogspot.com/2019/07/python-373-about-pytweening-python.html

This is a simple module of tweening and easing functions implemented in Python, see the GitHub webpage.
C:\Python373\Scripts>pip install pytweening
Collecting pytweening
Downloading https://files.pyth
Doug Hellmann: New PyMOTW site logo

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

Last week Nils-Hero Lindemann contacted me with some icons to spruce up the PyMOTW site. I love the look and the thought that went into the design. “The four squares symbolize the modules and the whit
PSF GSoC students blogs: Check in: Week 9

Link: http://blogs.python-gsoc.org/en/epassaros-blog/check-in-week-9/

1. What did you do this week?
This week I worked on the new Kurucz line list parser. Also, I finished the CMFGEN pipeline (merged PR #143).
NIST (PR #144) and Knox Long's recombination zeta (PR #145)
IslandT: Get a number of top coins by their market cap

Link: https://kibiwebgeek.com/2019/07/28/get-a-number-of-top-coins-by-their-market-cap/

In this chapter, we will get a number of top 100 coins by their market cap with python. If you have read the previous chapter of this cryptocurrency project then you will find out that in this chapter
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