Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Codementor: Django vs Ruby on Rails: Web Frameworks Comparison

Link: https://www.codementor.io/djangostars/django-vs-ruby-on-rails-web-frameworks-comparison-zg1vgi8ao

There are more than 90 web development frameworks out there. No wonder it’s hard to choose the one that’ll suit your project best. Still, there are at least two major frameworks that are widely...
Stack Abuse: Solving Systems of Linear Equations with Python's Numpy

Link: https://stackabuse.com/solving-systems-of-linear-equations-with-pythons-numpy/

The Numpy library can be used to perform a variety of mathematical/scientific operations such as matrix cross and dot products, finding sine and cosine values, Fourier transform and shape manipulation
PyBites: Code Challenge 64 - PyCon ES 2019 Marvel Challenge

Link: https://pybit.es/codechallenge64.html


There is an immense amount to be learned simply by tinkering with things. - Henry Ford

Hey Pythonistas,
This weekend is Pycon ES and in the unlikely event you get bored, you can always do some codin
Talk Python to Me: #232 Become a robot developer with Python

Link: https://talkpython.fm/episodes/show/232/become-a-robot-developer-with-python

When you think about the types of jobs you get as a Python developer, you probably weight the differences between data science and web development.
Glyph Lefkowitz: A Few Bad Apples

Link: https://glyph.twistedmatrix.com/2019/10/a-few-bad-apples.html

I’m a little annoyed at my Apple devices right now.
Time to complain.
“Trust us!” says Apple.
“We’re not like the big, bad Google! We don’t just want to advertise to you
all the time! We’re not like
Weekly Python StackOverflow Report: (cxcvii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/10/cxcvii-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-10-05 20:56:58 GMTTypeError: attrib() got an unexpected keyword ar
Catalin George Festila: Python Qt5 - the drag and drop feature.

Link: http://python-catalin.blogspot.com/2019/10/python-qt5-drag-and-drop-feature.html

Today I tested drag and drop feature with PyQt5.
Python 3.7.4 (default, Jul 9 2019, 16:32:37)
[GCC 9.1.1 20190503 (Red Hat 9.1.1-1)] on linuxThis is a simple example using setAcceptDrops and setDrag
Anarcat: Calibre replacement considerations

Link: https://anarc.at/software/desktop/calibre/

Summary
TL;DR: I'm considering replacing those various Calibre compnents with...

ebook-viewer: using a Kobo or other ebook reader, possibly
Atril or MuPDF on the desktop?
ebook-editor: Sigil.
collect
Full Stack Python: How to Add Maps to Django Web App Projects with Mapbox

Link: https://www.fullstackpython.com/blog/maps-django-web-applications-projects-mapbox.html

Building interactive maps into a Django web application
can seem daunting if you do not know where to begin, but it is easier
than you think if you use a developer tool such as
Mapbox.
In this post w
Calvin Spealman: Announcing Feet, a Python Runner

Link: http://techblog.ironfroggy.com/2019/10/announcing-feet-python-runner.html

I've been working on a problem that's bugged me for about as long as I've used Python and I want to announce my stab at a solution, finally!I've been working on the problem of "How do i get this littl
Amjith Ramanujam: Examples are Awesome

Link: https://blog.amjith.com/examples-are-awesome

There are two things I look for whenever I check out an Opensource project or library that I want to use. 1. Screenshots (A picture is worth a thousand words). 2. Examples (Don't tell me what to do, s
Mike Driscoll: PyDev of the Week: Paul Ivanov

Link: http://www.blog.pythonlibrary.org/2019/10/07/pydev-of-the-week-paul-ivanov/

This week we welcome Paul Ivanov (@ivanov) as our PyDev of the Week! Paul is a core developer of IPython and Jupyter. He is also an instructor at Software Carpentry. You can learn more about Paul on h
Glyph Lefkowitz: The Numbers, They Lie

Link: https://glyph.twistedmatrix.com/2019/10/the-numbers-they-lie.html

It’s October, and we’re all getting ready for Halloween, so allow me to me tell you a horror story, in Python:
1
2>>> 0.1 + 0.2 - 0.3
5.551115123125783e-17



Some of you might already be familiar wit
Julien Danjou: Python and fast HTTP clients

Link: https://julien.danjou.info/python-and-fast-http-clients/

Nowadays, it is more than likely that you will have to write an HTTP client for your application that will have to talk to another HTTP server. The ubiquity of REST API makes HTTP a first class citize
Ned Batchelder: Sponsor me on GitHub?

Link: https://nedbatchelder.com//blog/201910/sponsor_me_on_github.html

tl;dr: You can
sponsor me on GitHub,
but I’m not sure why you would.In May, GitHub launched
GitHub Sponsors,
a feature on their site for people to support each other financially. It’s
still in beta, b
Codementor: Choosing Python for Web Development: Top 16 Pros and Cons

Link: https://www.codementor.io/djangostars/choosing-python-for-web-development-top-16-pros-and-cons-zjnqig6hb

Did you know that Python was named after Monty Python?
One of the world’s most popular coding languages (https://stackoverflow.blog/2017/09/06/incredible-growth-python/), Python was first...