Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Mike Driscoll: Python 101 is Pay What You Want for 24 Hours

Link: https://www.blog.pythonlibrary.org/2021/04/08/python-101-is-pay-what-you-want-for-24-hours/


For the next 24 hours, Python 101 will be Pay What You Want, $3 minimum (usually $25).





The second edition of Python 101 is completely rewritten from the ground up. In this book, you will learn
Python Pool: How to Use numpy trapz() Function in Python

Link: https://www.pythonpool.com/numpy-trapz/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-trapz

In the Numpy module, we have discussed many functions used to operate on the multidimensional array. In this tutorial, we will discuss the concept of the numpy trapz() function used to integrate along
Python Pool: How to Use Numpy cumsum() Function in Python

Link: https://www.pythonpool.com/numpy-cumsum/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-cumsum

In the Numpy module, we have discussed many functions used to operate on the multidimensional array. Sometimes, we occur when we want to calculate the cumulative sum of the element present in the give
Janusworx: A Love Letter to Books

Link: https://janusworx.com/blog/a-love-letter-to-books/


Despite financial troubles there’s a sense in which my childhood was immensely privileged — a pauper in the material world, I was a sultan in the world of ideas.
— Erik Hoel

I started by wanting to
Patrick Kennedy: What is Werkzeug?

Link: https://www.patricksoftwareblog.com/what-is-werkzeug/

I wrote a blog post on TestDriven.io explaining what Werkzeug is and how Flask uses it for its core HTTP functionality. In this blog post, you’ll develop your own WSGI-compatible application using We
PyCoder’s Weekly: Issue #467 (April 6, 2021)

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

#467 – APRIL 6, 2021 View in Browser » How I Beat the Berlin Rental Market With a Python Script Learn how one Python developer used a Python script to analyze the housing market in Berlin and pr
Janusworx: I Can’t Do This … Yet.

Link: https://janusworx.com/blog/i-cant-do-this-yet/

I’ve been “soft” looking for a job, since the end of last year when I learnt the basics of Python.
(Want me to come work you as a junior developer? Here’s my resume!)
Read more… (2 min remaining to r
Talk Python to Me: #311 Get inside the .git folder

Link: https://talkpython.fm/episodes/show/311/get-inside-the-.git-folder

These days Git is synonymous with source control itself. Rare are the current debates of whether to use git vs SVN vs some fossil like SourceSafe vs you name it. But do you know how Git works? What ab
CubicWeb: CubicWeb Monthly news february/march 2021

Link: http://feedproxy.google.com/~r/cubicweborg/~3/vBhNbvva2do/17366765

It has been quite a time since the last public news ; we will try in the letter to summarize what we did during february and march 2021. During this period, we tried to fix issues, migrate a lot of ou
Python for Beginners: Convert a list containing float numbers to string in Python

Link: https://www.pythonforbeginners.com/lists/convert-a-list-containing-float-numbers-to-string-in-python


There may be situations where we want to convert a list containing float numbers to string while working in python. In this article, we will look at different ways to convert the list containing floa
Real Python: The Real Python Podcast – Episode #55: Getting Started With Refactoring Your Python Code

Link: https://realpython.com/podcasts/rpp/55/

Do you think it's time to refactor your Python code? What should you think about before starting this task? This week on the show, we have Brendan Maginnis and Nick Thapen from Sourcery. Sourcery is a
TestDriven.io: Django vs. Flask in 2021: Which Framework to Choose

Link: https://testdriven.io/blog/django-vs-flask/

In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
Learn PyQt: PyQt6 Book now available: Create GUI Applications with Python & Qt6 — The hands-on guide to making apps with Python

Link: https://www.learnpyqt.com/blog/pyqt6-book-create-gui-applications-python-qt6/

Hello! Today I have released the first PyQt6 edition of my book Create GUI Applications, with Python & Qt6.
This update follows the 4th Edition of the PyQt5 book updating all the code examples and add
Quansight Labs Blog: PyTorch TensorIterator Internals - 2021 Update

Link: https://labs.quansight.org/blog/2021/04/pytorch-tensoriterator-internals-update/

For contributors to the PyTorch codebase, one of the most commonly encountered
C++ classes is
TensorIterator.
TensorIterator offers a standardized way to iterate over elements of
a tensor, automatical
Wingware: Wing Python IDE 7.2.9 - April 12, 2021

Link: https://wingware.com/news/2021-04-12

Wing 7.2.9 adds remote development for 64-bit Raspberry Pi, supports remote development
without automatically managed SSH tunnels, improves auto-closing of quotes, optimizes
change tracking when large
Weekly Python StackOverflow Report: (cclxx) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/04/cclxx-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-04-10 18:59:38 GMTSpyder 5 missing dependencies - spyder_kernels v
Quansight Labs Blog: A step towards educating with Spyder

Link: https://labs.quansight.org/blog/2021/04/a-step-towards-educating-with-spyder/

As a community manager in the Spyder team, I have been looking for ways of
involving more users in the community and making Spyder useful for a larger
number of people. With this, a new idea came: Edu
Mike Driscoll: PyDev of the Week: Will McGugan

Link: https://www.blog.pythonlibrary.org/2021/04/12/pydev-of-the-week-will-mcgugan/

This week we welcome Will McGugan (@willmcgugan) as our PyDev of the Week! Will is the author of the Rich package, which is for for rich text and beautiful formatting in the terminal. If you have a mo
Zato Blog: Understanding WebSocket API timeouts

Link: https://zato.io/blog/posts/websocket-timeouts.html

Zato WebSocket channels let you accept long-running API connections and, as such, they have a few settings
to fine tune their usage of timeouts. Let's discover what they are and how to use them.
WebSo