Python Weekly - Python Weekly - Issue 538

View this email in your browser

Python Weekly

Welcome to issue 538 of Python Weekly. Let's get straight to the links this week.
Articles, Tutorials and Talks

Your First NLP Tutorial in Python - Spam Classifier 
In this video, we implement an email spam classifier using NLTK (natural language processing toolkit) in Python. We use the bag of words (BOW) approach to building the model, after performing tokenizing, lemmatization / stemming, and removing stop words. You'll learn a ton about NLP in just 20 minutes!

Upcoming Python Features Brought to You by Python Enhancement Proposals
A look at recent Python Enhancement Proposals (PEPs) and all the exciting new features, changes and improvements they might bring.

Faster Python calculations with Numba: 2 lines of code, 13× speed-up
Python-based calculations, especially those that use NumPy, can run much faster by using the Numba library.

How to write better scientific code in Python?
Few tips on how to write better code for data science using python and numpy. We use a custom case to show good patterns.

Understanding Attributes, Dicts and Slots in Python
Python classes can have arbitrary attributes. How are they stored and how do they impact performance?

Writing Python Lambdas for AWS Cloud?
SonarQube 9.3 just expanded taint analysis to include could-native DB operations. Request your 14-day free trial of Developer Edition to see this in action.  SPONSOR

Server-Sent Events: the alternative to WebSockets you should be using 
When developing real-time web applications, WebSockets might be the first thing that comes to your mind. However, Server Sent Events (SSE) are a simpler alternative that is often superior.

Tutorial: Indexing DataFrames in Pandas
In this tutorial, we are going to discuss what indexing pandas dataframes means, why we need it, what kinds of dataframe indexing exist, and what syntax should be used for selecting different subsets.

K-Nearest Neighbor (KNN) Algorithm in Python
In this tutorial, you’ll learn how all you need to know about the K-Nearest Neighbor algorithm and how it works using Scikit-Learn in Python. The K-Nearest Neighbor algorithm in this tutorial will focus on classification problems, though many of the principles will work for regression as well.

Interactive Loop Optimization

What does it mean to listen on a port?

How To Train Custom Named Entity Recognition[NER] Model With SpaCy v3


Interesting Projects, Tools and Libraries

SSort
Tool for sorting top level statements in python files.

imgrerite
A command-line tool to hide and reveal information inside images.

YOPO
YOPO is an ~0 Code interactive dashboard that generates various standard plots. you can create various graphs and charts with a click of a button.

EvoJAX
EvoJAX is a scalable, general purpose, hardware-accelerated neuroevolution toolkit. Built on top of the JAX library, this toolkit enables neuroevolution algorithms to work with neural networks running in parallel across multiple TPU/GPUs.

TSFEL 
TSFEL is an intuitive library to extract features from time series with over 60 different features on the statistical, temporal and spectral domains.

Lurnby
A tool for active reading and personal knowledge management.

pz
Easily handle day to day CLI operation via Python instead of regular Bash programs.

master_librarian
A simple tool to audit Unix/*BSD/Linux system libraries to find public security vulnerabilities.

nango
Streamlining Django forms to provide all the wins of single-page-applications without the pain.

python-webrtc
A Python extension that provides bindings to WebRTC M92.

NATSpeech
A Non-Autoregressive Text-to-Speech Framework.

EquiBind
Geometric Deep Learning for Drug Binding Structure Prediction.


Upcoming Events and Webinars

Virtual: San Diego Python Meetup February 2022
There will be following talks
  • Creating a REST API with Django Rest Framework
  • Django rest with ML
  • Designing as a Developer, with Python examples

PyData Tel Aviv February 2022
There will be following talks
  • ML with humans: Integrating experts into the learning process
  • Harnessing Data to Improve Healthcare
  • What's new in PyMongoArrow

Virtual: PyData Chicago February 2022
There will be a talk, Python-based ML and HPC workflows in the Cloud for science and engineering.
 
Our Other Newsletters
Programmer Weekly - A free weekly newsletter for programmers.

Founder Weekly - A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.
 
Copyright © 2022 Python Weekly, All rights reserved.
You are receiving our weekly newsletter because you signed up at http://www.PythonWeekly.com.

Our mailing address is:
Python Weekly
Brooklyn
Brooklyn, NY 11209

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list.

Older messages

Python Weekly - Issue 537

Thursday, February 10, 2022

View this email in your browser Python Weekly Welcome to issue 537 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Catch Errors in Your Complex Regular Expressions

Python Weekly - Issue 536

Thursday, February 3, 2022

View this email in your browser Python Weekly Welcome to issue 536 of Python Weekly. Let's get straight to the links this week. News Google releases differential privacy pipeline for Python

Python Weekly - Issue 535

Thursday, January 27, 2022

View this email in your browser Python Weekly Welcome to issue 535 of Python Weekly. Let's get straight to the links this week. News The first high-performance self-supervised algorithm that works

Python Weekly - Issue 534

Thursday, January 20, 2022

View this email in your browser Python Weekly Welcome to issue 534 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Get Your Weekly Dose of Programming A weekly

Python Weekly - Issue 533

Thursday, January 13, 2022

View this email in your browser Python Weekly Welcome to issue 533 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Hired is home to 1000s of companies: from startups

You Might Also Like

WebAIM November 2024 Newsletter

Friday, November 22, 2024

WebAIM November 2024 Newsletter Read this newsletter online at https://webaim.org/newsletter/2024/november Features Using Severity Ratings to Prioritize Web Accessibility Remediation When it comes to

➡️ Why Your Phone Doesn't Want You to Sideload Apps — Setting the Default Gateway in Linux

Friday, November 22, 2024

Also: Hey Apple, It's Time to Upgrade the Macs Storage, and More! How-To Geek Logo November 22, 2024 Did You Know Fantasy author JRR Tolkien is credited with inventing the main concept of orcs and

JSK Daily for Nov 22, 2024

Friday, November 22, 2024

JSK Daily for Nov 22, 2024 View this email in your browser A community curated daily e-mail of JavaScript news React E-Commerce App for Digital Products: Part 4 (Creating the Home Page) This component

Spyglass Dispatch: The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen

Friday, November 22, 2024

The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen The Spyglass Dispatch is a free newsletter sent out daily on

Charted | How the Global Distribution of Wealth Has Changed (2000-2023) 💰

Friday, November 22, 2024

This graphic illustrates the shifts in global wealth distribution between 2000 and 2023. View Online | Subscribe | Download Our App Presented by: MSCI >> Get the Free Investor Guide Now FEATURED

Daily Coding Problem: Problem #1616 [Easy]

Friday, November 22, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Alibaba. Given an even number (greater than 2), return two prime numbers whose sum will

The problem to solve

Friday, November 22, 2024

​ Use problem framing to define the problem to solve This week, Tom Parson and Krishna Raha share tools and frameworks to identify and address challenges effectively, while Voltage Control highlights

Issue #568: Random mazes, train clock, and ReKill

Friday, November 22, 2024

View this email in your browser Issue #568 - November 22nd 2024 Weekly newsletter about Web Game Development. If you have anything you want to share with our community please let me know by replying to

Whats Next for AI: Interpreting Anthropic CEOs Vision

Friday, November 22, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 22, 2024? The HackerNoon

iOS Cocoa Treats

Friday, November 22, 2024

View in browser Hello, you're reading Infinum iOS Cocoa Treats, bringing you the latest iOS related news straight to your inbox every week. Using the SwiftUI ImageRenderer The SwiftUI ImageRenderer