Test and Code: 152: Python Packaging - Brett Cannon
Link: https://testandcode.com/152
I always learn a lot when I talk to Brett, and this episode is no exception.
We talk about the packaging workflow, tools, changes, pyproject.toml, flit, setuptools, and so much more.
I hope you learn
Link: https://testandcode.com/152
I always learn a lot when I talk to Brett, and this episode is no exception.
We talk about the packaging workflow, tools, changes, pyproject.toml, flit, setuptools, and so much more.
I hope you learn
Test & Code : Python Testing
Test & Code : Python Testing 152: Python Packaging - Brett Cannon
I always learn a lot when I talk to Brett, and this episode is no exception.
We talk about the packaging workflow, tools, changes, pyproject.toml, flit, setuptools, and so much more.
I hope you learn as much as I did in this great discussion.
We talk about the packaging workflow, tools, changes, pyproject.toml, flit, setuptools, and so much more.
I hope you learn as much as I did in this great discussion.
Python Morsels: Breaking up long lines of code in Python
Link: https://www.pythonmorsels.com/topics/breaking-long-lines-code-python/
Transcript
Let's talk about breaking up long lines of code in Python.
Breaking up a long line of code
Let's say the import statement below is longer than I'd like for a single continuous line:
from
Link: https://www.pythonmorsels.com/topics/breaking-long-lines-code-python/
Transcript
Let's talk about breaking up long lines of code in Python.
Breaking up a long line of code
Let's say the import statement below is longer than I'd like for a single continuous line:
from
Pythonmorsels
Breaking up long lines of code in Python
Real Python: The Real Python Podcast – Episode #59: Organizing and Restructuring DjangoCon Europe 2021
Link: https://realpython.com/podcasts/rpp/59/
Are you interested in learning more about Django? Would you like to meet other professionals and learn how they are using Django? DjangoCon Europe 2021 is virtual this year, and you can join in from a
Link: https://realpython.com/podcasts/rpp/59/
Are you interested in learning more about Django? Would you like to meet other professionals and learn how they are using Django? DjangoCon Europe 2021 is virtual this year, and you can join in from a
Realpython
Episode #59: Organizing and Restructuring DjangoCon Europe 2021 – The Real Python Podcast
Are you interested in learning more about Django? Would you like to meet other professionals and learn how they are using Django? DjangoCon Europe 2021 is virtual this year, and you can join in from anywhere in the world. This week on the show, we have Miguel…
Stack Abuse: Python: Get Last Element in List
Link: https://stackabuse.com/python-get-last-element-in-list/
Introduction
In this tutorial, we'll take a look at some of the most common ways to find the last element in a list in Python. First, we will cover the simplest and most Pythonic way and then show som
Link: https://stackabuse.com/python-get-last-element-in-list/
Introduction
In this tutorial, we'll take a look at some of the most common ways to find the last element in a list in Python. First, we will cover the simplest and most Pythonic way and then show som
Stack Abuse
Python: Get Last Element in List
In this tutorial, we'll take a look at how to get the last element in a Python list with code examples and compare them to adhere to best coding practices.
Python for Beginners: How to Best Use Try-Except in Python
Link: https://www.pythonforbeginners.com/error-handling/how-to-best-use-try-except-in-python
Exception handling allows us to enforce constraints on variables to implement our business logic in the computer program and it also enables us to write a robust program which can handle different ty
Link: https://www.pythonforbeginners.com/error-handling/how-to-best-use-try-except-in-python
Exception handling allows us to enforce constraints on variables to implement our business logic in the computer program and it also enables us to write a robust program which can handle different ty
PythonForBeginners.com
How to Best Use Try-Except in Python - PythonForBeginners.com
How to Best Use Try-Except in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
PyCon: Building a multi-tenant content-based recommender with automated training
Link: https://pycon.blogspot.com/2021/05/building-multi-tenant-content-based.html
Problem Statement and BackgroundThe problem we are tackling here is assisting customer service agents in finding answers to customer problems accurately and fast.To answer customer questions, custome
Link: https://pycon.blogspot.com/2021/05/building-multi-tenant-content-based.html
Problem Statement and BackgroundThe problem we are tackling here is assisting customer service agents in finding answers to customer problems accurately and fast.To answer customer questions, custome
Blogspot
Building a multi-tenant content-based recommender with automated training
The Salesforce team is looking forward to meeting you remotely at PyCon 2021! In the meantime, check out this case study on how they solved ...
STX Next: Is Python a Good Choice for Finance?
Link: https://www.stxnext.com/blog/is-python-a-good-choice-for-finance
Finance is a complex world, now more than ever. You’ve got blockchain, hundreds of cryptocurrencies, NFTs, easy trading with Robinhood and similar apps, and much more. It’s a crazy, complex world
Link: https://www.stxnext.com/blog/is-python-a-good-choice-for-finance
Finance is a complex world, now more than ever. You’ve got blockchain, hundreds of cryptocurrencies, NFTs, easy trading with Robinhood and similar apps, and much more. It’s a crazy, complex world
Stxnext
Is Python a Good Choice for Finance?
Python is the most popular programming language for financial institutions and fintech companies. Visit our blog and find out why Python is a great choice for finance.
Quansight Labs Blog: Rethinking Jupyter Interactive Documentation
Link: https://labs.quansight.org/blog/2021/05/rethinking-jupyter-documentation/
Jupyter Notebook first release was 8 years ago – under the IPython Notebook
name at the time. Even if notebooks were not invented by Jupyter; they were
definitely democratized by it. Being Web powered
Link: https://labs.quansight.org/blog/2021/05/rethinking-jupyter-documentation/
Jupyter Notebook first release was 8 years ago – under the IPython Notebook
name at the time. Even if notebooks were not invented by Jupyter; they were
definitely democratized by it. Being Web powered
Quansight Labs
Rethinking Jupyter Interactive Documentation
Jupyter Notebook first release was 8 years ago – under the IPython Notebook
name at the time. Even if notebooks were not invented by Jupyter; they were
definitely democratized by it. Being Web powered
name at the time. Even if notebooks were not invented by Jupyter; they were
definitely democratized by it. Being Web powered
PyBites: Fast Emoji Lookup from the Command Line
Link: https://pybit.es/emojisearcher.html
Today I wanted to share a little app I built the other day to search emojis from the command line.
This surely can be done via the OS (and Slack is the absolute winner for their emoji autocomplete!),
Link: https://pybit.es/emojisearcher.html
Today I wanted to share a little app I built the other day to search emojis from the command line.
This surely can be done via the OS (and Slack is the absolute winner for their emoji autocomplete!),
PyBites
Fast Emoji Lookup from the Command Line
Today I wanted to share a little app I built the other day to search emojis from the command line.
Talk Python to Me: #315 Awesome FastAPI extensions and add ons
Link: https://talkpython.fm/episodes/show/315/awesome-fastapi-extensions-and-add-ons
Have you heard that FastAPI is awesome? We have Michael Herman back on the show to help us make it even more awesome with his FastAPI awesome list. He's categorized many extensions and other libraries
Link: https://talkpython.fm/episodes/show/315/awesome-fastapi-extensions-and-add-ons
Have you heard that FastAPI is awesome? We have Michael Herman back on the show to help us make it even more awesome with his FastAPI awesome list. He's categorized many extensions and other libraries
talkpython.fm
Awesome FastAPI extensions and add ons
Have you heard that FastAPI is awesome? We have Michael Herman back on the show to help us make it even more awesome with his FastAPI awesome list. He's categorized many extensions and other libraries working with FastAPI to help you be even more efficient…
Python Pool: 9 Ways To Convert Dictionary to List in Python
Link: https://www.pythonpool.com/dictionary-to-list-python/?utm_source=rss&utm_medium=rss&utm_campaign=dictionary-to-list-python
Python has different types of data structures to manage your data efficiently. Lists are simple sequential data, whereas a dictionary is a key-value pair data. Both of them have unique usability and i
Link: https://www.pythonpool.com/dictionary-to-list-python/?utm_source=rss&utm_medium=rss&utm_campaign=dictionary-to-list-python
Python has different types of data structures to manage your data efficiently. Lists are simple sequential data, whereas a dictionary is a key-value pair data. Both of them have unique usability and i
Python Pool
9 Ways To Convert Dictionary to List in Python
Python has different types of data structures to manage your data efficiently. Lists are simple sequential data, whereas a dictionary is a key-value pair
Weekly Python StackOverflow Report: (cclxxiv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2021/05/cclxxiv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-05-08 17:36:50 GMTConfusing Speaker labels timestamps from Watson
Link: http://python-weekly.blogspot.com/2021/05/cclxxiv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-05-08 17:36:50 GMTConfusing Speaker labels timestamps from Watson
Blogspot
(cclxxiv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2021...
"Morphex's Blogologue": An IMAP migration script
Link: http://blogologue.com/blog_entry?id=1620582828X36
So, last December I got an email from the email hosting provider for Nidelven IT that the email server would be taken down in 6 months time.I didn't like the timing, as I was in court process, the thi
Link: http://blogologue.com/blog_entry?id=1620582828X36
So, last December I got an email from the email hosting provider for Nidelven IT that the email server would be taken down in 6 months time.I didn't like the timing, as I was in court process, the thi
BreadcrumbsCollector: GRASP Controller pattern in Python
Link: https://breadcrumbscollector.tech/grasp-controller-pattern-in-python/
Welcome to the first post from the GRASP series. GRASP stands for General Responsibility Assignment Software Principles. It is a great aid for Object-Oriented Design (but not really exclusive for OOP!
Link: https://breadcrumbscollector.tech/grasp-controller-pattern-in-python/
Welcome to the first post from the GRASP series. GRASP stands for General Responsibility Assignment Software Principles. It is a great aid for Object-Oriented Design (but not really exclusive for OOP!
breadcrumbs collector.tech
GRASP Controller pattern in Python
Welcome to the first post from the GRASP series. GRASP stands for General Responsibility Assignment Software Principles. It is a great aid for Object-Oriented Design (but not really exclusive for OOP!). It is all about putting responsibilities in code structures…
Terry Jones: Simpler Twisted deferred code via decorated callbacks
Link: http://blogs.fluidinfo.com/terry/2012/10/14/simpler-twisted-deferred-code-via-decorated-callbacks/
This morning I was thinking about Twisted deferreds and how people find them difficult to grasp, but how they’re conceptually simple once you get it. I guess most of us tell people a deferred is some
Link: http://blogs.fluidinfo.com/terry/2012/10/14/simpler-twisted-deferred-code-via-decorated-callbacks/
This morning I was thinking about Twisted deferreds and how people find them difficult to grasp, but how they’re conceptually simple once you get it. I guess most of us tell people a deferred is some
AI Pool: Random Forests Understanding
Link: https://ai-pool.com/a/s/random-forests-understanding
Intuition and Implementation on a key algorithm to reduce overfitting in tree based algorithms
Link: https://ai-pool.com/a/s/random-forests-understanding
Intuition and Implementation on a key algorithm to reduce overfitting in tree based algorithms
Ai-Pool
Random Forests Understanding
Intuition and Implementation on a key algorithm to reduce overfitting in tree based algorithms
Zato Blog: Resilient REST APIs with SSL/TLS client certificates
Link: https://zato.io/blog/posts/howto-rest-api-client-cert.html
This how-to is about ensuring that only API clients with valid SSL/TLS certificates,
including expected certificate fingerprints or other metadata, can invoke selected REST endpoints.
In this way, we
Link: https://zato.io/blog/posts/howto-rest-api-client-cert.html
This how-to is about ensuring that only API clients with valid SSL/TLS certificates,
including expected certificate fingerprints or other metadata, can invoke selected REST endpoints.
In this way, we
zato.io
Zato Blog
Mike Driscoll: PyDev of the Week: Parker Allen
Link: https://www.blog.pythonlibrary.org/2021/05/10/pydev-of-the-week-parker-allen/
This week we welcome Parker Allen as our PyDev of the Week! Parker works at Bentobox a restaurant software company that uses Python on its backend.
Let’s spend some time getting to know Parker!
Can y
Link: https://www.blog.pythonlibrary.org/2021/05/10/pydev-of-the-week-parker-allen/
This week we welcome Parker Allen as our PyDev of the Week! Parker works at Bentobox a restaurant software company that uses Python on its backend.
Let’s spend some time getting to know Parker!
Can y
Mouse Vs Python
PyDev of the Week: Parker Allen - Mouse Vs Python
Gain practical, real-world Python skills with our resources and pathway
Codementor: How To Handle Dropdowns In Selenium WebDriver Using Python?
Link: https://www.codementor.io/harshitpaul/how-to-handle-dropdowns-in-selenium-webdriver-using-python-1hrb8g68oe
While dealing with access forms, you'd often have to handle dropdown. Here's how you can handle them with Selenium WebDriver in Selenium using the 'Select' class.
Link: https://www.codementor.io/harshitpaul/how-to-handle-dropdowns-in-selenium-webdriver-using-python-1hrb8g68oe
While dealing with access forms, you'd often have to handle dropdown. Here's how you can handle them with Selenium WebDriver in Selenium using the 'Select' class.
www.codementor.io
How To Handle Dropdowns In Selenium WebDriver Using Python? | Codementor
While dealing with access forms, you'd often have to handle dropdown. Here's how you can handle them with Selenium WebDriver in Selenium using the 'Select' class.
EuroPython: EuroPython 2021: Call for Proposals (CFP) extended until May 16
Link: https://blog.europython.eu/europython-2021-cfp-extended-until-may-16/
We've decided to extend the deadline for our Call for Proposals until Sunday, May 16, 23:59:59 CEST. We are still looking for a few more proposals, especially for posters, training sessions, and helpd
Link: https://blog.europython.eu/europython-2021-cfp-extended-until-may-16/
We've decided to extend the deadline for our Call for Proposals until Sunday, May 16, 23:59:59 CEST. We are still looking for a few more proposals, especially for posters, training sessions, and helpd
EuroPython Blog
EuroPython 2021: Call for Proposals (CFP) extended until May 16
We've decided to extend the deadline for our Call for Proposals until Sunday, May 16, 23:59:59 CEST. We are still looking for a few more proposals, especially for posters, training sessions, and helpdesks. For more information about submitting a proposal…