PSF GSoC students blogs: Magic with Strapi and GraphQL in the feature request system in GSOC’20
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/magic-with-strapi-and-graphql-in-the-feature-request-system-in-gsoc20/
It is a dream come true situation when you get exactly what you want, neither more nor less. This also gives a sense of satisfaction and fulfillment. You already know what I am talking about. If you f
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/magic-with-strapi-and-graphql-in-the-feature-request-system-in-gsoc20/
It is a dream come true situation when you get exactly what you want, neither more nor less. This also gives a sense of satisfaction and fulfillment. You already know what I am talking about. If you f
blogs.python-gsoc.org
Python GSoC - Magic with Strapi and GraphQL in the feature request system in GSOC’20 - sharmaaditya570191's Blog
Magic with Strapi and GraphQL in the feature request system in GSOC’20 - d4413a04-9698-4071-b7bc-a43bd84c7f68 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: GSoC Weekly Check-In #3
Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-check-in-3/
What did I do this week?
I fixed some issues with my chat markdown PR. It should get merged now. After this I worked on message delete and edit features. I am mostly done with these just need to test
Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-check-in-3/
What did I do this week?
I fixed some issues with my chat markdown PR. It should get merged now. After this I worked on message delete and edit features. I am mostly done with these just need to test
blogs.python-gsoc.org
Python GSoC - GSoC Weekly Check-In #3 - Tanish19's Blog
GSoC Weekly Check-In #3 - 59401f95-9c21-45e5-a073-f22d29715235 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Image Processing Operations Continued - Weekly Check-in 5
Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/image-processing-operations-continued-weekly-check-in-5/
End of Week 4 - 29/06/2020
What did you do this week?
I worked on adding the ability to use default parameters in operations to deal with optional parameters in OpenCV functions and wrote new image
Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/image-processing-operations-continued-weekly-check-in-5/
End of Week 4 - 29/06/2020
What did you do this week?
I worked on adding the ability to use default parameters in operations to deal with optional parameters in OpenCV functions and wrote new image
blogs.python-gsoc.org
Python GSoC - Image Processing Operations Continued - Weekly Check-in 5 - sakshamarora's Blog
Image Processing Operations Continued - Weekly Check-in 5 - 6362ca19-6cbc-4c45-95f8-4bf780b0ce40 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 4 : Working on the UI
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-4-working-on-the-ui/
Hello there! Here's a quick update on my work this week, and then I'll hop back to it :P
What did you do this week?
I had designed a UI Dialog Box which opens on the press of a button. You could add t
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-4-working-on-the-ui/
Hello there! Here's a quick update on my work this week, and then I'll hop back to it :P
What did you do this week?
I had designed a UI Dialog Box which opens on the press of a button. You could add t
blogs.python-gsoc.org
Python GSoC - Week 4 : Working on the UI - ARYAN_GUPTA's Blog
Week 4 : Working on the UI - a8bb065d-8553-4ccd-9d92-b9704e3fb7c5 - Python's Google Summer of Code Blogs Page
Python⇒Speed: Where's your code? Debugging ImportErrors in your Docker image
Link: https://pythonspeed.com/articles/importerror-docker/
Your code runs fine on your computer, but when you try to package it with Docker you keep getting ImportErrors: Python can’t find your code.
There are multiple reasons why this can happen, some of the
Link: https://pythonspeed.com/articles/importerror-docker/
Your code runs fine on your computer, but when you try to package it with Docker you keep getting ImportErrors: Python can’t find your code.
There are multiple reasons why this can happen, some of the
Python⇒Speed
Debugging ImportError and ModuleNotFoundErrors in your Docker image
There are many reasons your Python code might fail to import in Docker. Here’s a quick series of checks you can do to figure out the problem.
Real Python: Python's reduce(): From Functional to Pythonic Style
Link: https://realpython.com/python-reduce-function/
Python’s reduce() is a function that implements a mathematical technique called folding or reduction. reduce() is useful when you need to apply a function to an iterable and reduce it to a single cumu
Link: https://realpython.com/python-reduce-function/
Python’s reduce() is a function that implements a mathematical technique called folding or reduction. reduce() is useful when you need to apply a function to an iterable and reduce it to a single cumu
Realpython
Python's reduce(): From Functional to Pythonic Style – Real Python
In this step-by-step tutorial, you'll learn how Python's reduce() works and how to use it effectively in your programs. You'll also learn some more modern, efficient, and Pythonic ways to gently replace reduce() in your programs.
PSF GSoC students blogs: GSoC Week 5: Priority Matters
Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-5-priority-matters/
What I did this week?
Instead of working on HTML output tests I worked on normalizing the package name and the module name because they were creating confusion so I prioritized that. I also added Vend
Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-5-priority-matters/
What I did this week?
Instead of working on HTML output tests I worked on normalizing the package name and the module name because they were creating confusion so I prioritized that. I also added Vend
blogs.python-gsoc.org
Python GSoC - GSoC Week 5: Priority Matters - SinghHrmn's Blog
GSoC Week 5: Priority Matters - 10ca228b-9007-42f3-ad5f-a8f47c202f56 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Check-in for week 4
Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/check-in-for-week-4/
1. What did you do this week?
Last week I was mainly polishing my work so far. The unit tests would sometimes fail due to a race condition when the server was not yet ready to accept connections. I no
Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/check-in-for-week-4/
1. What did you do this week?
Last week I was mainly polishing my work so far. The unit tests would sometimes fail due to a race condition when the server was not yet ready to accept connections. I no
blogs.python-gsoc.org
Python GSoC - Check-in for week 4 - Lukas0907's Blog
Check-in for week 4 - de275460-6752-46d7-8264-6d4e9c50aadb - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Third Check-In
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/third-check-in/
Holla, holla, holla! Last seven days has not been a really productive week
for me, though I think there are still some nice things to share with you
all here! The good news is that I've
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/third-check-in/
Holla, holla, holla! Last seven days has not been a really productive week
for me, though I think there are still some nice things to share with you
all here! The good news is that I've
blogs.python-gsoc.org
Python GSoC - Third Check-In - McSinyx's Blog
Third Check-In - c0f0a92a-4a65-4460-a3d7-58a14026d693 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-In: Week 5
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-week-5-1/
<meta charset="utf-8">
What did I do this week?
Completed the 'Locking' example with tests and documentation. I'm also working on the chatbot, which will be integrated with Gitter to run predictio
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-week-5-1/
<meta charset="utf-8">
What did I do this week?
Completed the 'Locking' example with tests and documentation. I'm also working on the chatbot, which will be integrated with Gitter to run predictio
blogs.python-gsoc.org
Python GSoC - Weekly Check-In: Week 5 - aghinsa's Blog
Weekly Check-In: Week 5 - b803cb73-a4e9-4fb7-9a36-67f0addf98ad - Python's Google Summer of Code Blogs Page
Tryton News: Security Release for issue9405
Link: https://discuss.tryton.org/t/security-release-for-issue9405/2948
Synopsis
A vulnerability in sao has been found by Coopengo and solved by Nicolas Évrard.
With issue 9405, the web client does not escape the HTML tags from user data in richtext widgets. This allows c
Link: https://discuss.tryton.org/t/security-release-for-issue9405/2948
Synopsis
A vulnerability in sao has been found by Coopengo and solved by Nicolas Évrard.
With issue 9405, the web client does not escape the HTML tags from user data in richtext widgets. This allows c
Tryton Discussion
Security Release for issue9405
Synopsis A vulnerability in sao has been found by Coopengo and solved by Nicolas Évrard. With issue 9405, the web client does not escape the HTML tags from user data in richtext widgets. This allows cross-site scripting attacks which can result in session…
Tryton News: Security Release for issue9394
Link: https://discuss.tryton.org/t/security-release-for-issue9394/2947
Synopsis
A vulnerability in sao has been found by Cédric Krier.
With issue9394, the web client does not escape the HTML tags from user data. This allows cross-site scripting attacks which can result i
Link: https://discuss.tryton.org/t/security-release-for-issue9394/2947
Synopsis
A vulnerability in sao has been found by Cédric Krier.
With issue9394, the web client does not escape the HTML tags from user data. This allows cross-site scripting attacks which can result i
Tryton Discussion
Security Release for issue9394
Synopsis A vulnerability in sao has been found by Cédric Krier. With issue9394, the web client does not escape the HTML tags from user data. This allows cross-site scripting attacks which can result in session hijacking, persistent phishing attacks, and…
PSF GSoC students blogs: Weekly checkin #5
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-checkin-5-1/
What did i do this week?
I finished adding QA models and the PR got merged. With this i wrapped up adding models to DFFML which was the first part of my project.
What's next?
I already started read
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-checkin-5-1/
What did i do this week?
I finished adding QA models and the PR got merged. With this i wrapped up adding models to DFFML which was the first part of my project.
What's next?
I already started read
blogs.python-gsoc.org
Python GSoC - Weekly checkin #5 - 0dust's Blog
Weekly checkin #5 - 2244df23-95c5-4c9b-b0f5-e8887a2f2e11 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: GSoC: Week 5: improve CVEDB
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-5-improve-cvedb/
What did I do this week?
I have finished my work on improving cvedb this week. I am using aiohttp to download NVD dataset instead of requesting with multiprocessing pool. This has improved our downlo
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-5-improve-cvedb/
What did I do this week?
I have finished my work on improving cvedb this week. I am using aiohttp to download NVD dataset instead of requesting with multiprocessing pool. This has improved our downlo
blogs.python-gsoc.org
Python GSoC - GSoC: Week 5: improve CVEDB - Niraj-Kamdar's Blog
GSoC: Week 5: improve CVEDB - a11606ad-8c5c-4794-9e35-f5cf9a8d0e11 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-In | Gsoc'2020 | #5
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-check-in-gsoc-2020-5/
Greetings, People of the world!
Fourth week of GSOC was slightly different than what I wanted it to be like. My struggle with a stable internet connection and area lockdown due to COVID19 precautionar
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-check-in-gsoc-2020-5/
Greetings, People of the world!
Fourth week of GSOC was slightly different than what I wanted it to be like. My struggle with a stable internet connection and area lockdown due to COVID19 precautionar
blogs.python-gsoc.org
Python GSoC - Weekly Check-In | Gsoc'2020 | #5 - ShashankJarial's Blog
Weekly Check-In | Gsoc'2020 | #5 - 85cf43f1-92b5-4284-9618-abac0e889328 - Python's Google Summer of Code Blogs Page
Red Hat Developers: Alertmanager Watchdog monitoring with Nagios passive checks
Link: https://developers.redhat.com/blog/2020/04/29/alertmanager-watchdog-monitoring-with-nagios-passive-checks/
After installing a fresh Red Hat OpenShift cluster, go to Monitoring -> Alerting. There, you will find a Watchdog alert, which sends messages to let you know that Alertmanager is not only still runnin
Link: https://developers.redhat.com/blog/2020/04/29/alertmanager-watchdog-monitoring-with-nagios-passive-checks/
After installing a fresh Red Hat OpenShift cluster, go to Monitoring -> Alerting. There, you will find a Watchdog alert, which sends messages to let you know that Alertmanager is not only still runnin
Red Hat Developer
Alertmanager Watchdog monitoring with Nagios passive checks | Red Hat Developer
After installing a fresh Red Hat OpenShift cluster, go to Monitoring -> Alerting. There, you will find a Watchdog alert, which sends messages to let you know that Alertmanager is not only still
Red Hat Developers: How to write an ABI compliance checker using Libabigail
Link: https://developers.redhat.com/blog/2020/04/02/how-to-write-an-abi-compliance-checker-using-libabigail/
I’ve previously written about the challenges of ensuring forward compatibility for application binary interfaces (ABIs) exposed by native shared libraries. This article introduces the other side of th
Link: https://developers.redhat.com/blog/2020/04/02/how-to-write-an-abi-compliance-checker-using-libabigail/
I’ve previously written about the challenges of ensuring forward compatibility for application binary interfaces (ABIs) exposed by native shared libraries. This article introduces the other side of th
Red Hat Developer
How to write an ABI compliance checker using Libabigail | Red Hat Developer
I've previously written about the challenges of ensuring forward compatibility for application binary interfaces (ABIs) exposed by native shared libraries. This article introduces the other side of
Podcast.__init__: Build Your Own Domain Specific Language in Python With textX
Link: https://www.pythonpodcast.com/textx-domain-specific-language-episode-269/
Programming languages are a powerful tool and can be used to create all manner of applications, however sometimes their syntax is more cumbersome than necessary. For some industries or subject areas t
Link: https://www.pythonpodcast.com/textx-domain-specific-language-episode-269/
Programming languages are a powerful tool and can be used to create all manner of applications, however sometimes their syntax is more cumbersome than necessary. For some industries or subject areas t
The Python Podcast.__init__
The Python Podcast.__init__: Build Your Own Domain Specific Language in Python With textX
PSF GSoC students blogs: Weekly Check In - 4
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-4-8/
What did I do till now?
Last week I was working on
Writing tests for HTTP2ClientProtocol
Add support for large number of requests over a single connection
I finished both of the tasks above. I added
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-4-8/
What did I do till now?
Last week I was working on
Writing tests for HTTP2ClientProtocol
Add support for large number of requests over a single connection
I finished both of the tasks above. I added
blogs.python-gsoc.org
Python GSoC - Weekly Check In - 4 - adityaa30's Blog
Weekly Check In - 4 - 4c0d03a0-dd12-4db5-8e95-bef989582503 - Python's Google Summer of Code Blogs Page
Matt Layman: Episode 6 - Where Does the Data Go?
Link: https://www.mattlayman.com/django-riffs/where-does-data-go/
On this episode, we will learn about storing data and how Django manages data using models.
Listen at djangoriffs.com.
Last Episode On the last episode, we saw Django forms and how to interact with us
Link: https://www.mattlayman.com/django-riffs/where-does-data-go/
On this episode, we will learn about storing data and how Django manages data using models.
Listen at djangoriffs.com.
Last Episode On the last episode, we saw Django forms and how to interact with us
Matt Layman
Episode 6 - Where Does the Data Go?
On this episode, we will learn about storing data and how Django manages data using models.
Python Insider: Python 3.8.4rc1 is now ready for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/kzERsqt8U34/python-384rc1-is-now-ready-for-testing.html
Python 3.8.4rc1 is the release candidate of the fourth maintenance release of Python 3.8. Go get it here:
https://www.python.org/downloads/release/python-384rc1/
Assuming no critical problems are fo
Link: http://feedproxy.google.com/~r/PythonInsider/~3/kzERsqt8U34/python-384rc1-is-now-ready-for-testing.html
Python 3.8.4rc1 is the release candidate of the fourth maintenance release of Python 3.8. Go get it here:
https://www.python.org/downloads/release/python-384rc1/
Assuming no critical problems are fo
Blogspot
Python Insider: Python 3.8.4rc1 is now ready for testing