Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Catalin George Festila: Python 3.7.3 : Using the flask - part 016.

Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-016.html

Today I tested a new feature of Flask version 1.1.1.
[mythcat@desk my_flask]$ pip list | grep Flask
Flask 1.1.1
Flask-Login 0.4.1
Flask-Mail
PSF GSoC students blogs: Final week

Link: https://blogs.python-gsoc.org/en/navaneethsureshs-blog/final-week/

This is going to be blog post about cleaning up the work I was doing and revisiting some old things I have done during the GSoC period.
 
What did I do this week?
I got a patch merged for adding `expe
Do the work (Janusworx): Learning Python

Link: https://janusworx.com/learning-python/

Did I need to read a fifteen hundred page book to learn Python?
At the end of fourteen hundred pages, I can safely assure you, I did not.
If you want to just solve your pressing issues or scratch yo
PSF GSoC students blogs: Final Checkin

Link: https://blogs.python-gsoc.org/en/taapasx28s-blog/final-checkin/

 
Hey everyone! This is my final blog post here. GSoC 19 has finally come to its end. This week I mostly worked on hg abort --update
What did I do this week?
This week I worked on writing intensive-te
TechBeamers Python: A Beginners Guide to Become a Machine Learning Engineer

Link: https://www.techbeamers.com/how-to-become-a-machine-learning-engineer/

Do you wish to become a machine learning engineer? Yes, why not, you should because this job has the highest no. of openings in 2019 with $75K as the baseline salary. Also, it is an engineering stream
PSF GSoC students blogs: [Blog #5] Time just seems to fly.

Link: https://blogs.python-gsoc.org/en/anubhavps-blog/blog-5-time-just-seems-to-fly/

 
<meta charset="utf-8">
Hello! This is my second last blog post for GSoC 2019 - time has gone by so quickly. I spend this week documenting Protego’s API in detail. I opened a pull request to add Prot
PSF GSoC students blogs: [Blog #6] Part of the journey is the end.

Link: https://blogs.python-gsoc.org/en/anubhavps-blog/blog-6-part-of-the-journey-is-the-end/

<meta charset="utf-8">
Part of the journey is the end. It is time for me to work on my final work report for final evaluation of Google Summer of Code 2019. This week, I will devote my time mainly to
PSF GSoC students blogs: Panda3D iOS Support - A Postmortem

Link: https://blogs.python-gsoc.org/en/treamouss-blog/panda3d-ios-support-a-postmortem/

Hi everyone!
Well, it appears that this is the end of the line when it comes to my GSoC portion of my work. I got a huge amount of work done and am extremely proud of it, and I can't wait to continue
PSF GSoC students blogs: Week 11-12 Check-In

Link: https://blogs.python-gsoc.org/en/hecriss-blog/week-11-12-check-in/

I am happy to announce that `CollisionHeightfield` is near completion! This week, I added some finalizations to `CollisionHeightfield`, which included improving the collision tests and adding the gett
PSF GSoC students blogs: Weekly Check-In #9

Link: https://blogs.python-gsoc.org/en/sounak98s-blog/weekly-check-in-9-2/

What did I do this week?
We have come to the last phase of the summer. The application is almost ready but we needed to fix more bugs this time to fine tune the application. Some of those which we wor
PSF GSoC students blogs: Paginate Django Feeds

Link: https://blogs.python-gsoc.org/en/sounak98s-blog/paginate-django-feeds/

Django has a great framework for generating feeds, but sadly it doesn't support pagination out of the box. Currently we have tons of blogs and the feeds page was loading especially slow with all the p
PSF GSoC students blogs: Weekly Check-In #10

Link: https://blogs.python-gsoc.org/en/sounak98s-blog/weekly-check-in-10-1/

What did I do in these two weeks?
There were a lot of bugs posted, kind of like the last set of major fixes that we need to make.

be able to add gsoc_year
add username to password reset email
prepopu
PSF GSoC students blogs: Final Report

Link: https://blogs.python-gsoc.org/en/sounak98s-blog/final-report/

Summer Rewind
Let’s rewind to the beginning of this year. We had started working on this application way before GSoC had even started. The goal was to have a working application which PSF will be able
Kushal Das: How to crack Open Source?

Link: https://kushaldas.in/posts/how-to-crack-open-source.html



Open Source has become a big thing, now everyone heard the term,
and know about it (in their own way). It became so popular, that
Indian college students now want to crack it like any other entrance
Matt Layman: Celery In A Shiv App - Building SaaS #31

Link: https://www.mattlayman.com/building-saas/celery-in-shiv/

In this episode, we baked the Celery worker and beat scheduler tool into the Shiv app. This is one more step on the path to simplifying the set of tools on the production server.
I started the stream
PSF GSoC students blogs: Week 13: Weekly Check-In (#7) - Last Check-In

Link: https://blogs.python-gsoc.org/en/digyts-blog/week-13-weekly-check-in-7-last-check-in/

1. What did you do this week?
As described in my previous post, I spent last week doing some smaller corrections on my Pull Requests. The biggest amount of work was dedicated to allowing fast and memo
PSF GSoC students blogs: Google Summer of Code with Nuitka 7th Weekly Check-in

Link: https://blogs.python-gsoc.org/en/tommyli3318s-blog/google-summer-of-code-with-nuitka-7th-weekly-check-in/

1. What did you do this week?
As GSoC is wrapping up, I wrote a summary of my work which can be found here. 
In addition, I have finalized my pull requests #495 and #484 which are now ready for merge.
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
Kushal Das: Setting up WKD

Link: https://kushaldas.in/posts/setting-up-wkd.html


We fetch any GPG public key from the keyservers using the GPG fingerprint (or
parts of it). This step is still a problematic one for most of us. As the
servers may not be responding, or the key is mi