Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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,
PSF GSoC students blogs: Pyca / cryptography and some other things

Link: http://blogs.python-gsoc.org/en/blogs/sandos-blog/pyca-cryptography-and-some-other-things/

Hi every one!
"""
In the last two weeks it was decided to change m2crypto by pyca / crytography, well all very nice but I knew about cryptography ... little and nothing if I had read the code and more
PSF GSoC students blogs: Blog post: 6th week of GSoC (Jul 01 - Jul 07)

Link: http://blogs.python-gsoc.org/en/blogs/josealaniss-blog/blog-post-6th-week-of-gsoc-jul-01-jul-07/

This week I was able to make good progress and finalize on a couple of PRs on my GSoC project repository on GitHub.
In particular, this weeks work was focused on visualization of the results of the li
Learn PyQt: Build a simple minesweeper clone in Python, using PyQt5

Link: https://www.learnpyqt.com/apps/moonsweeper/


Moonsweeper is a single-player puzzle video game. The objective of the game is to explore the area around your landed space rocket, without coming too close to the deadly B'ug aliens. Your trusty tri
Python Insider: Python 3.7.4 is now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/sm7GYrZZQwM/python-374-is-now-available.html

Python 3.7.4 is now available. 3.7.4 is the next maintenance release of Python 3.7, the latest feature release of Python.  You can find the release files, a link to the changelog, and more information
Codementor: Reasons Why We Python is the Best Programming Language for a Startup

Link: https://www.codementor.io/djangostars/reasons-why-we-python-is-the-best-programming-language-for-a-startup-wp8xcbt3o

Choosing the right programming language for your startup is not an easy decision, considering the huge variety of available options. And it's not enough to choose the one just because the language...
PSF GSoC students blogs: Week-6: Gotta Cache 'em All!

Link: http://blogs.python-gsoc.org/en/blogs/jaladh-singhals-blog/week-6-gotta-cache-em-all/


Hello folks,


So I am still implementing several methods of accessing filter data from SVO FPS - redesigning our old way of HDF storage. After implementing a module to access filter data using API,
PSF GSoC students blogs: Google Summer of Code with Nuitka 3rd Blog Post

Link: http://blogs.python-gsoc.org/en/blogs/tommyli3318s-blog/google-summer-of-code-with-nuitka-3rd-blog-post/

This week, I created a script to automate the testing of nuitka-wheel pytest. Details can be found on my pull request: https://github.com/Nuitka/Nuitka/pull/440
Automated testing compares the pytest r
Codementor: Top 6 Django Compatible Hosting Services

Link: https://www.codementor.io/djangostars/top-6-django-compatible-hosting-services-wp9zweu51

Finding the best Django hosting to suit all of your requirements might be quite a big deal, but it's definitely worth the effort. Moreover, it's also worth trying different options and seeing what...
Codementor: 6 Examples of AI in Financial Service

Link: https://www.codementor.io/djangostars/6-examples-of-ai-in-financial-service-wpah8uvpy

Just as many other technological advancements, Artificial Intelligence came to our lives from the pages of fairy tales and fiction books (think of the Tinman from The Wizard of Oz or Maria from...