PSF GSoC students blogs: [Community Bonding Period] What is Automatic Differentiation?
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/community-bonding-period-what-is-automatic-differentiation/
<meta charset="utf-8">The optimization process of deep learning models is based on the gradient descent method. Deep learning frameworks such as PyTorch and Tensorflow can be divided into three parts:
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/community-bonding-period-what-is-automatic-differentiation/
<meta charset="utf-8">The optimization process of deep learning models is based on the gradient descent method. Deep learning frameworks such as PyTorch and Tensorflow can be divided into three parts:
blogs.python-gsoc.org
Python GSoC - [Community Bonding Period] What is Automatic Differentiation? - sangyx's Blog
[Community Bonding Period] What is Automatic Differentiation? - 1bce70eb-f2bf-49ed-87e2-67410e1d91c9 - Python's Google Summer of Code Blogs Page
Stack Abuse: The Factory Method Design Pattern in Python
Link: https://stackabuse.com/the-factory-method-design-pattern-in-python/
Introduction
In this article, we'll be diving into the Factory Method Design Pattern, implemented in Python.
Design Patterns define tried and tested solutions to various recurring problems in software
Link: https://stackabuse.com/the-factory-method-design-pattern-in-python/
Introduction
In this article, we'll be diving into the Factory Method Design Pattern, implemented in Python.
Design Patterns define tried and tested solutions to various recurring problems in software
Stack Abuse
The Factory Method Design Pattern in Python
In this tutorial, we'll go through an example and implementation of the Factory Method Design Pattern in Python, alongside the motivation and definition.
Real Python: Creating and Modifying PDF Files in Python
Link: https://realpython.com/creating-modifying-pdf/
The PDF, or Portable Document Format, is one of the most common formats for sharing documents over the Internet. PDFs can contain text, images, tables, forms, and rich media like videos and animations
Link: https://realpython.com/creating-modifying-pdf/
The PDF, or Portable Document Format, is one of the most common formats for sharing documents over the Internet. PDFs can contain text, images, tables, forms, and rich media like videos and animations
Realpython
Create and Modify PDF Files in Python – Real Python
In this tutorial, you'll explore the different ways of creating and modifying PDF files in Python. You'll learn how to read and extract text, merge and concatenate files, crop and rotate pages, encrypt and decrypt files, and even create PDFs from scratch.
Will McGugan: Rich gets Richer
Link: https://www.willmcgugan.com/blog/tech/post/rich-gets-richer/
Since my last post on Rich there have been a number of improvements. Here are the major highlights:
Indeterminate progress bars
Progress bars now have an indeterminate state which displays a pulsing a
Link: https://www.willmcgugan.com/blog/tech/post/rich-gets-richer/
Since my last post on Rich there have been a number of improvements. Here are the major highlights:
Indeterminate progress bars
Progress bars now have an indeterminate state which displays a pulsing a
Will McGugan Tech
Rich gets Richer
<p>New features in Rich 1.2.3</p>
Peter Hoffmann: Using turbodbc to access Azure Synapse SQL-on-Demand endpoints
Link: http://peter-hoffmann.com/2020/clients-and-data-access-with-turbodbc-to-azure-synapse-sql-on-demand.html
ODBC access via turbodbc/python
Azure Synapse SQL-on-Demand
pools can be accessed though an odbc compatible client from python.
First you need to grant access to the sql endpoint for an external DB us
Link: http://peter-hoffmann.com/2020/clients-and-data-access-with-turbodbc-to-azure-synapse-sql-on-demand.html
ODBC access via turbodbc/python
Azure Synapse SQL-on-Demand
pools can be accessed though an odbc compatible client from python.
First you need to grant access to the sql endpoint for an external DB us
Peter-Hoffmann
Using turbodbc to access Azure Synapse SQL-on-Demand endpoints
Azure Synapse SQL-on-Demand offers a web client, the desktop version
Azure Data studio and odbc access with turbodbc to query parquet files in
the Azure Data Lake.
Azure Data studio and odbc access with turbodbc to query parquet files in
the Azure Data Lake.
Peter Hoffmann: DuckDB vs Azure Synapse SQL-on-Demand with parquet
Link: http://peter-hoffmann.com/2020/duckdb-vs-azure-synapse-sql-on-demand.html
Short Disclaimer: This post is comparing apples to oranges, because
DuckDB is an embedded database designed to execute
analytical SQL queries on your local machine, whereas Azure Synapse
SQL-on-Demand
Link: http://peter-hoffmann.com/2020/duckdb-vs-azure-synapse-sql-on-demand.html
Short Disclaimer: This post is comparing apples to oranges, because
DuckDB is an embedded database designed to execute
analytical SQL queries on your local machine, whereas Azure Synapse
SQL-on-Demand
Peter-Hoffmann
DuckDB vs Azure Synapse SQL-on-Demand with parquet
Inspired by Uwe Korns post on DuckDB this post shows how to use
Azure Synapse SQL-on-Demand to query parquet files with T-SQL on
a serverless cloud infrastructure.
Azure Synapse SQL-on-Demand to query parquet files with T-SQL on
a serverless cloud infrastructure.
Full Stack Python: Reporting Exceptions in Python Scripts with Sentry
Link: https://www.fullstackpython.com/blog/report-exceptions-python-scripts-sentry.html
Python scripts are the glue that keep many applications and their
infrastructure running, but when one of your scripts throws an exception
you may not know about it immediately unless you have a cen
Link: https://www.fullstackpython.com/blog/report-exceptions-python-scripts-sentry.html
Python scripts are the glue that keep many applications and their
infrastructure running, but when one of your scripts throws an exception
you may not know about it immediately unless you have a cen
Fullstackpython
Reporting Exceptions in Python Scripts with Sentry
Learn how to catch exceptions in Python scripts and then use Sentry to store and analyze the errors. Great post on fullstackpython.com!
Luke Plant: Keyword-only arguments in Python
Link: https://lukeplant.me.uk/blog/posts/keyword-only-arguments-in-python/
Keyword-only arguments are a feature that has been around since Python 3.0. But I’ve seen and
used them much less use that I could have. They are described in PEP 3102, which is pretty readable, but I
Link: https://lukeplant.me.uk/blog/posts/keyword-only-arguments-in-python/
Keyword-only arguments are a feature that has been around since Python 3.0. But I’ve seen and
used them much less use that I could have. They are described in PEP 3102, which is pretty readable, but I
Podcast.__init__: Dependency Management Improvements In Pip's Resolver
Link: https://www.pythonpodcast.com/pip-resolver-dependency-management-episode-264/
Dependency management in Python has taken a long and winding path, which has led to the current dominance of Pip. One of the remaining shortcomings is the lack of a robust mechanism for resolving the
Link: https://www.pythonpodcast.com/pip-resolver-dependency-management-episode-264/
Dependency management in Python has taken a long and winding path, which has led to the current dominance of Pip. One of the remaining shortcomings is the lack of a robust mechanism for resolving the
The Python Podcast.__init__
The Python Podcast.__init__: Dependency Management Improvements In Pip's Resolver
An interview about upgrading Pip's dependency resolution algorithm to improve the landscape of dependency management in Python.
Tryton News: Security Release for issue9351
Link: https://discuss.tryton.org/t/security-release-for-issue9351/2772
@ced wrote:
Synopsis
A vulnerability in sao has been found by Benjamin Kunz Mejri at Vulnerability-Lab. But they publish it without using our responsive disclosure procedure so we had to make this fi
Link: https://discuss.tryton.org/t/security-release-for-issue9351/2772
@ced wrote:
Synopsis
A vulnerability in sao has been found by Benjamin Kunz Mejri at Vulnerability-Lab. But they publish it without using our responsive disclosure procedure so we had to make this fi
Tryton Discussion
Security Release for issue9351
Synopsis A vulnerability in sao has been found by Benjamin Kunz Mejri at Vulnerability-Lab. But they publish it without using our responsive disclosure procedure so we had to make this fix in the hurry. With issue9351 , the web client does not escape the…
Kushal Das: Using Rust to access Internet over Tor via SOCKS proxy 🦀
Link: https://kushaldas.in/posts/using-rust-to-access-internet-over-tor-via-socks-proxy.html
Tor provides a SOCKS proxy so that you can have any application using the same
to connect the Onion network. The default port is 9050. The Tor Browser also
provides the same service on port 9150. In
Link: https://kushaldas.in/posts/using-rust-to-access-internet-over-tor-via-socks-proxy.html
Tor provides a SOCKS proxy so that you can have any application using the same
to connect the Onion network. The default port is 9050. The Tor Browser also
provides the same service on port 9150. In
Programiz: Python RegEx
Link: https://www.programiz.com/python-programming/regex
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
Link: https://www.programiz.com/python-programming/regex
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
Programiz
Python RegEx (With Examples)
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
S. Lott: Modern Python Cookbook 2nd ed -- big milestone
Link: http://slott-softwarearchitect.blogspot.com/2020/05/modern-python-cookbook-2nd-ed-big.html
Whew.Chapter rewrites finished.Technical reviews in process.Things are going pretty well. Look for Packt to publish this in the next few months. Details will be posted.Now. For LinkedIn Learning cours
Link: http://slott-softwarearchitect.blogspot.com/2020/05/modern-python-cookbook-2nd-ed-big.html
Whew.Chapter rewrites finished.Technical reviews in process.Things are going pretty well. Look for Packt to publish this in the next few months. Details will be posted.Now. For LinkedIn Learning cours
Blogspot
Modern Python Cookbook 2nd ed -- big milestone
Whew. Chapter rewrites finished. Technical reviews in process. Things are going pretty well. Look for Packt to publish this in the nex...
Catalin George Festila: Python Qt5 - PyQt5 and PyGame compatibility with source code.
Link: http://python-catalin.blogspot.com/2020/05/python-qt5-pyqt5-and-pygame.html
This tutorial tries to solve from the objectives related to solving and stabilizing compatibility errors between PyQt4 and PyQt5 and creating a common interface between PyQt5 and PyGame.There is alway
Link: http://python-catalin.blogspot.com/2020/05/python-qt5-pyqt5-and-pygame.html
This tutorial tries to solve from the objectives related to solving and stabilizing compatibility errors between PyQt4 and PyQt5 and creating a common interface between PyQt5 and PyGame.There is alway
Blogspot
Python Qt5 - PyQt5 and PyGame compatibility with source code.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Real Python: A Beginner's Guide to Pip
Link: https://realpython.com/courses/what-is-pip/
What is pip? pip is the standard package manager for Python. It allows you to install and manage additional packages that are not part of the Python standard library. This course is an introduction to
Link: https://realpython.com/courses/what-is-pip/
What is pip? pip is the standard package manager for Python. It allows you to install and manage additional packages that are not part of the Python standard library. This course is an introduction to
Realpython
A Beginner's Guide to pip – Real Python
What is pip? In this beginner-friendly course, you'll learn how to use pip, the standard package manager for Python, so that you can install and manage additional packages that are not part of the Python standard library.
PyCoder’s Weekly: Issue #422 (May 26, 2020)
Link: https://pycoders.com/issues/422
#422 – MAY 26, 2020 View in Browser » Waiting in asyncio There are many ways to wait on the results of a coroutine in Python’s asyncio framework. They all have different properties and use cases
Link: https://pycoders.com/issues/422
#422 – MAY 26, 2020 View in Browser » Waiting in asyncio There are many ways to wait on the results of a coroutine in Python’s asyncio framework. They all have different properties and use cases
Pycoders
PyCoder’s Weekly | Issue #422
Issue #422 of the PyCoder’s Weekly newsletter, published May 26, 2020.
Mike Driscoll: Python 101 – Learning About Loops
Link: https://www.blog.pythonlibrary.org/2020/05/27/python-101-learning-about-loops/
There are many times when you are writing code that you will need to find a way to iterate over something. Perhaps you’ll need to iterate over the letters in a string or the objects in a list. The pro
Link: https://www.blog.pythonlibrary.org/2020/05/27/python-101-learning-about-loops/
There are many times when you are writing code that you will need to find a way to iterate over something. Perhaps you’ll need to iterate over the letters in a string or the objects in a list. The pro
Mouse Vs Python
Python 101 - Learning About Loops
Gain practical, real-world Python skills with our resources and pathway
IslandT: Return people from a list and dictionary with Python
Link: https://kibiwebgeek.com/return-people-from-a-list-and-dictionary-with-python/
In this article, we are going to return a list of names that show whether that person is nice or naughty based on True (Nice) or False (Naughty) value from the ‘was_nice’ key within a list of dictiona
Link: https://kibiwebgeek.com/return-people-from-a-list-and-dictionary-with-python/
In this article, we are going to return a list of names that show whether that person is nice or naughty based on True (Nice) or False (Naughty) value from the ‘was_nice’ key within a list of dictiona
Kibiwebgeek
Return people from a list and dictionary with Python
In this article, we are going to return a list of names that show whether that person is nice or naughty based on True (Nice) or False (Naughty) value from the 'was_nice' key within a list of...
Codementor: Pros and Cons of Python: A Definitive Python Web Development Guide
Link: https://www.codementor.io/samwatt/pros-and-cons-of-python-a-definitive-python-web-development-guide-16uiqebwb2
Python web development is a popular programming language for most companies today. Read here the 5 Important pros and cons of using python for web development.
Link: https://www.codementor.io/samwatt/pros-and-cons-of-python-a-definitive-python-web-development-guide-16uiqebwb2
Python web development is a popular programming language for most companies today. Read here the 5 Important pros and cons of using python for web development.
www.codementor.io
Pros and Cons of Python: A Definitive Python Web Development Guide | Codementor
Python web development is a popular programming language for most companies today. Read here the 5 Important pros and cons of using python for web development.
Real Python: How to Write an Installable Django App
Link: https://realpython.com/installable-django-app/
In the Django framework, a project refers to the collection of configuration files and code for a particular website. Django groups business logic into what it calls apps, which are the modules of the
Link: https://realpython.com/installable-django-app/
In the Django framework, a project refers to the collection of configuration files and code for a particular website. Django groups business logic into what it calls apps, which are the modules of the
Realpython
How to Write an Installable Django App – Real Python
In this step-by-step tutorial, you'll learn how to create an installable Django app. You'll cover everything you need to know, from extracting your app from a Django project to turning it into a package that's available on PyPI and installable through pip.
Gaël Varoquaux: Technical discussions are hard; a few tips
Link: http://gael-varoquaux.info/programming/technical-discussions-are-hard-a-few-tips.html
Note
This post discuss the difficulties of communicating while developing
open-source projects and tries to gives some simple advice.
A large software project is above all a social exercise in whic
Link: http://gael-varoquaux.info/programming/technical-discussions-are-hard-a-few-tips.html
Note
This post discuss the difficulties of communicating while developing
open-source projects and tries to gives some simple advice.
A large software project is above all a social exercise in whic
gael-varoquaux.info
Technical discussions are hard; a few tips -- Gaël Varoquaux: computer / data / health science
Gaël Varoquaux, computer / data / health science