Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Codementor: Reasons Why Python is Good for AI and ML

Link: https://www.codementor.io/djangostars/reasons-why-python-is-good-for-ai-and-ml-wph92ed5n

Artificial Intelligence (AI) and Machine Learning (ML) are the new black of the IT industry. While discussions over the safety of its development keep escalating, developers expand abilities and...
ListenData: Python Lambda Function with Examples

Link: https://www.listendata.com/2019/04/python-lambda-function.html

This article covers detailed explanation of lambda function of Python. You will learn how to use it in real-world data scenarios with examples. Table of ContentsIntroduction : Lambda FunctionIn non-te
ListenData: Python list comprehension with Examples

Link: https://www.listendata.com/2019/07/python-list-comprehension-with-examples.html

This tutorial covers how list comprehension works in Python. It includes many examples which would help you to familiarize the concept and you should be able to implement it in your live project at th
Kushal Das: Highest used Python code in the Pentesting/Security world

Link: https://kushaldas.in/posts/highest-used-python-code-in-the-pentesting-security-world.html


python -c 'import pty;pty.spawn("/bin/bash")'

I think this is the highest used Python program in the land of Pentesting/Security, Almost every blog post or tutorial I read, they talk about the abov