Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
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
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 
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]:
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
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
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
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
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
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
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
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
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
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
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.
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
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
Moshe Zadka: Virtual Buffet Line

Link: https://orbifold.xyz/virtual-buffet.html

Many people have written about the
logistical challenges
of food in a conference.
You trade off not just,
as Chris points out,
expensive food versus terrible food,
but also the challenges of serving t