CubicWeb: CubicWeb Monthly news january 2021
Link: http://feedproxy.google.com/~r/cubicweborg/~3/p5fghF_RRzc/17366606
New organisation
For this new year, we decided to change how we organise the CubicWeb project at
Logilab. We clarified how to define priorities and how to contribute.
Rotating the coordinator of the
Link: http://feedproxy.google.com/~r/cubicweborg/~3/p5fghF_RRzc/17366606
New organisation
For this new year, we decided to change how we organise the CubicWeb project at
Logilab. We clarified how to define priorities and how to contribute.
Rotating the coordinator of the
John Ludhi/nbshare.io: Word Embeddings Transformers In SVM Classifier Using Python
Link: https://www.nbshare.io/notebook/197284676/Word-Embeddings-Transformers-In-SVM-Classifier-Using-Python/
Word Embeddings Transformers In SVM Classifier Using PythonWord EmbeddingsWord Embeddings is the process of representing words with numerical vectors.
One-hot-encodingNot so long ago, words use
Link: https://www.nbshare.io/notebook/197284676/Word-Embeddings-Transformers-In-SVM-Classifier-Using-Python/
Word Embeddings Transformers In SVM Classifier Using PythonWord EmbeddingsWord Embeddings is the process of representing words with numerical vectors.
One-hot-encodingNot so long ago, words use
John Ludhi/nbshare.io: Understanding Standard Deviation With Python
Link: https://www.nbshare.io/notebook/42712841/Understanding-Standard-Deviation-With-Python/
Understanding Standard Deviation With PythonStandard deviation is a way to measure the variation of data. It is also calculated as the square root of the variance, which is used to quantify the
Link: https://www.nbshare.io/notebook/42712841/Understanding-Standard-Deviation-With-Python/
Understanding Standard Deviation With PythonStandard deviation is a way to measure the variation of data. It is also calculated as the square root of the variance, which is used to quantify the
John Ludhi/nbshare.io: Dictionaries In Python
Link: https://www.nbshare.io/notebook/669278718/Dictionaries-In-Python/
Dictionaries in PythonYou can define a dictionary by enclosing a comma-separated list of key-value pairs in curly braces ({}).
A colon (:) separates each key from its associated value:
In
Link: https://www.nbshare.io/notebook/669278718/Dictionaries-In-Python/
Dictionaries in PythonYou can define a dictionary by enclosing a comma-separated list of key-value pairs in curly braces ({}).
A colon (:) separates each key from its associated value:
In
John Ludhi/nbshare.io: Decision Tree Regression With Hyper Parameter Tuning In Python
Link: https://www.nbshare.io/notebook/312837011/Decision-Tree-Regression-With-Hyper-Parameter-Tuning-In-Python/
Decision Tree Regression With Hyper Parameter Tuning
In this post, we will go through Decision Tree model building. We will use air quality data. Here is the link to data.
In [1]:
Link: https://www.nbshare.io/notebook/312837011/Decision-Tree-Regression-With-Hyper-Parameter-Tuning-In-Python/
Decision Tree Regression With Hyper Parameter Tuning
In this post, we will go through Decision Tree model building. We will use air quality data. Here is the link to data.
In [1]:
John Ludhi/nbshare.io: Learn And Code Confusion Matrix With Python
Link: https://www.nbshare.io/notebook/626706996/Learn-And-Code-Confusion-Matrix-With-Python/
Learn And Code Confusion Matrix With Python
The confusion matrix is a way to visualize how many samples from each label got predicted correctly. The beauty of the confusion matrix is that it ac
Link: https://www.nbshare.io/notebook/626706996/Learn-And-Code-Confusion-Matrix-With-Python/
Learn And Code Confusion Matrix With Python
The confusion matrix is a way to visualize how many samples from each label got predicted correctly. The beauty of the confusion matrix is that it ac
Andre Roberge: My wish for Python 4
Link: https://aroberge.blogspot.com/2021/02/my-wish-for-python-4.html
I love Python. A few years after I started using it, I saw someone writing about it and using the phrase "it fits my brain": this is very much how I feel ... at least, for simple straightforward code
Link: https://aroberge.blogspot.com/2021/02/my-wish-for-python-4.html
I love Python. A few years after I started using it, I saw someone writing about it and using the phrase "it fits my brain": this is very much how I feel ... at least, for simple straightforward code
Blogspot
My wish for Python 4
I love Python. A few years after I started using it, I saw someone writing about it and using the phrase "it fits my brain": this is very m...
EuroPython: EuroPython 2021: Volunteering
Link: https://blog.europython.eu/europytho-2021-volunteerng/
The EuroPython 2021 organization is starting and we're looking for more help with running the conference.EuroPython 2019 TeamFor EP2021, we are using a slightly different approach compared to previous
Link: https://blog.europython.eu/europytho-2021-volunteerng/
The EuroPython 2021 organization is starting and we're looking for more help with running the conference.EuroPython 2019 TeamFor EP2021, we are using a slightly different approach compared to previous
EuroPython Blog
EuroPython 2021: Volunteering
The EuroPython 2021 organization is starting and we're looking for more help with running the conference.
Python Bytes: #221 Pattern matching and accepting change in Python with Brett Cannon
Link: https://pythonbytes.fm/episodes/show/221/pattern-matching-and-accepting-change-in-python-with-brett-cannon
<p>Sponsored by Datadog: <a href="http://pythonbytes.fm/datadog"><strong>pythonbytes.fm/datadog</strong></a></p>
<p>Special guest: <a href="https://twitter.com/brettsky"><strong>Brett Cannon</strong>
Link: https://pythonbytes.fm/episodes/show/221/pattern-matching-and-accepting-change-in-python-with-brett-cannon
<p>Sponsored by Datadog: <a href="http://pythonbytes.fm/datadog"><strong>pythonbytes.fm/datadog</strong></a></p>
<p>Special guest: <a href="https://twitter.com/brettsky"><strong>Brett Cannon</strong>
pythonbytes.fm
Pattern matching and accepting change in Python with Brett Cannon
News and announcements from the Python community for the week of Feb 19th, 2021
Python Morsels: docstrings in Python
Link: https://www.pythonmorsels.com/topics/docstrings/
Transcript:
Let's talk about docstrings in Python.
What is a docstring
We have a function called get_hypotenuse:
from math import sqrt
def get_hypotenuse(a, b):
"""Return right triangle hyp
Link: https://www.pythonmorsels.com/topics/docstrings/
Transcript:
Let's talk about docstrings in Python.
What is a docstring
We have a function called get_hypotenuse:
from math import sqrt
def get_hypotenuse(a, b):
"""Return right triangle hyp
Pythonmorsels
Docstrings in Python
Python Pool: CV2.findhomography: Things You Should Know
Link: https://www.pythonpool.com/cv2-findhomography/?utm_source=rss&utm_medium=rss&utm_campaign=cv2-findhomography
Hello coders!! In this article, we will be learning about cv2.findhomography in Python. But before getting into detail, let us get a basic idea about the topic.
What is homography?
The homography is a
Link: https://www.pythonpool.com/cv2-findhomography/?utm_source=rss&utm_medium=rss&utm_campaign=cv2-findhomography
Hello coders!! In this article, we will be learning about cv2.findhomography in Python. But before getting into detail, let us get a basic idea about the topic.
What is homography?
The homography is a
Python Pool
CV2.findhomography: Things You Should Know
Hello coders!! In this article, we will be learning about cv2.findhomography in Python. But before getting into detail, let us get a basic idea about the
Python Pool: Matplotlib gridspec: Detailed Illustration
Link: https://www.pythonpool.com/matplotlib-gridspec/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-gridspec
Hello, coders!! In this article, we will be learning about matplotlib gridspec. We will see some examples to grasp a clear concept on the mentioned topic. Without any further ado, let us get straight
Link: https://www.pythonpool.com/matplotlib-gridspec/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-gridspec
Hello, coders!! In this article, we will be learning about matplotlib gridspec. We will see some examples to grasp a clear concept on the mentioned topic. Without any further ado, let us get straight
Python Pool
Matplotlib gridspec: Detailed Illustration
Hello, coders!! In this article, we will be learning about matplotlib gridspec. We will see some examples to grasp a clear concept on the mentioned topic.
Django Weblog: Django security releases issued: 3.1.7, 3.0.13 and 2.2.19
Link: https://www.djangoproject.com/weblog/2021/feb/19/security-releases/
In accordance with our security release policy, the Django team
is issuing
Django 3.1.7,
Django 3.0.13, and
Django 2.2.19.
These release addresses the security issue detailed below. We encourage all u
Link: https://www.djangoproject.com/weblog/2021/feb/19/security-releases/
In accordance with our security release policy, the Django team
is issuing
Django 3.1.7,
Django 3.0.13, and
Django 2.2.19.
These release addresses the security issue detailed below. We encourage all u
Codementor: How to Find Broken Links Using Selenium WebDriver?
Link: https://www.codementor.io/himanshuseth/how-to-find-broken-links-using-selenium-webdriver-1f8xwbx6zr
Want to find broken links on your website? Here's how you can do broken link testing on your website using Selenium in Java, C#, Python, and PHP.
Link: https://www.codementor.io/himanshuseth/how-to-find-broken-links-using-selenium-webdriver-1f8xwbx6zr
Want to find broken links on your website? Here's how you can do broken link testing on your website using Selenium in Java, C#, Python, and PHP.
www.codementor.io
How to Find Broken Links Using Selenium WebDriver? | Codementor
Want to find broken links on your website? Here's how you can do broken link testing on your website using Selenium in Java, C#, Python, and PHP.
Django Weblog: Django 3.2 beta 1 released
Link: https://www.djangoproject.com/weblog/2021/feb/19/django-32-beta-1-released/
Django 3.2 beta 1 is now available. It represents the second stage in the 3.2
release cycle and is an opportunity for you to try out the changes coming in
Django 3.2.
Django 3.2 has a mescla of new fe
Link: https://www.djangoproject.com/weblog/2021/feb/19/django-32-beta-1-released/
Django 3.2 beta 1 is now available. It represents the second stage in the 3.2
release cycle and is an opportunity for you to try out the changes coming in
Django 3.2.
Django 3.2 has a mescla of new fe
Real Python: The Real Python Podcast – Episode #48: Stochastic Gradient Descent and Deploying Your Python Scripts on the Web
Link: https://realpython.com/podcasts/rpp/48/
Do you know the initial steps to get your Python script hosted on the web? You may have built something with Flask, but how would you stand it up so that you can share it with others? This week on the
Link: https://realpython.com/podcasts/rpp/48/
Do you know the initial steps to get your Python script hosted on the web? You may have built something with Flask, but how would you stand it up so that you can share it with others? This week on the
Realpython
Episode #48: Stochastic Gradient Descent and Deploying Your Python Scripts on the Web – The Real Python Podcast
Do you know the initial steps to get your Python script hosted on the web? You may have built something with Flask, but how would you stand it up so that you can share it with others? This week on the show, we have the previous guest Martin Breuss back on…
Reuven Lerner: Reminder: Weekly Python Exercise B1 (advanced topics 1) starts on Tuesday!
Link: https://lerner.co.il/2021/02/19/reminder-weekly-python-exercise-b1-advanced-topics-1-starts-on-tuesday/
If you’ve been using Python for a year or more, and want to sharpen your skills, then I have good news: A new cohort of Weekly Python Exercise starts this coming Tuesday.
The course has a simple form
Link: https://lerner.co.il/2021/02/19/reminder-weekly-python-exercise-b1-advanced-topics-1-starts-on-tuesday/
If you’ve been using Python for a year or more, and want to sharpen your skills, then I have good news: A new cohort of Weekly Python Exercise starts this coming Tuesday.
The course has a simple form
Reuven Lerner
Reminder: Weekly Python Exercise B1 (advanced topics 1) starts on Tuesday!
If you've been using Python for a year or more, and want to sharpen your skills, then I have good news: A new cohort of Weekly Python Exercise starts this coming Tuesday. The course has
Ben Cook: Filtering DataFrames with the .query() method in Pandas
Link: https://jbencook.com/pandas-query/
Pandas provides a .query() method on DataFrame's with a convenient string syntax for filtering DataFrames. This post describes the method and gives simple usage examples.
Link: https://jbencook.com/pandas-query/
Pandas provides a .query() method on DataFrame's with a convenient string syntax for filtering DataFrames. This post describes the method and gives simple usage examples.
jbencook
Filtering DataFrames with the .query() Method in Pandas - jbencook
Pandas provides a .query() method on DataFrame's with a convenient string syntax for filtering DataFrames. This post describes the method and gives simple usage examples.
Python Insider: Python 3.9.2 and 3.8.8 are now available
Link: http://feedproxy.google.com/~r/PythonInsider/~3/neAiV_Bq2Ck/python-392-and-388-are-now-available.html
Convinced of the wonders of free two-day deliveries, I’m pleased to present you Python 3.9.2 and 3.8.8. Get them from:https://www.python.org/downloads/release/python-392/https://www.python.org/downloa
Link: http://feedproxy.google.com/~r/PythonInsider/~3/neAiV_Bq2Ck/python-392-and-388-are-now-available.html
Convinced of the wonders of free two-day deliveries, I’m pleased to present you Python 3.9.2 and 3.8.8. Get them from:https://www.python.org/downloads/release/python-392/https://www.python.org/downloa
Blogspot
Python Insider: Python 3.9.2 and 3.8.8 are now available
PyCharm: PyCharm 2021.1 EAP 3: Enhancements for Code Insight, Tool Window for Python Packages, Improved WSL Experience
Link: http://feedproxy.google.com/~r/Pycharm/~3/OGKn8uGyL1g/
As usual, please read the blog post, try out the new features, and let us know if you encounter any problems.
We encourage you to join the program to try out the new and improved features. By testin
Link: http://feedproxy.google.com/~r/Pycharm/~3/OGKn8uGyL1g/
As usual, please read the blog post, try out the new features, and let us know if you encounter any problems.
We encourage you to join the program to try out the new and improved features. By testin
JetBrains Blog
PyCharm 2021.1 EAP 3: Enhancements for Code Insight, Tool Window for Python Packages, Improved WSL Experience – PyCharm Blog |…
As usual, please read the blog post, try out the new features, and let us know if you encounter any problems.
We encourage you to join the program to try out the new and improved features. By testin
We encourage you to join the program to try out the new and improved features. By testin