Podcast.__init__: An Open Source Toolchain For Natural Language Processing From Explosion AI
Link: https://www.pythonpodcast.com/explosion-ai-natural-language-processing-episode-256/
The state of the art in natural language processing is a constantly moving target. With the rise of deep learning, previously cutting edge techniques have given way to robust language models. Through
Link: https://www.pythonpodcast.com/explosion-ai-natural-language-processing-episode-256/
The state of the art in natural language processing is a constantly moving target. With the rise of deep learning, previously cutting edge techniques have given way to robust language models. Through
The Python Podcast.__init__
The Python Podcast.__init__: An Open Source Toolchain For Natural Language Processing From Explosion AI
An interview with Explosion AI co-founder about building a business around an open source tool chain for natural language processing
Codementor: How to Install Odoo 13 in Ubuntu 18.04 ?
Link: https://www.codementor.io/pateljainikkumar/how-to-install-odoo-13-in-ubuntu-18-04-151athvq9j
Install Odoo13, Ubuntu 18.04
Link: https://www.codementor.io/pateljainikkumar/how-to-install-odoo-13-in-ubuntu-18-04-151athvq9j
Install Odoo13, Ubuntu 18.04
www.codementor.io
How to Install Odoo 13 in Ubuntu 18.04 ? | Codementor
Install Odoo13, Ubuntu 18.04
IslandT: Lists in python example
Link: https://kibiwebgeek.com/lists-in-python-example/
This is the final chapter of the lists in python topic, in this chapter we will create an example that will remove the duplicate student names within a student list with the help of the python loop.
W
Link: https://kibiwebgeek.com/lists-in-python-example/
This is the final chapter of the lists in python topic, in this chapter we will create an example that will remove the duplicate student names within a student list with the help of the python loop.
W
Kibiwebgeek
Lists in python example
This is the final chapter of the lists in python topic, in this chapter we will create an example that will remove the duplicate student names within a student list with the help of the python...
Mike Driscoll: Python 101 – Learning About Dictionaries
Link: http://www.blog.pythonlibrary.org/2020/03/31/python-101-learning-about-dictionaries/
Dictionaries are another fundamental data type in Python. A dictionary is a key, value pair. Some programming languages refer to them as hash tables. They are described as a mapping object that maps h
Link: http://www.blog.pythonlibrary.org/2020/03/31/python-101-learning-about-dictionaries/
Dictionaries are another fundamental data type in Python. A dictionary is a key, value pair. Some programming languages refer to them as hash tables. They are described as a mapping object that maps h
Programiz: Python main function
Link: https://www.programiz.com/python-programming/main-function
In this tutorial, we will learn how to use a Python program's __name__ attribute to run it dynamically in different contexts.
Link: https://www.programiz.com/python-programming/main-function
In this tutorial, we will learn how to use a Python program's __name__ attribute to run it dynamically in different contexts.
Programiz
Python Main function
In this tutorial, we will learn how to use a Python program's __name__ attribute to run it dynamically in different contexts.
Kushal Das: Introducing ManualBox project
Link: https://kushaldas.in/posts/introducing-manualbox-project.html
One of the major security features of the QubesOS
is the file vaults, where access to specific files can only happen via user
input in the GUI applet. Same goes to the
split-ssh, where the user has t
Link: https://kushaldas.in/posts/introducing-manualbox-project.html
One of the major security features of the QubesOS
is the file vaults, where access to specific files can only happen via user
input in the GUI applet. Same goes to the
split-ssh, where the user has t
Codementor: Michael Kennedy almost learned Python in the 90s... and other things I learned recording his DevJourney
Link: https://www.codementor.io/timothepdotnet/michael-kennedy-almost-learned-python-in-the-90s-and-other-things-i-learned-recording-his-devjourney-15251q3mqd
Michael Kennedy is a podcaster and a trainer. After interviewing him for the DevJourney podcast, here are the key takeways I personally took out of the discussion.
Link: https://www.codementor.io/timothepdotnet/michael-kennedy-almost-learned-python-in-the-90s-and-other-things-i-learned-recording-his-devjourney-15251q3mqd
Michael Kennedy is a podcaster and a trainer. After interviewing him for the DevJourney podcast, here are the key takeways I personally took out of the discussion.
www.codementor.io
Michael Kennedy almost learned Python in the 90s... and other things I learned recording his DevJourney | Codementor
Michael Kennedy is a podcaster and a trainer. After interviewing him for the DevJourney podcast, here are the key takeways I personally took out of the discussion.
Python Software Foundation: PSF's Projected 2020 Financial Outcome
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ft6nIyIxM-w/psfs-projected-2020-financial-outcome.html
The Python Software Foundation (PSF) is a 501(c)(3) non-profit organization dedicated to the Python community and programming language, as well as running PyCon US. Since PyCon US 2020 was cancelled,
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ft6nIyIxM-w/psfs-projected-2020-financial-outcome.html
The Python Software Foundation (PSF) is a 501(c)(3) non-profit organization dedicated to the Python community and programming language, as well as running PyCon US. Since PyCon US 2020 was cancelled,
Blogspot
PSF's Projected 2020 Financial Outcome
The Python Software Foundation (PSF) is a 501(c)(3) non-profit organization dedicated to the Python community and programming language,...
EuroPython: EuroPython 2020: Online conference from July 23-26
Link: https://blog.europython.eu/post/614102095419850752
In the last two weeks, we have
discussed and investigated concepts around running this year’s
EuroPython conference as an online conference. We have looked at
conference tools, your feedback, drafted
Link: https://blog.europython.eu/post/614102095419850752
In the last two weeks, we have
discussed and investigated concepts around running this year’s
EuroPython conference as an online conference. We have looked at
conference tools, your feedback, drafted
blog.europython.eu
EuroPython Blog
EuroPython 2020: Online conference from July 23-26 In the last two weeks, we have discussed and investigated concepts around running this year’s EuroPython conference as an online conference. We have...
Real Python: Comparing Python Objects the Right Way: "is" vs "=="
Link: https://realpython.com/courses/python-is-identity-vs-equality/
There’s a subtle difference between the Python identity operator (is) and the equality operator (==). Your code can run fine when you use the Python is operator to compare numbers, until it suddenly d
Link: https://realpython.com/courses/python-is-identity-vs-equality/
There’s a subtle difference between the Python identity operator (is) and the equality operator (==). Your code can run fine when you use the Python is operator to compare numbers, until it suddenly d
Realpython
Comparing Python Objects the Right Way: "is" vs "==" – Real Python
In this quick and practical course, you'll learn when to use the Python is, is not, == and != operators. You'll see what these comparison operators do under the hood, dive into some quirks of object identity and interning, and define a custom class.
Continuum Analytics Blog: Securing Pangeo with Dask Gateway
Link: https://www.anaconda.com/securing-pangeo-with-dask-gateway/
This post is also available on the Pangeo blog. Over the past few weeks, we have made some exciting changes to Pangeo’s cloud deployments. These changes will make using Pangeo’s clusters easier for us
Link: https://www.anaconda.com/securing-pangeo-with-dask-gateway/
This post is also available on the Pangeo blog. Over the past few weeks, we have made some exciting changes to Pangeo’s cloud deployments. These changes will make using Pangeo’s clusters easier for us
Anaconda
Securing Pangeo with Dask Gateway - Anaconda
Over the past few weeks, we have made some exciting changes to Pangeo's cloud deployments with Dask Gateway.
PyCoder’s Weekly: Issue #414 (March 31, 2020)
Link: https://pycoders.com/issues/414
#414 – MARCH 31, 2020 View in Browser » Automatically Finding Codenames Clues With GloVe Vectors In the Czech boardgame Codenames, one player must come up with a single-word clue that prompts th
Link: https://pycoders.com/issues/414
#414 – MARCH 31, 2020 View in Browser » Automatically Finding Codenames Clues With GloVe Vectors In the Czech boardgame Codenames, one player must come up with a single-word clue that prompts th
Pycoders
PyCoder’s Weekly | Issue #414
Issue #414 of the PyCoder’s Weekly newsletter, published March 31, 2020.
Stack Abuse: Reading and Writing MS Word Files in Python via Python-Docx Module
Link: https://stackabuse.com/reading-and-writing-ms-word-files-in-python-via-python-docx-module/
The MS Word utility from Microsoft Office suite is one of the most commonly used tools for writing text documents, both simple and complex. Though humans can easily read and write MS Word documents, a
Link: https://stackabuse.com/reading-and-writing-ms-word-files-in-python-via-python-docx-module/
The MS Word utility from Microsoft Office suite is one of the most commonly used tools for writing text documents, both simple and complex. Though humans can easily read and write MS Word documents, a
Stack Abuse
Reading and Writing MS Word Files in Python via Python-Docx Module
The article explains how to read and write MS Word files with the Python-Docx module with the help of various examples.
Zero-with-Dot (Oleg Żero): Hidden Markov Model - A story of the morning insanity
Link: https://zerowithdot.com/hidden-markov-model-morning-insanity/
Introduction
In this article, we present an example of an (im-)practical application of the Hidden Markov Model (HMM).
It is an artifially constructed problem, where we create a case for a model, rath
Link: https://zerowithdot.com/hidden-markov-model-morning-insanity/
Introduction
In this article, we present an example of an (im-)practical application of the Hidden Markov Model (HMM).
It is an artifially constructed problem, where we create a case for a model, rath
Zerowithdot
Hidden Markov Model - A story of the morning insanity
Hidden Markov Model explained through a fun story using python code implementation with numpy and pandas.
Brett Cannon: What the heck is pyproject.toml?
Link: https://snarky.ca/what-the-heck-is-pyproject-toml/
Recently on Twitter there was a maintainer of a Python project who had a couple of bugs filed against their project due to builds failing (this particular project doesn't provide wheels, only sdists).
Link: https://snarky.ca/what-the-heck-is-pyproject-toml/
Recently on Twitter there was a maintainer of a Python project who had a couple of bugs filed against their project due to builds failing (this particular project doesn't provide wheels, only sdists).
Tall, Snarky Canadian
What the heck is pyproject.toml?
Recently on Twitter there was a maintainer of a Python project who had a couple
of bugs filed against their project due to builds failing (this particular
project doesn't provide wheels, only sdists). Eventually it came out that the
project was using a pyproject.toml…
of bugs filed against their project due to builds failing (this particular
project doesn't provide wheels, only sdists). Eventually it came out that the
project was using a pyproject.toml…
Tryton News: Newsletter April 2020
Link: https://discuss.tryton.org/t/newsletter-april-2020/2395
@ced wrote:
Woman in Pink Crew-neck Top and Jeans Sitting Down on the Floor Using Laptop1280×848 57.7 KB
Tryton is a business software platform which comes with a set of modules that can be activa
Link: https://discuss.tryton.org/t/newsletter-april-2020/2395
@ced wrote:
Woman in Pink Crew-neck Top and Jeans Sitting Down on the Floor Using Laptop1280×848 57.7 KB
Tryton is a business software platform which comes with a set of modules that can be activa
Tryton Discussion
Newsletter April 2020
Tryton is a business software platform which comes with a set of modules that can be activated to make an ERP, MRP, CRM and other useful applications for organizations of any kind. During this month, when most developers are social distancing, we recorded…
Django Weblog: Django bugfix releases issued: 3.0.5 and 2.2.12
Link: https://www.djangoproject.com/weblog/2020/apr/01/bugfix-releases/
Today we've issued 3.0.5 and 2.2.12 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 re
Link: https://www.djangoproject.com/weblog/2020/apr/01/bugfix-releases/
Today we've issued 3.0.5 and 2.2.12 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 re
PyCharm: What’s New in R Plugin
Link: http://feedproxy.google.com/~r/Pycharm/~3/UO1jXMBjfqY/
We’re releasing a new update of the R Plugin for PyCharm and other IntelliJ-based IDEs. If you haven’t tried the plugin yet, download it from our website.
The plugin is available for 2019.3 versions o
Link: http://feedproxy.google.com/~r/Pycharm/~3/UO1jXMBjfqY/
We’re releasing a new update of the R Plugin for PyCharm and other IntelliJ-based IDEs. If you haven’t tried the plugin yet, download it from our website.
The plugin is available for 2019.3 versions o
PyCharm Blog
What’s New in R Plugin
We’re releasing a new update of the R Plugin for PyCharm and other IntelliJ-based IDEs. If you haven’t tried the plugin yet, download it from our website. The plugin is available for 2019.3 version…
Real Python: Linked Lists in Python: An Introduction
Link: https://realpython.com/linked-lists-python/
Linked lists are like a lesser-known cousin of lists. They’re not as popular or as cool, and you might not even remember them from your algorithms class. But in the right context, they can really shin
Link: https://realpython.com/linked-lists-python/
Linked lists are like a lesser-known cousin of lists. They’re not as popular or as cool, and you might not even remember them from your algorithms class. But in the right context, they can really shin
Realpython
Linked Lists in Python: An Introduction – Real Python
In this article, you'll learn what linked lists are and when to use them, such as when you want to implement queues, stacks, or graphs. You'll also learn how to use collections.deque to improve the performance of your linked lists and how to implement linked…
Python Software Foundation: An Update on PyPI Funded Work
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/z7etGrGbVbU/an-update-pypi-funded-work.html
Originally announced at the end of 2018, a gift from Facebook Research is funding improvements for the security PyPI and its users.
What's been done
After launching a request for information and su
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/z7etGrGbVbU/an-update-pypi-funded-work.html
Originally announced at the end of 2018, a gift from Facebook Research is funding improvements for the security PyPI and its users.
What's been done
After launching a request for information and su
Blogspot
An Update on PyPI Funded Work
Originally announced at the end of 2018 , a gift from Facebook Research is funding improvements for the security PyPI and its users. ...