Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Talk Python to Me: #218 Serverless Python functions in Azure

Link: https://talkpython.fm/episodes/show/218/serverless-python-functions-in-azure

Do you have stateless code that needs to run in the cloud? The clear answer years ago was to create and HTTP, or even, gasp! A SOAP service before then. While HTTP services are still very important, s
Real Python: Generating Random Data in Python

Link: https://realpython.com/courses/generating-random-data-python/

In this course, you’ll cover several options for generating random data in Python, and then build up to a comparison of each in terms of its level of security, versatility, purpose, and speed.

[ Impr
Continuum Analytics Blog: How We Made Conda Faster in 4.7

Link: https://www.anaconda.com/how-we-made-conda-faster-4-7/

We’ve witnessed a lot of community grumbling about Conda’s speed, and we’ve experienced it ourselves. Thanks to a contract from NASA via the SBIR program, we’ve been able to dedicate a lot of time rec
PyCoder’s Weekly: Issue #374 (June 25, 2019)

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

#374 – JUNE 25, 2019 View in Browser » How to Use Python Lambda Functions In this step-by-step tutorial, you’ll learn about Python lambda functions. You’ll see how they compare with regular func
Continuum Analytics Blog: TensorFlow CPU optimizations in Anaconda

Link: https://www.anaconda.com/tensorflow-cpu-optimizations-in-anaconda/

By Stan Seibert, Anaconda, Inc. & Nathan Greeneltch, Intel Corporation TensorFlow is one of the most commonly used frameworks for large-scale machine learning, especially deep learning (we’ll call it
Python Engineering at Microsoft: Python in Visual Studio Code – June 2019 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-june-2019-release/

We are pleased to announce that the June 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directl
The No Title® Tech Blog: Book review – Python for Programmers, by Paul Deitel and Harvey Deitel

Link: https://no-title.victordomingos.com/articles/2019/book_review_python_for_programmers

This is a book written while having in mind those who already have some object-oriented programming background but are willing to get into Python and (especially) Artificial Intelligence and Data Scie
IslandT: Python is still not there yet

Link: https://kibiwebgeek.com/2019/06/26/python-is-still-not-there-yet/

I have been blogging about Python programming language for a while since 2017, the reason which I continue to write about this programing language is due to the popularity of this language in the prog
EuroPython: EuroPython 2019: Mobile Conference App available

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

We are pleased to announce the mobile conference app for EuroPython 2019, again hosted on the Attendify platform:EuroPython 2019 Conference AppEngage with the conference and its attendeesThe
mobile a
Real Python: Python Community Interview With Katrina Durance

Link: https://realpython.com/interview-katrina-durance/

With PyCon US 2019 over, I decided to catch up with a PyCon first-timer, Katrina Durance. I was curious to see how she found the experience and what her highlights were. I also wanted to understand ho
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 strategy for acquiring customers.
I gave this
PyCon: PyCon 2019 Code of Conduct Transparency Report

Link: https://pycon.blogspot.com/2019/06/pycon-2019-code-of-conduct-transparency.html

PyCon 2019 Transparency ReportThe PyCon Code of Conduct sets standards for how our community interacts with others during the conference. A Code of Conduct without appropriate reporting and response p
EuroPython Society: Invitation to the EuroPython Society General Assembly 2019

Link: https://www.europython-society.org/post/185868682920

We would like to invite all EuroPython attendees and EuroPython Society (EPS) members to attend this year’s EPS General Assembly (GA), which we will run as in-person meeting at the upcoming EuroPython
Marius Gedminas: New laptop: ThinkPad X390

Link: https://mg.pov.lt/blog/x390.html

The time has come to replace my trusty ThinkPad X220 with something more modern
(that has enough horsepower to run Subnautica). I picked a ThinkPad X390 for
the usual reasons (it’s a ThinkPad, it’s s
IslandT: Have you tried out Thonny?

Link: https://kibiwebgeek.com/2019/06/27/have-you-tried-out-thonny/

Today I have just installed a new Python IDE on my computer, it really looks simple but there are a lot of goodies. First of all, if you have not yet installed Thonny, you can download it from this li
Kushal Das: FreeBSD on a Thinkpad 230

Link: https://kushaldas.in/posts/freebsd-on-a-thinkpad-230.html


From the first-ever conference I attended, I started picking up many tools and
habits from other participants, speakers, and friends. It is still the same with
many new conferences I go to, by meetin
Test and Code: 79: Fixing misinformation about software testing

Link: https://testandcode.com/79

Some information about software testing is just wrong.
I'm not talking about opinions. I have lots of opinions and they differ from other peoples opinions. I'm talking about misinformation and old inf