Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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...
PSF GSoC students blogs: Working with SciKit and meeting deadlines

Link: http://blogs.python-gsoc.org/en/blogs/yashlambas-blog/working-with-scikit-and-meeting-deadlines/

The first linear regression model took unexpectedly long that put me in a difficult place because now I have to cover up at least a couple more models before the second evaluation. My mentor and I dec
PSF GSoC students blogs: Seventh Week [July 1st - July 7th] [3rd PSF Blog Post]

Link: http://blogs.python-gsoc.org/en/blogs/youssef15015s-blog/seventh-week-july-1st-july-7th-3rd-psf-blog-post/

This session, we set up azure testing pipelines for "Carsus ... a TARDIS support package for creating and working with atomic datasets" (Carsus Documentation). This repository is intended to complemen
Quansight Labs Blog: Ibis: Python data analysis productivity framework

Link: https://labs.quansight.org/blog/2019/07/ibis-python-data-analysis-productivity-framework/




Ibis is a library pretty useful on data analysis tasks that provides a pandas-like API that allows operations like create filter, add columns, apply math operations etc in a lazy mode so all the op