Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Podcast.__init__: Domain Driven Design For Python

Link: https://www.pythonpodcast.com/domain-driven-design-episode-219/

When your software projects start to scale it becomes a greater challenge to understand and maintain all of the pieces. In this episode Henry Percival shares his experiences working with domain driven
Kushal Das: Two new federated services for dgplug

Link: https://kushaldas.in/posts/two-new-federated-services-for-dgplug.html


Last week we started providing two new services for the
dgplug members.

https://toots.dgplug.org
https://blogs.dgplug.org

Mastodon service at toots
Having our own instance was in the plan for time
Mike Driscoll: PyDev of the Week: David Kopec

Link: http://www.blog.pythonlibrary.org/2019/07/08/pydev-of-the-week-david-kopec/

This week we welcome David Kopec (@davekopec) as our PyDev of the Week! David is the author of Classic Computer Science Problems in Python from Manning, as well as several other books. He was even int
Codementor: Set-up Raspberry Pi headlessly in Laptop, no HDMI no Monitor.

Link: https://www.codementor.io/innat_2k14/set-up-raspberry-pi-headlessly-in-laptop-no-hdmi-no-monitor-wohz4xalo

Set-up Raspberry Pi headlessly in Laptop, no HDMI no Monitor
Catalin George Festila: Python 3.7.3 : Using attrgetter from operator python module.

Link: http://python-catalin.blogspot.com/2019/07/python-373-using-attrgetter-from.html

Return a callable object that fetches attr from its operand. If more than one attribute is requested, returns a tuple of attributes. The attribute names can also contain dots. see documentation.
The a
Stack Abuse: The Python Assert Statement

Link: https://stackabuse.com/the-python-assert-statement/

In this article, we'll examine how to use the assert statement in Python.
In Python, the assert statement is used to validate whether or not a condition is true, using the syntax:
assert <condition>
Chris Moffitt: Build a Celebrity Look-Alike Detector with Azure’s Face Detect and Python

Link: https://pbpython.com/python-face-detect.html


Introduction
This article describes how to to use Microsoft Azure’s Cognitive Services Face API and
python to identify, count and classify people in a picture. In addition, it will show how to use
th
EuroPython: EuroPython 2019: Sponsored trainings

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

We’d like to highlight a special offering by our sponsors MongoDB and SOS Software / Intel: trainings which you are free to attend with just a conference ticket.Sponsored training sessions in Room

0
PSF GSoC students blogs: Improving uarray performance

Link: http://blogs.python-gsoc.org/en/blogs/peterbell10s-blog/improving-uarray-performance/

What did you do this week?
I have been focused on my uarray PR (uarray#1780). uarray defines a protocol for dispatching function calls to multiple different backend implentations. In my PR, I've been
Real Python: The Python Square Root Function

Link: https://realpython.com/python-square-root-function/

Are you trying to solve a quadratic equation? Maybe you need to calculate the length of one side of a right triangle. For these types of equations and more, the Python square root function, sqrt(), ca
Stack Abuse: Python: Print without Newline

Link: https://stackabuse.com/python-print-without-newline/

In this article, we'll examine how to print a string without a newline character using Python.
In Python, the built-in print function is used to print content to the standard output, which is usually
Codementor: Tutorial: What is Docker and How to Use It with Python

Link: https://www.codementor.io/djangostars/tutorial-what-is-docker-and-how-to-use-it-with-python-wowos9qte

This is an introductory tutorial on Docker containers. By the end of this article, you will know how to use Docker on your local machine. Along with Python, we are going to run Nginx and Redis...
PSF GSoC students blogs: Week 6: Blog Post (#3)

Link: http://blogs.python-gsoc.org/en/blogs/digyts-blog/week-6-blog-post-3/

This week i was doing several smaller things:
- Added some more commits to the read_curry function (which in my opinion is definitely ready to be merged now).
- Enhanced tests for the SourceTFR class,