Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
qutebrowser development blog: Current qutebrowser roadmap and next crowdfunding

Link: https://blog.qutebrowser.org/current-qutebrowser-roadmap-and-next-crowdfunding.html

More than half a year ago, I posted a qutebrowser roadmap - I thought it's
about time for an update on how things are looking at the moment!

Upcoming crowdfunding
I finished my Bachelor of Science in
Real Python: Arduino With Python: How to Get Started

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

Microcontrollers have been around for a long time, and they’re used in everything from complex machinery to common household appliances. However, working with them has traditionally been reserved for
Stack Abuse: Introduction to PyTorch for Classification

Link: https://stackabuse.com/introduction-to-pytorch-for-classification/

PyTorch and TensorFlow libraries are two of the most commonly used Python libraries for deep learning. PyTorch is developed by Facebook, while TensorFlow is a Google project. In this article, you will
Anwesha Das: CopyleftConf 2020

Link: http://anweshadas.in/copyleftconf-2020/

A week before Software Freedom Conservancy had announced the CopyleftConf 2020. The conference is going to take place on 3 February 2020, Monday, in Brussels, Belgium.
The first edition of CopyleftCon
Podcast.__init__: Illustrating The Landscape And Applications Of Deep Learning

Link: https://www.pythonpodcast.com/deep-learning-illustrated-episode-234/

Deep learning is a phrase that is used more often as it continues to transform the standard approach to artificial intelligence and machine learning projects. Despite its ubiquity, it is often difficu
IslandT: Python array list’s count method

Link: https://kibiwebgeek.com/python-array-lists-count-method/

In this example, we will use the count method from the Python array list to decide which phrase to return from a function that will accept an array list consists of good and bad ideas.
In the below ex
S. Lott: State Change and NoSQL Databases

Link: http://slott-softwarearchitect.blogspot.com/2019/10/state-change-and-nosql-databases.html

Let's take another look at F. L. Stevens spreadsheet with agencies and agents. It's -- of course -- an unholy mess. Why? It's difficult to handle state change and deduplication.Let's look at state cha
NumFOCUS: NumFOCUS and Tidelift partner to support essential community-led open source data science and scientific computing projects

Link: https://numfocus.org/blog/numfocus-and-tidelift-partner

The post NumFOCUS and Tidelift partner to support essential community-led open source data science and scientific computing projects appeared first on NumFOCUS.
Django Weblog: Nominations for 2019 Malcolm Tredinnick Memorial Prize

Link: https://www.djangoproject.com/weblog/2019/oct/22/nominations-2019-malcolm-tredinnick-memorial-prize/

It is that time of year again when we recognize someone from our community in memory of our friend Malcolm.
Malcolm was an early core contributor to Django and had both a huge influence and large impa
Red Hat Developers: What’s new in Red Hat Dependency Analytics

Link: https://developers.redhat.com/blog/2019/10/15/whats-new-in-red-hat-dependency-analytics/

We are excited to announce a new release of Red Hat Dependency Analytics, a solution that enables developers to create better applications by evaluating and adding high-quality open source components,
Real Python: Python Plotting With Matplotlib

Link: https://realpython.com/courses/python-plotting-matplotlib/

A picture is worth a thousand words, and with Python’s matplotlib library, it fortunately takes far less than a thousand words of code to create a production-quality graphic.
However, matplotlib is al
PyCharm: Webinar: “Visual SQL Development with PyCharm” with Maxim Sobolevskiy

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

We talk about visual debugging, visual testing, etc. But… visual databasing? Indeed, PyCharm embeds DataGrip, our IDE for SQL development.
In this webinar Maxim Sobolevskiy, the DataGrip Product Marke
PyCon: Startup Row PyCon US 2020 Applications are Open!

Link: https://pycon.blogspot.com/2019/10/startup-row-pycon-us-2020-applications.html

Another year, another PyCon US, another opportunity for early-stage startups to show off how they use Python on Startup Row. Every PyCon since 2011, the Python Software Foundation has given qualifying
PyCoder’s Weekly: Issue #391 (Oct. 22, 2019)

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

#391 – OCTOBER 22, 2019 View in Browser » Arduino Microcontrollers + Python: How to Get Started Discover how to use Arduino microcontrollers with Python to develop your own electronic projects.
Reuven Lerner: Level up your coding skills with Weekly Python Exercise

Link: https://lerner.co.il/2019/10/23/level-up-your-coding-skills-with-weekly-python-exercise/


Most days, I’m on-site at companies around the world, teaching various Python courses. And by far, the most common question that I get from students is: Once the course is over, how can I keep improv
Real Python: Python and PyQt: Building a GUI Desktop Calculator

Link: https://realpython.com/python-pyqt-gui-calculator/

Even as web and mobile applications appear to overtake the software development market, there’s still a demand for traditional Graphical User Interface (GUI) desktop applications. For developers who a
Mike Driscoll: A Brief Intro to PySimpleGUI

Link: http://www.blog.pythonlibrary.org/2019/10/23/a-brief-intro-to-pysimplegui/

Creating graphical user interfaces (GUI) can be difficult. There are many different Python GUI toolkits to choose from. The top three that you are likely to see mentioned the most often are Tkinter, w
Dataquest: Python if else Tutorial: Control the Flow of Your Code

Link: https://www.dataquest.io/blog/python-if-else/

When programming, controlling the flow of what code is run under what circumstance is extremely important. The Python if else commands act like a digital traffic cop, letting you define blocks of code