Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python⇒Speed: Estimating and modeling memory requirements for data processing

Link: https://pythonspeed.com/articles/estimating-memory-usage/

Whether it’s a data processing pipeline or a scientific computation, you will often want to figure out how much memory your process is going to need:

If you’re running out of memory, it’s good to kno
PyCoder’s Weekly: Issue #435 (Aug. 25, 2020)

Link: https://pycoders.com/issues/435

#435 – AUGUST 25, 2020 View in Browser » Data Version Control With Python and DVC In this tutorial, you’ll learn to use DVC, a powerful tool that solves many problems encountered in machine lear
PSF GSoC students blogs: Weekly Check-In | GSoc | #13

Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-check-in-gsoc-13/

Greetings, People of the world!
The last week of coding phase was easy, kinda fun but emotional since its like something really amazing is coming to an end. Though will always stay a part of this comm
PSF GSoC students blogs: GSoC Week 12: Final Week

Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-12-final-week/

What I did this week?
I worked on smaller bug fixes this week.
What is coming up next?
I am having exams this week so I am taking a break.
Have I got stuck anywhere?
There are no blocking issues for m
IslandT: Python dictionary example – return the word pattern for a given word in the form of the decimal number

Link: https://kibiwebgeek.com/python-dictionary-example-return-the-word-pattern-for-a-given-word-in-the-form-of-the-decimal-number/

In this article we will solve a python question on codewars by using the Python dictionary. Our strategy here is to use the python dictionary to keep those words that have already appeared before so w
PyPy Development: PyPy 7.3.1 released

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/OlK12n6lkKg/pypy-731-released.html


The PyPy team is proud to release the version 7.3.1 of PyPy, which includes
two different interpreters:



PyPy2.7, which is an interpreter supporting the syntax and the features of
Python 2.7 includ
Matt Layman: Administer All The Things

Link: https://www.mattlayman.com/understand-django/administer-all-the-things/

In the previous Understand Django article, we used models to see how Django stores data in a relational database. We covered all the tools to bring your data to life in your application. In this artic
Real Python: Common Python Data Structures (Guide)

Link: https://realpython.com/python-data-structures/

Data structures are the fundamental constructs around which you build your programs. Each data structure provides a particular way of organizing data so it can be accessed efficiently, depending on yo
François Dion: Jupyter: JUlia PYThon and R

Link: http://raspberry-python.blogspot.com/2020/08/jupyter-julia-python-and-r.html

it's "ggplot2", not "ggplot", but it is ggplot() Did you know that @projectJupyter's Jupyter Notebook (and JupyterLab) name came from combining 3 programming languages: JUlia, PYThon and R.Readers of
Mike Driscoll: Blackberry Released an Anti-Malware Tool Written in Python

Link: https://www.blog.pythonlibrary.org/2020/08/26/blackberry-released-an-anti-malware-tool-written-in-python/

In case you missed it earlier this month, Blackberry released a tool of theirs that they use for reverse engineering malware. That tool is called PE Tree and is open-source and written in Python.
Blac
Sebastian Witowski: Find Item in a List

Link: https://switowski.com/blog/find-item-in-a-list


Find a number
If you want to find the first number that matches some criteria, what do you do? The easiest way is to write a loop that checks numbers one by one and returns when it finds the correct
PSF GSoC students blogs: Weekly Check-in #13

Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-13-2/

<meta name="uuid" content="uuidCXied8VStJ11"><meta charset="utf-8">
What did I do this week?
I added test cases to check whether the orchestrator can run operations in parallel. I also started working
Kushal Das: PrivChat with Tor: 2020-08-28

Link: https://kushaldas.in/posts/privchat-with-tor-2020-08-28.html


Tomorrow at 17:00UTC, Tor Project is hosting the next session of PrivChat, titled "The Good, the Bad, and the Ugly of Censorship Circumvention". You can watch it live on Youtube.

This 2nd edition of
PyCharm: PyCharm 2020.2.1

Link: http://feedproxy.google.com/~r/Pycharm/~3/oNfK72PVPY0/

PyCharm 2020.2.1 is out with fixes for small issues, including usability problems introduced by version 2020.2. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or b
PSF GSoC students blogs: GSOC 2020 - Final Report

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/gsoc-2020-final-report/

Hi, first of all the link to the newly created number-parser library - https://github.com/scrapinghub/number-parser. The entire library was created from scratch
as part of GSoC 2020. Going over the gi
PSF GSoC students blogs: Week 13 Check-in!

Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-13-check-in/

Hello everyone
The coding period of Google Summer of Code 2020 is finally over. In the last week of this program, I made my Pull Request ready to be merged. With the help of mentors, I resolved the me
Matt Layman: Predicting The Future - Building SaaS #70

Link: https://www.mattlayman.com/building-saas/predicting-the-future/

In this episode, we worked on two issues. The first issue was fixing incorrect projected completion dates of tasks. We used test driven development to reveal the bug and work on the fix. The second is