Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Catalin George Festila: Python Qt5 - the QTimer class.

Link: http://python-catalin.blogspot.com/2019/08/python-qt5-qtimer-class.html

I haven't written about PyQt5 in a while and today I decided to add a short tutorial on this python module.
The QTimer class is a high-level programming interface for timers and provides repetitive an
PyCoder’s Weekly: Issue #382 (Aug. 20, 2019)

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

#382 – AUGUST 20, 2019 View in Browser » An Effective Python Environment: Making Yourself at Home This guide will walk you through the decisions you need to make when customizing your developmen
Learn PyQt: Embedding PyQtGraph (or any other custom PyQt5 widgets) from Qt Designer

Link: https://www.learnpyqt.com/courses/qt-creator/embed-pyqtgraph-custom-widgets-qt-app/


Qt Designer is a great tool for designing PyQt5 GUIs, allowing you to use the entire range of Qt5 widgets and layouts to construct your apps. As your applications get more complex however you may fin
Janusworx: First Python Program

Link: https://janusworx.com/first-python-program/

Ok, really thrilled today.
Patting myself on the back.
I finally managed to write a program all on my ownsome.
Kushal gave me a toy problem and I went around, scratched my head, did a lot of searchi
ListenData: Datasets for Credit Risk Modeling

Link: https://www.listendata.com/2019/08/datasets-for-credit-risk-modeling.html

This tutorial outlines several free publicly available datasets which can be used for credit risk modeling. In banking world, credit risk is a critical business vertical which makes sure that bank has
ListenData: How to drop one or multiple columns in Pandas Dataframe

Link: https://www.listendata.com/2019/06/pandas-drop-columns-from-dataframe.html

In this tutorial, we will cover how to drop or remove one or multiple columns from pandas dataframe.What is pandas in Python?pandas is a python package for data manipulation. It has several functions
Martijn Faassen: Refactoring to Multiple Exit Points

Link: http://blog.startifact.com/posts/refactoring-to-multiple-exit-points.html


Introduction
Functions should have only a single entry point. We all agree on that. But some
people also argue that functions should have a single exit that returns the
value. More people don't seem
Stack Abuse: Python String Interpolation with the Percent (%) Operator

Link: https://stackabuse.com/python-string-interpolation-with-the-percent-operator/

There are a number of different ways to format strings in Python, one of which is done using the % operator, which is known as the string formatting (or interpolation) operator. In this article we'll
Real Python: Your Guide to the CPython Source Code

Link: https://realpython.com/cpython-source-code-guide/

Are there certain parts of Python that just seem magic? Like how are dictionaries so much faster than looping over a list to find an item. How does a generator remember the state of the variables each
PyCharm: Python 3.8 support in PyCharm

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

The release of Python 3.8 brought new features to the Python coding realm. The language is evolving according to its community’s needs by addressing cases where new syntax or logic become necessary. F
Catalin George Festila: Python Qt5 - contextMenu example.

Link: http://python-catalin.blogspot.com/2019/08/python-qt5-contextmenu-example.html

A context menu is a menu in a graphical user interface (GUI) that appears upon user interaction, such as a right-click mouse operation.
I create the default application and I use QMenu to create this
TechBeamers Python: Python Arrays in a Nutshell

Link: https://www.techbeamers.com/python-arrays/

Python arrays are homogenous data structure. They are used to store multiple items but allow only the same type of data. They are available in Python by importing the array module. Lists, a built-in t
Kushal Das: Remember to mark drive as removable for tails vm install

Link: https://kushaldas.in/posts/remember-to-mark-drive-as-removable-for-tails-vm-install.html


If you are installing Tails into a VM for testing
or anything else, always remember to mark the drive as a removable USB drive.
Otherwise, the installation step will finish properly, but, you will ge
PSF GSoC students blogs: Blog #5

Link: https://blogs.python-gsoc.org/en/sudharsana-kjls-blog/blog-5/

In this week I was trying my hands on in setting up hadoop in docker.
The next phase of our project involves making it compatible with input from a hadoop data source. With my limited knowledge in had
PSF GSoC students blogs: Weekly Check-in #10

Link: https://blogs.python-gsoc.org/en/sudharsana-kjls-blog/weekly-check-in-10/

In the pat week, I was trying to set up hadoop using Dockerfile.
What did I do this week?
Setting up Hadoop in Docker with my limited knowledge in both is becoming a more difficult task due to the lim
PSF GSoC students blogs: Blog #6

Link: https://blogs.python-gsoc.org/en/sudharsana-kjls-blog/blog-6/

In the past week, my mentor and I tried to fix the dockerfile that sets up hadoop in a ubuntu container from scratch. Since that was becoming tidious, we tried setting up a mini hadoop cluster.
Apache
PSF GSoC students blogs: It's the final countdown - 6th blog post

Link: https://blogs.python-gsoc.org/en/leovictorsrs-blog/it-s-the-final-countdown-6th-blog-post/

Hello everyone!
 
This week started with an extra dosage of anxiety for me. The deadline is coming, and I know I have a lot to work yet.
Even though the look was too much to do for so little time, tha
Matt Layman: Celery In A Shiv App - Building SaaS #31

Link: https://www.mattlayman.com/building-saas/celery-in-shiv/

In this episode, we baked the Celery worker and beat scheduler tool into the Shiv app. This is one more step on the path to simplifying the set of tools on the production server.
I started the stream
PSF GSoC students blogs: Week 11 Chek-in

Link: https://blogs.python-gsoc.org/en/kruzaevas-blog/week-11-chek-in/

What did you do this week?
Documentation is written (Crystallinity map GUI, Clustering GUI, Crystallinity map + Clustering Jupyter Notebook)
Default frame view is reorganized (added new dropdown "ROI"