Python Weekly - Python Weekly - Issue 651

View this email in your browser

Python Weekly

Welcome to issue 651 of Python Weekly. Let's get straight to the links this week.
From Our Sponsor 
  Learn how you can containerize and run your GenAI application using Docker.

Articles, Tutorials and Talks

College Precalculus – Full Course with Python Code 
Learn college Precalculus from an experienced university mathematics professor. You will also learn how to implement all the Precalculus concepts using the Python programming language.

Llama 3 implemented in pure NumPy
Understand the exact structure with working implementation of the Llama 3 model.

Curating Custom Datasets for LLM Training with NVIDIA NeMo Curator
NeMo Curator, which is part of NVIDIA NeMo, offers workflows to download and curate data from various public sources out of the box such as Common Crawl, Wikipedia, and arXiv. It also provides flexibility for developers to customize data curation pipelines to address their unique requirements and create custom datasets. This post walks you through creating a custom data curation pipeline using NeMo Curator. 

Kafka Consumers in Python - A Walkthrough 
Getting data out of Apache Kafka is easy if you know how, so let's go through an example step-by-step. In this walkthrough we take you through the process of creating a simple Kafka Consumer using the Quix Streams library. 

Replacing pyinstaller with 100 lines of code
A tale of how I accidentally stumbled upon some interesting tech over time.

Fine Tuning LLM Models – Generative AI Course 
Learn how to fine tuning LLM models. This course will teach you fine tuning using using QLORA and LORA, as well as Quantization using LLama2, Gradient and the Google Gemma model. This crash course includes both theoretical and practical instruction to help you understand how to perform fine tuning.

Simple Pretty Maps That Will Better Your Python Streamlit Skills
A simple tutorial on creating beautiful maps using the prettymapp library.

A Beginner's Guide to Unit Testing with Pytest
In this guide, we will explore the core principles of unit testing, delve into Pytest's powerful capabilities, and equip you with the knowledge and skills to write clean, maintainable, and effective tests.

What I've Learned Building Interactive Embedding Visualizations
The post details the author's process for building interactive embedding visualizations from user data, such as representing entities like words, products, or users as points in a high-dimensional space and projecting them down to 2D or 3D for visual exploration. It covers the entire workflow, from data preparation to dimensionality reduction techniques and interactive visualization implementation.

How I made my GitHub profile README dynamic
The blog post explains how to create a dynamic GitHub profile README that displays up-to-date stats and information by leveraging GitHub Actions to periodically fetch data and generate a new README file. 

Signals, shells, and docker: an onion of footguns
The post discusses potential security risks and "footguns" that can arise when using Docker containers, signals, and shells together in a development environment. It highlights how certain combinations of these tools can inadvertently grant excessive permissions or expose sensitive data, emphasizing the need for caution and proper configuration.


Interesting Projects, Tools and Libraries

llama3.np
A pure NumPy implementation for Llama 3 model.

AgentOps
Open source Python SDK for agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen.

llama3-from-scratch
llama3 implementation one matrix multiplication at a time.

LLM Models and RAG Hands-on Guide
This guide is designed for technical teams interested in developing basic conversational AI solutions using Retrieval-Augmented Generation (RAG).

FunClip
Open-source, accurate and easy-to-use video speech recognition & clipping tool, LLM based AI clipping intergrated.

cover-agent
An AI-Powered Tool for Automated Test Generation and Code Coverage Enhancement!


New Releases

Django 5.1 alpha 1 released

JupyterLab 4.2 and Notebook 7.2 are available!


Upcoming Events and Webinars

Portland Python Meetup May 2024
There will be a talk, Python, why are you like this? Python Gotchas and how to avoid them.

PyData Sofia Meetup May 2024
There will be a talk, Apache Arrow - Exploring the tech that powers the modern data (science) stack.

PyData Calgary Meetup May 2024
There will be a talk, NoSQL to SQL.. without ETL? A look at Azure Synapse Link.

PyData Stockholm Meetup May 2024
There will be following talks
  • Advancing one second at the time: Wolt's path optimizing efficient delivery platforms
  • Design data pipeline with GenAI
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 © 2024 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 650

Friday, May 17, 2024

View this email in your browser Python Weekly Welcome to issue 650 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Learn how you can containerize and run your GenAI

Python Weekly - Issue 649

Thursday, May 9, 2024

View this email in your browser Python Weekly Welcome to issue 649 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Learn how you can containerize and run your GenAI

Python Weekly - Issue 648

Thursday, May 2, 2024

View this email in your browser Python Weekly Welcome to issue 648 of Python Weekly. Let's get straight to the links this week. News Fake job interviews target developers with new Python backdoor A

Python Weekly - Issue 647

Thursday, April 25, 2024

View this email in your browser Python Weekly Welcome to issue 647 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 646

Saturday, April 13, 2024

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

You Might Also Like

🖥️ The History of Windows Desktop Backgrounds — 10 Ways to Improve Call Quality on iPhone

Saturday, June 15, 2024

Also: How YouTube Music Won Me Over, and More! How-To Geek Logo June 15, 2024 📩 Get expert reviews, the hottest deals, how-to's, and more delivered directly to your inbox by subscribing to

Weekend Reading — Move slow and improve things

Saturday, June 15, 2024

This week we upgrade out clock, get a bumper sticker, practice the RTO of layoffs, convince HP to buy us for $25B, listen where we look, have a sad day indeed, enjoy spicy ramen, and ravel at the new

Ranked | The 10 Most Visited Countries in 2023 🌎

Saturday, June 15, 2024

This graphic depicts the most visited countries in 2023, based on the total number of foreigners entering each country. View Online | Subscribe Presented by Voronoi: The App Where Data Tells the Story

Economies of Specificity

Saturday, June 15, 2024

Top Tech Content sent at Noon! Join MongoDB's AI Dev Quest Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, June 15, 2024? The HackerNoon

Apple ushers in a new era with Apple Intelligence

Saturday, June 15, 2024

Plus: The battle over Elon Musk's $56B Tesla pay package View this email online in your browser By Cody Corrall Saturday, June 15, 2024 Welcome back to TechCrunch's Week in Review —

🐍 New Python tutorials on Real Python

Saturday, June 15, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: Python News: What's New From May 2024 In

New USB-C Wired Earbuds for iPhone + More Amazon Tech Accessories

Saturday, June 15, 2024

Everyone on has cables and charging bricks to organize. These colorful, compact, durable ballistic nylon cases are well loved and keep all those necessary items organized. earbudi EARBUDi ENJOY A

Pakistani Hackers Use DISGOMOJI Malware in Indian Government Cyber Attacks

Saturday, June 15, 2024

THN Daily Updates Newsletter cover Machine Learning Techniques and Analytics for Cloud Security ($194.00 Value) FREE for a Limited Time This book covers new methods, surveys, case studies, and policy

📧 From Transaction Scripts to Domain Models: A Refactoring Journey

Saturday, June 15, 2024

​ From Transaction Scripts to Domain Models: A Refactoring Journey Read on: m​y website / Read time: 6 minutes BROUGHT TO YOU BY ​ Ultimate Solution for Developing Data-Related .NET Applications ​ ​

Why Choosing to Publish on HackerNoon First Matters 👀

Saturday, June 15, 2024

Discover What Sets HackerNoon Apart 🏃‍♂️ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏