Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Roberto Alsina: Episodio 33: Detrás de escena: Haciendo videos.

Link: https://ralsina.me/weblog/posts/youtube/episodio-33-detras-de-escena-haciendo-videos.html

Varias personas me han preguntado como hago los videos. La versión corta es "capturo la pantalla, me pongo a hablar, y lo subo a youtube".
La versión ligeramente más larga es ... vean el video.

OBS:
Talk Python to Me: #254 A Python mentorship story

Link: https://talkpython.fm/episodes/show/254/a-python-mentorship-story

How do you go from poking around at Python code to actually solving real problems, the right way?
<br/>

<br/>
There are many paths. The longest one probably is to get a 4-year CS degree. Maybe faste
Weekly Python StackOverflow Report: (ccxviii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/03/ccxviii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-03-07 12:33:52 GMTWhat causes [*a] to overallocate? - [55/3]Why is
EuroPython: EuroPython 2020: Launching the conference website

Link: https://blog.europython.eu/post/611955238740557824

We are very excited to announce the launch of our website for EuroPython 2020:EuroPython 2020 WebsiteOur web WG worked hard on putting the finishing touches on the website and many other team members
Full Stack Python: The Best Resources for Developers to Learn Finance

Link: https://www.fullstackpython.com/blog/best-resources-developers-learn-finance.html

Software developers should understand the basics of finance not only
to manage their own money but also to understand how businesses' software
projects are funded.
Understanding how other people wh
Roberto Alsina: enum_switch: a enum-based switch thing for Python

Link: https://ralsina.me/weblog/posts/enum_switch-a-enum-based-switch-thing-for-python.html

I am doing a series of videos (spanish only!) about "modern Python", showing the modern replacements
for things that are ... dense in their original forms.
So, I showed Poetry as an alternative to wri
Zero-with-Dot (Oleg Żero): Weighted K-Means Clustering example - artificial countries

Link: https://zerowithdot.com/weighted-k-means-clustering-example/

Introduction
One of fields where WKMC algorithm can be applied is demographics.
Imagine a situation, in which you would like to see how people group or would group if all administation divisions or hi
Mike Driscoll: PyDev of the Week: Tommy Falgout

Link: http://www.blog.pythonlibrary.org/2020/03/09/pydev-of-the-week-tommy-falgout/






This week we welcome Tommy Falgout (@lastcoolname) as our PyDev of the Week! Tommy works on the Robo-Clippy project. You can see what else he is up to by checking out his website. Let’s take a fe
IslandT: Global variables in python

Link: https://kibiwebgeek.com/global-variables-in-python/

In Python, there has only an object data type for all global variables. No matter that is a string or number, a python programmer does not need to declare the data type of that variable before using i
EuroPython: EuroPython 2020: Call for Proposals now open

Link: https://blog.europython.eu/post/612113768932098048

We have opened the Call for Proposals today. It will be left open for three weeks and then close on:Sunday, March 29 23:59:59 CESTIn order to submit a proposal, please log in to the site (or create an
PyBites: Productivity Mondays - Break Fear to Boost Productivity

Link: https://pybit.es/fear-productivity.html

Another week, another edition of Productivity Mondays! This week I'm looking at how fear can help you be more productive and, no I don't mean the fear of not delivering on time... although that is a g
Hynek Schlawack: Python in GitHub Actions

Link: https://hynek.me/articles/python-github-actions/

GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look on how to use it
Real Python: Defining Your Own Python Function

Link: https://realpython.com/defining-your-own-python-function/

Throughout the previous tutorials in this series, you’ve seen many examples demonstrating the use of built-in Python functions. In this tutorial, you’ll learn how to define your own Python function.
Stack Abuse: Grid Search Optimization Algorithm in Python

Link: https://stackabuse.com/grid-search-optimization-algorithm-in-python/

Introduction
In this tutorial, we are going to talk about a very powerful optimization (or automation) algorithm, i.e. the Grid Search Algorithm. It is most commonly used for hyperparameter tuning in