Django Weblog: Django 3.1 release candidate 1 released
Link: https://www.djangoproject.com/weblog/2020/jul/20/django-31-release-candidate-1-released/
Django 3.1 release candidate 1 is the final opportunity for you to try out the potpourri of new features before Django 3.1 is released.
The release candidate stage marks the string freeze and the call
Link: https://www.djangoproject.com/weblog/2020/jul/20/django-31-release-candidate-1-released/
Django 3.1 release candidate 1 is the final opportunity for you to try out the potpourri of new features before Django 3.1 is released.
The release candidate stage marks the string freeze and the call
Hynek Schlawack: Python in GitHub Actions
Link: https://hynek.me/articles/python-github-actions/
GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look at how to use it f
Link: https://hynek.me/articles/python-github-actions/
GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look at how to use it f
Hynek Schlawack
Python in GitHub Actions
GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look at how to use it for an open source Python package.
Janusworx: A Hundred Days of Code, Day 012 - Python, Advanced Data Structures continued
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-012-python-advanced-data-structures-continued/
Ok! Had a nice refreshing break, yesterday being Sunday.
Back to work today!
If today’s notes, feel a little light, that’s because I was struggling with exercises.
Read more… (2 min remaining to rea
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-012-python-advanced-data-structures-continued/
Ok! Had a nice refreshing break, yesterday being Sunday.
Back to work today!
If today’s notes, feel a little light, that’s because I was struggling with exercises.
Read more… (2 min remaining to rea
Janusworx
A Hundred Days of Code, Day 012 - Python, Advanced Data Structures con
Ok! Had a nice refreshing break, yesterday being Sunday.
Back to work today!
If today’s notes, feel a little light, that’s because I was struggling with exercises.
Notes
Part 2
A lightweight so
Back to work today!
If today’s notes, feel a little light, that’s because I was struggling with exercises.
Notes
Part 2
A lightweight so
PSF GSoC students blogs: Weekly Blog #4 (12th Jul - 19th Jul)
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-blog-4-12th-jul-19th-jul/
Hi all , so we were hoping to get the first version out the previous week however some bugs did creep up and it was important to resolve them before moving ahead. Hence we hope to release the first ve
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-blog-4-12th-jul-19th-jul/
Hi all , so we were hoping to get the first version out the previous week however some bugs did creep up and it was important to resolve them before moving ahead. Hence we hope to release the first ve
blogs.python-gsoc.org
Python GSoC - Weekly Blog #4 (12th Jul - 19th Jul) - arnav_k's Blog
Weekly Blog #4 (12th Jul - 19th Jul) - b25b8e5e-93b2-4597-ad96-d9f39dde2e0d - Python's Google Summer of Code Blogs Page
Stack Abuse: Guide to Basic Data Types in Python with Examples
Link: https://stackabuse.com/basic-data-types-in-python-with-examples/
Introduction to Python Data Types
In this article, we'll be diving into the Basic Data Types in Python. These form some of the fundamental ways you can represent data.
One way to categorize these basi
Link: https://stackabuse.com/basic-data-types-in-python-with-examples/
Introduction to Python Data Types
In this article, we'll be diving into the Basic Data Types in Python. These form some of the fundamental ways you can represent data.
One way to categorize these basi
Stack Abuse
Guide to Basic Data Types in Python with Examples
In this tutorial, we'll be diving into the basic data types in Python such as int, float, str, bool and duct. We'll also be covering examples of their usage and some caveats.
Matt Layman: Episode 7 - Models and Managers and Querysets, Oh My!
Link: https://www.mattlayman.com/django-riffs/models-managers-querysets/
On this episode, we will explore more about models and how to interact with data in your database.
Listen at djangoriffs.com.
Last Episode On the last episode, we discussed the basics of setting up a
Link: https://www.mattlayman.com/django-riffs/models-managers-querysets/
On this episode, we will explore more about models and how to interact with data in your database.
Listen at djangoriffs.com.
Last Episode On the last episode, we discussed the basics of setting up a
Matt Layman
Episode 7 - Models and Managers and Querysets, Oh My!
On this episode, we will explore more about models and how to interact with data in your database.
EuroPython: EuroPython 2020: Introducing our Diamond Sponsor Bloomberg
Link: https://blog.europython.eu/post/624164489818980352
We are very pleased to have Bloomberg as Diamond Sponsor for EuroPython 2020.
Without sponsors like Bloomberg, we wouldn’t be able to make the event affordable.
You will be able to visit their spo
Link: https://blog.europython.eu/post/624164489818980352
We are very pleased to have Bloomberg as Diamond Sponsor for EuroPython 2020.
Without sponsors like Bloomberg, we wouldn’t be able to make the event affordable.
You will be able to visit their spo
blog.europython.eu
EuroPython Blog
EuroPython 2020: Introducing our Diamond Sponsor Bloomberg We are very pleased to have Bloomberg as Diamond Sponsor for EuroPython 2020. Without sponsors like Bloomberg, we wouldn’t be able to make...
PSF GSoC students blogs: Weekly Check-in #8
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-8-3/
Hello !
What did you do this week?
Improved plotting of radial fourier and some tweaks to make the generated notebook perfect.Changes are currently being reviewed. After this it could be merged.
What
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-8-3/
Hello !
What did you do this week?
Improved plotting of radial fourier and some tweaks to make the generated notebook perfect.Changes are currently being reviewed. After this it could be merged.
What
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #8 - abijithbahuleyan's Blog
Weekly Check-in #8 - d480ff2e-74dc-44fa-8aa4-7af357e05783 - Python's Google Summer of Code Blogs Page
Real Python: K-Means Clustering in Python: A Practical Guide
Link: https://realpython.com/k-means-clustering-python/
The k-means clustering method is an unsupervised machine learning technique used to identify clusters of data objects in a dataset. There are many different types of clustering methods, but k-means is
Link: https://realpython.com/k-means-clustering-python/
The k-means clustering method is an unsupervised machine learning technique used to identify clusters of data objects in a dataset. There are many different types of clustering methods, but k-means is
Realpython
K-Means Clustering in Python: A Practical Guide – Real Python
In this step-by-step tutorial, you'll learn how to perform k-means clustering in Python. You'll review evaluation metrics for choosing an appropriate number of clusters and build an end-to-end k-means clustering pipeline in scikit-learn.
PSF GSoC students blogs: GSoC Weekly Blog #4
Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-blog-4/
I spent the last week working mainly on search message and reply to a message functionality. The search message was a simple however, it took me quite some time to figure out how exactly I wanted to t
Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-blog-4/
I spent the last week working mainly on search message and reply to a message functionality. The search message was a simple however, it took me quite some time to figure out how exactly I wanted to t
blogs.python-gsoc.org
Python GSoC - GSoC Weekly Blog #4 - Tanish19's Blog
GSoC Weekly Blog #4 - 59401f95-9c21-45e5-a073-f22d29715235 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Blog post for week 7: Queue interface documentation
Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/blog-post-for-week-7-queue-interface-documentation/
Last week I was working on the specification of the queue interface. There are some important properties of how a queue is expected to behave so we thought it was worthwhile to document them. The docu
Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/blog-post-for-week-7-queue-interface-documentation/
Last week I was working on the specification of the queue interface. There are some important properties of how a queue is expected to behave so we thought it was worthwhile to document them. The docu
blogs.python-gsoc.org
Python GSoC - Blog post for week 7: Queue interface documentation - Lukas0907's Blog
Blog post for week 7: Queue interface documentation - de275460-6752-46d7-8264-6d4e9c50aadb - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Convolutional Neural Networks - Weekly Check-in 8
Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/convolutional-neural-networks-weekly-check-in-8/
End of Week 6 - 13/07/2020
What did you do this week?
This week I started working on adding pre-trained Convolutional Neural Networks using the PyTorch Library! I have currently added VGG16 and ResN
Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/convolutional-neural-networks-weekly-check-in-8/
End of Week 6 - 13/07/2020
What did you do this week?
This week I started working on adding pre-trained Convolutional Neural Networks using the PyTorch Library! I have currently added VGG16 and ResN
blogs.python-gsoc.org
Python GSoC - Convolutional Neural Networks - Weekly Check-in 8 - sakshamarora's Blog
Convolutional Neural Networks - Weekly Check-in 8 - 6362ca19-6cbc-4c45-95f8-4bf780b0ce40 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #8
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-8-4/
What did I do this week?
I worked on adding new operations. Also I made changes in the pull request as per mentor's review.
What's next?
i will keep working on adding new operations and their example
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-8-4/
What did I do this week?
I worked on adding new operations. Also I made changes in the pull request as per mentor's review.
What's next?
i will keep working on adding new operations and their example
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #8 - 0dust's Blog
Weekly Check-in #8 - 2244df23-95c5-4c9b-b0f5-e8887a2f2e11 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Making and inspecting model relations for the user story system in GSOC’20
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/making-and-inspecting-model-relations-for-the-user-story-system-in-gsoc20/
The world is full of relationships. Everything around us is connected to each other in some way or the other. Sometimes relations can be hard to figure out. Join me as I help you create a unique relat
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/making-and-inspecting-model-relations-for-the-user-story-system-in-gsoc20/
The world is full of relationships. Everything around us is connected to each other in some way or the other. Sometimes relations can be hard to figure out. Join me as I help you create a unique relat
blogs.python-gsoc.org
Python GSoC - Making and inspecting model relations for the user story system in GSOC’20 - sharmaaditya570191's Blog
Making and inspecting model relations for the user story system in GSOC’20 - d4413a04-9698-4071-b7bc-a43bd84c7f68 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: I've Walked 500 Miles…
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/i-ve-walked-500-miles/
… and I would walk 500 more
Just to be the man who walks a thousand miles
To fall down at your door
The Main Road
Hi, have you met fast-deps? It's (going to be) the name of pip's experimental featur
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/i-ve-walked-500-miles/
… and I would walk 500 more
Just to be the man who walks a thousand miles
To fall down at your door
The Main Road
Hi, have you met fast-deps? It's (going to be) the name of pip's experimental featur
blogs.python-gsoc.org
Python GSoC - I've Walked 500 Miles… - McSinyx's Blog
I've Walked 500 Miles… - c0f0a92a-4a65-4460-a3d7-58a14026d693 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #8
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-8-5/
<meta charset="utf-8">
What did I do this week?
I finished milestone 1 of Distributed orchestrator. I also added tests and documentation for the Gitter chatbot.
What's next?
I'll be adding support f
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-8-5/
<meta charset="utf-8">
What did I do this week?
I finished milestone 1 of Distributed orchestrator. I also added tests and documentation for the Gitter chatbot.
What's next?
I'll be adding support f
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #8 - aghinsa's Blog
Weekly Check-in #8 - b803cb73-a4e9-4fb7-9a36-67f0addf98ad - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Blog Post #4
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/blog-post-4-1/
<meta charset="utf-8">
<meta charset="utf-8">
Hello all!
The second evaluation is now quite near and I am a little nervous about it.
Okay, so let us talk about what I did over the past few weeks in
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/blog-post-4-1/
<meta charset="utf-8">
<meta charset="utf-8">
Hello all!
The second evaluation is now quite near and I am a little nervous about it.
Okay, so let us talk about what I did over the past few weeks in
blogs.python-gsoc.org
Python GSoC - Blog Post #4 - dvijaywargiya's Blog
Blog Post #4 - 70a27e08-d7bb-4969-bfa4-391139c1cbe9 - Python's Google Summer of Code Blogs Page
Podcast.__init__: Idiomatic Functional Programming With DRY Python
Link: https://www.pythonpodcast.com/dry-python-functional-programming-episode-272/
Python is an intuitive and flexible language, but that versatility can also lead to problematic designs if you're not careful. Nikita Sobolev is the CTO of Wemake Services where he works on open sourc
Link: https://www.pythonpodcast.com/dry-python-functional-programming-episode-272/
Python is an intuitive and flexible language, but that versatility can also lead to problematic designs if you're not careful. Nikita Sobolev is the CTO of Wemake Services where he works on open sourc
The Python Podcast.__init__
The Python Podcast.__init__: Idiomatic Functional Programming With DRY Python
An interview with Nikita Sobolev about building Python projects that are more maintainable using DRY Python libraries to make functional programming patterns more intuitive.
PSF GSoC students blogs: Week 7 Check-in
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-7-check-in-3/
What did you do this week?
I started a new PR that adds multimethods for functional programming routines. The multimethods added are the following:
apply_along_axis
apply_over_axes
frompyfunc
piecewi
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-7-check-in-3/
What did you do this week?
I started a new PR that adds multimethods for functional programming routines. The multimethods added are the following:
apply_along_axis
apply_over_axes
frompyfunc
piecewi
blogs.python-gsoc.org
Python GSoC - Week 7 Check-in - joaosferreira's Blog
Week 7 Check-in - e6541468-770d-43d7-9901-351e16e31d96 - Python's Google Summer of Code Blogs Page
Codementor: How to Listen for Webhooks with Python
Link: https://www.codementor.io/frenchcooc/how-to-listen-for-webhooks-with-python-18jcie9vff
Learn how to listen for and consume webhooks with Python's most popular web frameworks, Django or Flask.
Link: https://www.codementor.io/frenchcooc/how-to-listen-for-webhooks-with-python-18jcie9vff
Learn how to listen for and consume webhooks with Python's most popular web frameworks, Django or Flask.
www.codementor.io
How to Listen for Webhooks with Python | Codementor
Learn how to listen for and consume webhooks with Python's most popular web frameworks, Django or Flask.
Quansight Labs Blog: Quansight Labs: what I learned in my first 3 months
Link: https://labs.quansight.org/blog/2020/07/a-win-win-all-around/
I joined Quansight at the beginning of April, splitting my time between
PyTorch (as part of a larger Quansight team) and contributing to Quansight Labs
supported community-driven projects in the Pytho
Link: https://labs.quansight.org/blog/2020/07/a-win-win-all-around/
I joined Quansight at the beginning of April, splitting my time between
PyTorch (as part of a larger Quansight team) and contributing to Quansight Labs
supported community-driven projects in the Pytho
Quansight Labs
Quansight Labs: what I learned in my first 3 months
I joined Quansight at the beginning of April, splitting my time between
PyTorch (as part of a larger Quansight team) and contributing to Quansight Labs
supported community-driven projects in the Pytho
PyTorch (as part of a larger Quansight team) and contributing to Quansight Labs
supported community-driven projects in the Pytho