Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: See you later PSF-GSoC

Link: https://blogs.python-gsoc.org/en/sandos-blog/see-you-later-psf-gsoc/

Hi everyone!
"""
The truth was that it was an incredible experience I recommend it
Anyone who likes challenges in new technologies,
development and especially python.
Work under the supervision of tit
PSF GSoC students blogs: Working towards pre-planned transforms

Link: https://blogs.python-gsoc.org/en/peterbell10s-blog/working-towards-pre-planned-transforms/

What did you do this week?
The main feature I've been working on this week has been adding pre-planned transforms to pypocketfft in (pypocketfft!28). This will allow users to speed-up cases where many
PSF GSoC students blogs: Week 10 & 11

Link: https://blogs.python-gsoc.org/en/wzao1515s-blog/week-10-11/

These two weeks, I've been working on fixing bug #1. I think my algorithm will work in general, but right now the get_cves function doesn't work as I expected, which would cause some problem with data
PSF GSoC students blogs: weeklyCheckIn[12]

Link: https://blogs.python-gsoc.org/en/plant99s-blog/weeklycheckin-12/

What did I do this week?
Last week, me and my mentor started testing mscolab. At first, I exposed my port through ngrok. But the network I/O were extremely slow. I couldn't demonstrate all of mscolab'
Continuum Analytics Blog: Enterprises Need to Think Differently about Data Science. Here’s How.

Link: https://www.anaconda.com/data-science-what-enterprises-get-wrong/

Companies that are data science literate make and communicate decisions on the basis of real data models, and not merely instinct or tradition. They welcome new data science technologies as opportunit
PSF GSoC students blogs: Weekly Check-in #13 : ( 16 Aug - 22 Aug )

Link: https://blogs.python-gsoc.org/en/anubhavps-blog/weekly-check-in-13-16-aug-22-aug/

What did you do this week?

I worked on getting Travis to push releases automatically to PyPI, adding a new `ROBOTSTXT_USER_AGENT` setting in Scrapy, and improvements to SitemapSpider.

What is coming
PyCon: PyCon 2020 Conference Site is here!

Link: https://pycon.blogspot.com/2019/08/pycon-2020-conference-site-is-here.html

After 2 successful years in Cleveland, OH, PyCon 2020 and PyCon 2021 will be moving to Pittsburgh, PA!Head over to us.pycon.org/2020 to check out the look for PyCon 2020.Our bold design includes the R
Real Python: Python Histogram Plotting: NumPy, Matplotlib, Pandas & Seaborn

Link: https://realpython.com/courses/python-histograms/

In this course, you’ll be equipped to make production-quality, presentation-ready Python histogram plots with a range of choices and features.
If you have introductory to intermediate knowledge in Pyt
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