PSF GSoC students blogs: Week 4 Check-in
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-4-check-in-1/
What did you do this week?
I started a PR that adds multimethods for array manipulation routines. I'll name the multimethods according to the NumPy docs sectioning:
Basic operations
copyto
Changing
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-4-check-in-1/
What did you do this week?
I started a PR that adds multimethods for array manipulation routines. I'll name the multimethods according to the NumPy docs sectioning:
Basic operations
copyto
Changing
blogs.python-gsoc.org
Python GSoC - Week 4 Check-in - joaosferreira's Blog
Week 4 Check-in - e6541468-770d-43d7-9901-351e16e31d96 - Python's Google Summer of Code Blogs Page
Mike Driscoll: Python 101 – Launching Subprocesses with Python
Link: https://www.blog.pythonlibrary.org/2020/06/30/python-101-launching-subprocesses-with-python/
There are times when you are writing an application and you need to run another application. For example, you may need to open Microsoft Notepad on Windows for some reason. Or if you are on Linux, you
Link: https://www.blog.pythonlibrary.org/2020/06/30/python-101-launching-subprocesses-with-python/
There are times when you are writing an application and you need to run another application. For example, you may need to open Microsoft Notepad on Windows for some reason. Or if you are on Linux, you
Mouse Vs Python
Python 101 - Launching Subprocesses with Python - Mouse Vs Python
Learn how to launch subprocesses using Python! You'll learn how to get output, stdout, the return code and communicate with the process
PyCoder’s Weekly: Issue #427 (June 30, 2020)
Link: https://pycoders.com/issues/427
#427 – JUNE 30, 2020 View in Browser » PEP 622: Structural Pattern Matching This PEP proposes adding pattern matching—a sort of enhanced switch statement—to the Python language. Read the PEP at
Link: https://pycoders.com/issues/427
#427 – JUNE 30, 2020 View in Browser » PEP 622: Structural Pattern Matching This PEP proposes adding pattern matching—a sort of enhanced switch statement—to the Python language. Read the PEP at
Pycoders
PyCoder’s Weekly | Issue #427
Issue #427 of the PyCoder’s Weekly newsletter, published June 30, 2020.
PSF GSoC students blogs: Week 5 Checkin!
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-5-checkin/
Hello everyone,
This week I worked on the PR.
The code was not exactly python ready. So I along with my mentors worked on making the code ready for use in python. Giving PUBLISHED access to exposed fu
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-5-checkin/
Hello everyone,
This week I worked on the PR.
The code was not exactly python ready. So I along with my mentors worked on making the code ready for use in python. Giving PUBLISHED access to exposed fu
blogs.python-gsoc.org
Python GSoC - Week 5 Checkin! - imaj_ashwini's Blog
Week 5 Checkin! - 631ec5e2-348d-4614-a2ce-ce51779f115f - Python's Google Summer of Code Blogs Page
Quansight Labs Blog: Creating a Portable Python Environment from Imports
Link: https://labs.quansight.org/blog/2020/06/portable-python-env/
Python environments provide sandboxes in which packages can be added.
Conda helps us deal with the requirements and dependencies of those packages.
Occasionally we find ourselves working in a constrai
Link: https://labs.quansight.org/blog/2020/06/portable-python-env/
Python environments provide sandboxes in which packages can be added.
Conda helps us deal with the requirements and dependencies of those packages.
Occasionally we find ourselves working in a constrai
Quansight Labs
Creating a Portable Python Environment from Imports
Python environments provide sandboxes in which packages can be added.
Conda helps us deal with the requirements and dependencies of those packages.
Occasionally we find ourselves working in a constrai
Conda helps us deal with the requirements and dependencies of those packages.
Occasionally we find ourselves working in a constrai
Python Engineering at Microsoft: Announcing Pylance: Fast, feature-rich language support for Python in Visual Studio Code
Link: https://devblogs.microsoft.com/python/announcing-pylance-fast-feature-rich-language-support-for-python-in-visual-studio-code/
We are excited to announce Pylance, our fast and feature-rich language support for Python! Pylance is available today in the Visual Studio Code marketplace.
Pylance depends on our core Python extensio
Link: https://devblogs.microsoft.com/python/announcing-pylance-fast-feature-rich-language-support-for-python-in-visual-studio-code/
We are excited to announce Pylance, our fast and feature-rich language support for Python! Pylance is available today in the Visual Studio Code marketplace.
Pylance depends on our core Python extensio
Microsoft News
Announcing Pylance: Fast, feature-rich language support for Python in Visual Studio Code
We are excited to announce Pylance, our fast and feature-rich language support for Python in Visual Studio Code! Pylance is available today in the Visual Studio Code marketplace. Pylance depends on our core Python extension and builds upon that experience…
IslandT: Create various graph and chart for Earning Software with Python
Link: https://kibiwebgeek.com/create-various-graph-and-chart-for-earning-software-with-python/
Hello and welcome back, in this chapter we will continue to develop the previous earning application which shows the shoe and shirt sales figure from the input database.
If you want to understand what
Link: https://kibiwebgeek.com/create-various-graph-and-chart-for-earning-software-with-python/
Hello and welcome back, in this chapter we will continue to develop the previous earning application which shows the shoe and shirt sales figure from the input database.
If you want to understand what
Kibiwebgeek
Create various graph and chart for Earning Software with Python
Hello and welcome back, in this chapter we will continue to develop the previous earning application which shows the shoe and shirt sales figure from the input database. If you want to understand...
Kushal Das: Introducing dns-tor-proxy, a new way to do all of your DNS calls over Tor
Link: https://kushaldas.in/posts/introducing-dns-tor-proxy-a-new-way-to-do-all-of-your-dns-calls-over-tor.html
dns-tor-proxy is a small DNS
server which you can run in your local system along with the Tor process. It
will use the SOCKS5 proxy provided from Tor, and route all of your DNS queries
over encrypted
Link: https://kushaldas.in/posts/introducing-dns-tor-proxy-a-new-way-to-do-all-of-your-dns-calls-over-tor.html
dns-tor-proxy is a small DNS
server which you can run in your local system along with the Tor process. It
will use the SOCKS5 proxy provided from Tor, and route all of your DNS queries
over encrypted
Django Weblog: Django bugfix releases issued: 3.0.8 and 2.2.14
Link: https://www.djangoproject.com/weblog/2020/jul/01/django-bugfix-releases-308-2214/
Today we've issued 3.0.8 and 2.2.14 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this rel
Link: https://www.djangoproject.com/weblog/2020/jul/01/django-bugfix-releases-308-2214/
Today we've issued 3.0.8 and 2.2.14 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this rel
Mike Driscoll: Python 101 – Learning About Tuples (Video)
Link: https://www.blog.pythonlibrary.org/2020/07/01/python-101-learning-about-tuples-video/
In this tutorial, you will learn about Python’s tuple data type:
If you prefer to read rather than watch, then you should check out Python 101 – Learning About Tuples
Get the Jupyter Notebook on Gith
Link: https://www.blog.pythonlibrary.org/2020/07/01/python-101-learning-about-tuples-video/
In this tutorial, you will learn about Python’s tuple data type:
If you prefer to read rather than watch, then you should check out Python 101 – Learning About Tuples
Get the Jupyter Notebook on Gith
The Mouse Vs. The Python
Python 101 - Learning About Tuples (Video) - The Mouse Vs. The Python
In this tutorial, you will learn about Python’s tuple data type: If you prefer to read rather than watch, then you should check out Python 101 – Learning About Tuples Get the Jupyter Notebook on Github
Tryton News: Newsletter July 2020
Link: https://discuss.tryton.org/t/newsletter-july-2020/2837
Sea Waves Splashing1280×1599 251 KB
Development has reached cruising speed.
A major improvement has landed which reduces memory usage on the server by between 30% and 40% and increases its speed by
Link: https://discuss.tryton.org/t/newsletter-july-2020/2837
Sea Waves Splashing1280×1599 251 KB
Development has reached cruising speed.
A major improvement has landed which reduces memory usage on the server by between 30% and 40% and increases its speed by
Tryton Discussion
Newsletter July 2020
Development has reached cruising speed. A major improvement has landed which reduces memory usage on the server by between 30% and 40% and increases its speed by around 15%. Contents: Changes for the user Changes for the system administrator Changes for…
PSF GSoC students blogs: Weekly Blog #3 (29th Jun - 6th Jul)
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-blog-3-29th-jun-6th-jul/
Hey everyone we are done with the first third of the program and I will use this blog to both give the weekly update as well as summarize the current state of progress. In the past 4 weeks , we have c
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-blog-3-29th-jun-6th-jul/
Hey everyone we are done with the first third of the program and I will use this blog to both give the weekly update as well as summarize the current state of progress. In the past 4 weeks , we have c
blogs.python-gsoc.org
Python GSoC - Weekly Blog #3 (29th Jun - 6th Jul) - arnav_k's Blog
Weekly Blog #3 (29th Jun - 6th Jul) - b25b8e5e-93b2-4597-ad96-d9f39dde2e0d - Python's Google Summer of Code Blogs Page
Mike Driscoll: PyDev of the Week: Philip James
Link: https://www.blog.pythonlibrary.org/2020/07/06/pydev-of-the-week-philip-james/
This week we welcome Philip James (@phildini) as our PyDev of the Week! Philip is a core contributor for Beeware project. He has worked on several other open source projects that you’ll learn about i
Link: https://www.blog.pythonlibrary.org/2020/07/06/pydev-of-the-week-philip-james/
This week we welcome Philip James (@phildini) as our PyDev of the Week! Philip is a core contributor for Beeware project. He has worked on several other open source projects that you’ll learn about i
The Mouse Vs. The Python
PyDev of the Week: Philip James - The Mouse Vs. The Python
This week we welcome Philip James (@phildini) as our PyDev of the Week! Philip is a core contributor for Beeware project. He has worked on several other open source projects that you’ll learn about in this interview. He is also a popular speaker at PyCons…
Pythonicity: GraphQL - ORM
Link: https://coady.github.io/posts/graphql-orm/
GraphQL is the new ORM.¶REST and ORMs are both infamous for:
over-fetching: fetching more data than is needed per request
under-fetching: fetching less data than is needed, requiring multiple requ
Link: https://coady.github.io/posts/graphql-orm/
GraphQL is the new ORM.¶REST and ORMs are both infamous for:
over-fetching: fetching more data than is needed per request
under-fetching: fetching less data than is needed, requiring multiple requ
Pythonicity
GraphQL - ORM
GraphQL is the new ORM.¶REST and ORMs are both infamous for:
over-fetching: fetching more data than is needed per request
under-fetching: fetching less data than is needed, requiring multiple request
over-fetching: fetching more data than is needed per request
under-fetching: fetching less data than is needed, requiring multiple request
PSF GSoC students blogs: GSoC: Week 6: class InputEngine
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-6-class-inputengine/
What did I do this week?
I have started working on input engine this week. Currently, we only have csv2cve which accepts csv file of vendor, product and version as input and produces list of CVEs as o
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-6-class-inputengine/
What did I do this week?
I have started working on input engine this week. Currently, we only have csv2cve which accepts csv file of vendor, product and version as input and produces list of CVEs as o
blogs.python-gsoc.org
Python GSoC - GSoC: Week 6: class InputEngine - Niraj-Kamdar's Blog
GSoC: Week 6: class InputEngine - a11606ad-8c5c-4794-9e35-f5cf9a8d0e11 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: GSoC: Week #6
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-6/
Hi!
What did you do this week?
I implemented the offset feature in ‘get_tiles_straight’ both with and without a region of interest for raw and ‘memory’ datasets, fixed the bug in ‘get_tiles_w_copy’ wh
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-6/
Hi!
What did you do this week?
I implemented the offset feature in ‘get_tiles_straight’ both with and without a region of interest for raw and ‘memory’ datasets, fixed the bug in ‘get_tiles_w_copy’ wh
blogs.python-gsoc.org
Python GSoC - GSoC: Week #6 - anandbaburajan's Blog
GSoC: Week #6 - 4a3e96df-d098-4929-8011-88901b0d2939 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 5 : Adding Functionality to the UI
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-5-adding-functionality-to-the-ui/
The first phase of coding is over, and I am really happy that I passed :)) 4 weeks back, I wasn't sure of my capabilities, but every day now feels good; like I am going to accomplish a lot! Every week
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-5-adding-functionality-to-the-ui/
The first phase of coding is over, and I am really happy that I passed :)) 4 weeks back, I wasn't sure of my capabilities, but every day now feels good; like I am going to accomplish a lot! Every week
blogs.python-gsoc.org
Python GSoC - Week 5 : Adding Functionality to the UI - ARYAN_GUPTA's Blog
Week 5 : Adding Functionality to the UI - a8bb065d-8553-4ccd-9d92-b9704e3fb7c5 - Python's Google Summer of Code Blogs Page
The Digital Cat: Flask project setup: TDD, Docker, Postgres and more - Part 2
Link: https://www.thedigitalcatonline.com/blog/2020/07/06/flask-project-setup-tdd-docker-postgres-and-more-part-2/
In this series of posts I explore the development of a Flask project with a setup that is built with efficiency and tidiness in mind, using TDD, Docker and Postgres.
Catch-up¶
In the previous post we
Link: https://www.thedigitalcatonline.com/blog/2020/07/06/flask-project-setup-tdd-docker-postgres-and-more-part-2/
In this series of posts I explore the development of a Flask project with a setup that is built with efficiency and tidiness in mind, using TDD, Docker and Postgres.
Catch-up¶
In the previous post we
Thedigitalcatonline
Flask project setup: TDD, Docker, Postgres and more - Part 2
A step-by-step tutorial on how to setup a Flask project with TDD, Docker and Postgres
PSF GSoC students blogs: Unleash content with Strapi and GraphQL in the feature request system in GSOC’20
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/unleash-content-with-strapi-and-graphql-in-the-feature-request-system-in-gsoc20/
You definitely received exactly what you wanted and you enjoyed using it. Now you just want to know how this actually works under the hood. Is it real magic? Did god just shaped it according to your n
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/unleash-content-with-strapi-and-graphql-in-the-feature-request-system-in-gsoc20/
You definitely received exactly what you wanted and you enjoyed using it. Now you just want to know how this actually works under the hood. Is it real magic? Did god just shaped it according to your n
blogs.python-gsoc.org
Python GSoC - Unleash content with Strapi and GraphQL in the feature request system in GSOC’20 - sharmaaditya570191's Blog
Unleash content 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
Stack Abuse: 'is' vs '==' in Python - Object Comparison
Link: https://stackabuse.com/is-vs-python-object-comparison/
'is' vs '==' in Python
Python has two very similar operators for checking whether two objects are equal. These two operators are is and ==.
They are usually confused with one another because with simp
Link: https://stackabuse.com/is-vs-python-object-comparison/
'is' vs '==' in Python
Python has two very similar operators for checking whether two objects are equal. These two operators are is and ==.
They are usually confused with one another because with simp
Stack Abuse
'is' vs '==' in Python - Object Comparison
In this tutorial, we'll dive into the difference between the 'is' and '==' operators in Python. We'll cover use cases of both and overload the '==' operator for custom value comparison.