Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: Coding and Communication

Link: http://blogs.python-gsoc.org/en/blogs/yashlambas-blog/coding-and-communication/

You have to constantly be learning and implementing various things if you want to be better at programming. Watch some tutorials, checkout some blogs, read the documentation and start experimenting, I
Catalin George Festila: Python 3.7.3 : Three examples with BeautifulSoup.

Link: http://python-catalin.blogspot.com/2019/07/python-373-three-examples-with.html

Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tre
Data School: My top 25 pandas tricks (video)

Link: https://www.dataschool.io/python-pandas-tricks/

In my new pandas video, you're going to learn 25 tricks that will help you to work faster, write better code, and impress your friends. These are the most useful tricks I've learned from 5 years of te
Peter Bengtsson: SongSearch autocomplete rate now 2+ per second

Link: https://www.peterbe.com/plog/songsearch-autocomplete-rate-now-2+-per-second

By analyzing my Nginx logs, I've concluded that SongSearch's autocomplete JSON API now gets about 2.2 requests per second. I.e. these are XHR requests to /api/search/autocomplete?q=....
Roughly, 1.8 r
PSF GSoC students blogs: Week #6

Link: http://blogs.python-gsoc.org/en/blogs/js94s-blog/week-6-2/

Now that PCA implementation was working, I needed to improve the performance as the previous performance was too slow to be put into use. As per mentor's suggestions, I tried to replace the loading wi
ListenData: 15 ways to read CSV file with pandas

Link: https://www.listendata.com/2019/06/pandas-read-csv.html

This tutorial explains how to read a CSV file in python using read_csv function of pandas package. Without use of read_csv function, it is not straightforward to import CSV file with python object-ori
Python Circle: For loop in Django template

Link: https://www.pythoncircle.com/post/685/for-loop-in-django-template/

using for loop in Django templates, Using break in Django template for loop, Using range in django template for loop, How to access index in for loop in django template, for - empty in django template
ListenData: Python Lambda Function with Examples

Link: https://www.listendata.com/2019/04/python-lambda-function.html

This article covers detailed explanation of lambda function of Python. You will learn how to use it in real-world data scenarios with examples. Table of ContentsIntroduction : Lambda FunctionIn non-te
ListenData: Python list comprehension with Examples

Link: https://www.listendata.com/2019/07/python-list-comprehension-with-examples.html

This tutorial covers how list comprehension works in Python. It includes many examples which would help you to familiarize the concept and you should be able to implement it in your live project at th
PyBites: Code Challenge 62 - Women @ Pycon ES

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


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

Hey Pythonistas,
Coming thursday, the 18th of July 2019, we will organize a special challenge in collaboration
Moshe Zadka: Interfaces are forever

Link: https://orbifold.xyz/interfaces-are-forever.html

(The following talks about zope.interface interfaces,
but applies equally well to Java interfaces,
Go interfaces,
and probably other similar constructs.)
When we have write a function,
we can sometime
PSF GSoC students blogs: Coding period: week #7

Link: http://blogs.python-gsoc.org/en/blogs/navaneethsureshs-blog/coding-period-week-7/

This is a blog post about how I finished adding a new feature I have been working for the last two weeks.
 
What did I do this week?
I had sent this[1] patch last week and I finally got succeeded on a
PSF GSoC students blogs: Check in: Week 7

Link: http://blogs.python-gsoc.org/en/blogs/epassaros-blog/check-in-week-7/

1. What did you do this week?
This week I succesfully recreated the standard TARDIS atomic file and run some simulations! :)
The transition to Python 3 is complete and the Carsus package finally is fu
ListenData: String Functions in Python with Examples

Link: https://www.listendata.com/2019/06/python-string-functions.html

This tutorial outlines various string (character) functions used in Python. To manipulate strings and character values, python has several in-built functions. It means you don't need to import or have
Talk Python to Me: #220 Machine Learning in the cloud with Azure ML

Link: https://talkpython.fm/episodes/show/220/machine-learning-in-the-cloud-with-azure-ml

On this episode, you'll meet Francesca Lazzeri and hear story how she went from Research Fellow in Economics at Harvard Business School to working on the AI and data science stack on the Azure team.
ListenData: Python : 10 Ways to Filter Pandas DataFrame

Link: https://www.listendata.com/2019/07/how-to-filter-pandas-dataframe.html

In this article, we will cover various methods to filter pandas dataframe in Python. Data Filtering is one of the most frequent data manipulation operation. It is similar to WHERE clause in SQL or you
Full Stack Python: Developer-led Sales for Startups

Link: https://www.fullstackpython.com/blog/developer-led-sales-startups.html

This blog post contains the slides along with a loose transcript
from my talk on the promises and perils of developer-led sales as an
early-stage company method to acquire customers.
I gave this talk
Tomaž Muraus: Consuming AWS EventBridge Events inside StackStorm

Link: https://www.tomaz.me/2019/07/13/consuming-aws-eventbridge-events-in-stackstorm.html

Consuming AWS EventBridge Events inside StackStorm
Amazon Web Services (AWS) recently launched a new product called Amazon EventBridge.
EventBridge has a lot of similarities to StackStorm, a popular o