PSF GSoC students blogs: Weekly Check-in #5
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-5-4/
May the Force be with you!!
Hello and welcome to my 5th weekly check-in, I will be sharing my progress of pyBullet Physics Engine Integration with FURY. The official repository of my sub-org, FURY can
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-5-4/
May the Force be with you!!
Hello and welcome to my 5th weekly check-in, I will be sharing my progress of pyBullet Physics Engine Integration with FURY. The official repository of my sub-org, FURY can
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #5 - Nibba2018's Blog
Weekly Check-in #5 - c56ad427-2a29-4bff-aaac-4b1c415e6c7a - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-In: Week 5
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-5/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey !
This week, Spherical harmonics!
What did I do this week
The main task for the week was to include an implementation of sph
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-5/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey !
This week, Spherical harmonics!
What did I do this week
The main task for the week was to include an implementation of sph
blogs.python-gsoc.org
Python GSoC - Weekly Check-In: Week 5 - lenixlobo's Blog
Weekly Check-In: Week 5 - 29b61b21-4ad2-4b48-ab8a-f4ed5ddc5aa2 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #5
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-5-5/
Hello,
What did you do this week?
I have added more details to project. It's ready to work. Some parts needs little attention. I have to convert docs written in RST to Markdown.
Did you get stuck anyw
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-5-5/
Hello,
What did you do this week?
I have added more details to project. It's ready to work. Some parts needs little attention. I have to convert docs written in RST to Markdown.
Did you get stuck anyw
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #5 - abijithbahuleyan's Blog
Weekly Check-in #5 - d480ff2e-74dc-44fa-8aa4-7af357e05783 - Python's Google Summer of Code Blogs Page
Mike Driscoll: An Overview of Jupyter Notebook (Video)
Link: https://www.blog.pythonlibrary.org/2020/06/28/an-overview-of-jupyter-notebook-video/
In this video, you will learn the basics of using the Jupyter Notebook. How to change cells, edit cells, run cells, and much more!
The post An Overview of Jupyter Notebook (Video) appeared first on
Link: https://www.blog.pythonlibrary.org/2020/06/28/an-overview-of-jupyter-notebook-video/
In this video, you will learn the basics of using the Jupyter Notebook. How to change cells, edit cells, run cells, and much more!
The post An Overview of Jupyter Notebook (Video) appeared first on
The Mouse Vs. The Python
An Overview of Jupyter Notebook (Video) - The Mouse Vs. The Python
In this video, you will learn the basics of using the Jupyter Notebook. How to change cells, edit cells, run cells, and much more!
PSF GSoC students blogs: Weekly Check-In #3 (22nd Jun - 29th Jun)
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-3-22nd-jun-29th-jun/
Hi, so we are done with week 4 of the program - a third of the way in and it has been a fun ride and the progress is on par with the expected timeline.
What did you do this week ?
A major upheaval o
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-3-22nd-jun-29th-jun/
Hi, so we are done with week 4 of the program - a third of the way in and it has been a fun ride and the progress is on par with the expected timeline.
What did you do this week ?
A major upheaval o
blogs.python-gsoc.org
Python GSoC - Weekly Check-In #3 (22nd Jun - 29th Jun) - arnav_k's Blog
Weekly Check-In #3 (22nd Jun - 29th Jun) - b25b8e5e-93b2-4597-ad96-d9f39dde2e0d - Python's Google Summer of Code Blogs Page
Sebastian Pölsterl: scikit-survival 0.13 Released
Link: https://k-d-w.org/blog/2020/06/scikit-survival-0.13-released/
Today, I released version 0.13.0 of
scikit-survival.
Most notably, this release adds
sksurv.metrics.brier_score and sksurv.metrics.integrated_brier_score,
an updated PEP 517/518 compatible build syste
Link: https://k-d-w.org/blog/2020/06/scikit-survival-0.13-released/
Today, I released version 0.13.0 of
scikit-survival.
Most notably, this release adds
sksurv.metrics.brier_score and sksurv.metrics.integrated_brier_score,
an updated PEP 517/518 compatible build syste
Sebastian Pölsterl
scikit-survival 0.13 Released | Sebastian Pölsterl
Today, I released version 0.13.0 of
scikit-survival.
Most notably, this release adds
sksurv.metrics.brier_score and sksurv.metrics.integrated_brier_score,
an updated PEP 517/518 compatible build system,
and support for scikit-learn 0.23.
For a full list…
scikit-survival.
Most notably, this release adds
sksurv.metrics.brier_score and sksurv.metrics.integrated_brier_score,
an updated PEP 517/518 compatible build system,
and support for scikit-learn 0.23.
For a full list…
Pythonicity: Mutable defaults
Link: https://coady.github.io/posts/mutable-defaults/
Contrarian view on mutable default arguments.¶The use of mutable defaults is probably the most infamous Python gotcha. Default values are evaluated at definition time, which means mutating them wi
Link: https://coady.github.io/posts/mutable-defaults/
Contrarian view on mutable default arguments.¶The use of mutable defaults is probably the most infamous Python gotcha. Default values are evaluated at definition time, which means mutating them wi
Pythonicity
Mutable defaults
Contrarian view on mutable default arguments.¶The use of mutable defaults is probably the most infamous Python gotcha. Default values are evaluated at definition time, which means mutating them will
TestDriven.io: Deploying Django to AWS with Docker and Let's Encrypt
Link: https://testdriven.io/blog/django-docker-https-aws/
In this tutorial, we'll deploy a Django app to AWS EC2 with Docker and Let's Encrypt.
Link: https://testdriven.io/blog/django-docker-https-aws/
In this tutorial, we'll deploy a Django app to AWS EC2 with Docker and Let's Encrypt.
testdriven.io
Deploying Django to AWS with Docker and Let's Encrypt
In this tutorial, we'll deploy a Django app to AWS EC2 with Docker and Let's Encrypt.
PSF GSoC students blogs: Weekly Check In 3
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/weekly-check-in-3-10/
Hello all!
It has been about 4 weeks since the official coding period started and the first evaluation is here. The entire month has been productive and I am having a lot of fun.
This last week I was
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/weekly-check-in-3-10/
Hello all!
It has been about 4 weeks since the official coding period started and the first evaluation is here. The entire month has been productive and I am having a lot of fun.
This last week I was
blogs.python-gsoc.org
Python GSoC - Weekly Check In 3 - dvijaywargiya's Blog
Weekly Check In 3 - 70a27e08-d7bb-4969-bfa4-391139c1cbe9 - Python's Google Summer of Code Blogs Page
Mike Driscoll: PyDev of the Week: Florian Dahlitz
Link: https://www.blog.pythonlibrary.org/2020/06/29/pydev-of-the-week-florian-dahlitz/
This week we welcome Florian Dahlitz (@DahlitzF) as our PyDev of the Week! Florian is a contributor to the CPython programming language and the PyTest framework. He is also a contributor to Real Pytho
Link: https://www.blog.pythonlibrary.org/2020/06/29/pydev-of-the-week-florian-dahlitz/
This week we welcome Florian Dahlitz (@DahlitzF) as our PyDev of the Week! Florian is a contributor to the CPython programming language and the PyTest framework. He is also a contributor to Real Pytho
The Mouse Vs. The Python
PyDev of the Week: Florian Dahlitz - The Mouse Vs. The Python
This week we welcome Florian Dahlitz (@DahlitzF) as our PyDev of the Week! Florian is a contributor to the CPython programming language and the PyTest framework. He is also a contributor to Real Python. You can check out Florian’s personal blog or get his…
PSF GSoC students blogs: GSoC: Week #5
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-5/
Hi!
What did you do this week?
I worked on the API to properly separate additional info for the offset and reshaping features from the dataset parameters. I’m almost finished with the offset feature i
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-5/
Hi!
What did you do this week?
I worked on the API to properly separate additional info for the offset and reshaping features from the dataset parameters. I’m almost finished with the offset feature i
blogs.python-gsoc.org
Python GSoC - GSoC: Week #5 - anandbaburajan's Blog
GSoC: Week #5 - 4a3e96df-d098-4929-8011-88901b0d2939 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #3
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-check-in-3-11/
What did I do this week?
I mostly worked on golang module copyright extraction for tern reports. Also added tern html format to our CI.
What's next?
Will work on extraction of licenses this week.
Did
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-check-in-3-11/
What did I do this week?
I mostly worked on golang module copyright extraction for tern reports. Also added tern html format to our CI.
What's next?
Will work on extraction of licenses this week.
Did
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #3 - abhaykatheria's Blog
Weekly Check-in #3 - 5df322f3-3062-46b3-bffe-f691c304aac8 - Python's Google Summer of Code Blogs Page
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