News & links about Python programming. https://pythonhub.dev/ Administrator: @rukeba
Python Hub Weekly Digest for 2023-09-10
https://pythonhub.dev/digest/2023-09-10/
Toml-bench – Which toml package to use in Python?
https://github.com/pwwang/toml-bench
Create a Large Language Model from Scratch with Python
Learn how to build your own large language model, from scratch. This course goes into the data handling, math, and transformers behind large language models. You will use Python.
https://www.youtube.com/watch?v=UU1WVnMk4E8
Self-Taught: How do I know I’d my coding is “good” rather than just functional?
https://www.reddit.com/r/learnpython/comments/1684vs4/selftaught_how_do_i_know_id_my_coding_is_good/
Marketing Automations Notebooks With GPT
A collection of automations and experiments exploring the applications of generative AI in Marketing, SEO, and Public Relations
https://github.com/ktynski/Marketing_Automations_Notebooks_With_GPT
The Janus System: Multi-Paradigm Programming in Prolog and Python
https://arxiv.org/abs/2308.15893
huggingface / autotrain-advanced
🤗 AutoTrain Advanced
https://github.com/huggingface/autotrain-advanced
Scheduling Jupyter Notebooks at Meta
The article discusses Facebook's approach to scheduling Jupyter notebooks for automated data analysis and security auditing, emphasizing the challenges faced and the system's architecture to ensure efficiency and security in their workflow automation.
https://engineering.fb.com/2023/08/29/security/scheduling-jupyter-notebooks-meta/
Pysentation – The Python Presentation
https://github.com/mimseyedi/pysentation
JobSpy
FastAPI scraper for LinkedIn, Indeed & ZipRecruiter with Google Sheets integration.
https://github.com/cullenwatson/jobspy
Git log customization
The Git log command can be customized to display the information you want to see. This article shows you how to customize the Git log command using different formatting options.
https://www.justinjoyce.dev/customizing-git-log-format/
OpenCopilot
Build and embed open-source AI Copilots into your product with ease.
https://github.com/opencopilotdev/opencopilot
Dara
Dara is a dynamic application framework designed for creating interactive web apps with ease, all in pure Python.
https://github.com/causalens/dara
pykoi
pykoi is an open-source python library for LLMs providing a unified interface for data & feedback collection, RLHF, and model comparisons.
https://github.com/CambioML/pykoi
AttackGen
AttackGen is a cybersecurity incident response testing tool that leverages the power of large language models and the comprehensive MITRE ATT&CK framework. The tool generates tailored incident response scenarios based on user-selected threat actor groups and your organization's details.
https://github.com/mrwadams/attackgen
firmai / financial-machine-learning
A curated list of practical financial machine learning tools and applications.
https://github.com/firmai/financial-machine-learning
Show HN: Modular Diffusion – A modular Python library for diffusion models
https://github.com/cabralpinto/modular-diffusion
An Intro to Protocol Buffers with Python
Protocol buffers are a data serialization format that is language agnostic. They are analogous to ...
https://www.blog.pythonlibrary.org/2023/08/30/an-intro-to-protocol-buffers-with-python/
Artwork Similarity Search: Exploring the Power of Vector Databases
This article will walk you through some of the basic concepts of vector databases, and we will build an end to end artwork similarity search project using Qdrant Vector database and Streamlit.
https://www.otmaneboughaba.com/artwork-similarity-search
Pandas 2.1
https://pandas.pydata.org/docs/whatsnew/v2.1.0.html
krypton
Data encryption at rest and IAM for Python.
https://github.com/krptn/krypton
langgenius / dify
One API for plugins and datasets, one interface for prompt engineering and visual operation, all for creating powerful AI applications.
https://github.com/langgenius/dify
Alfred
Alfred is a advanced OSINT information gathering tool.
https://github.com/Alfredredbird/alfred
The Python Software Foundation has been authorized by the CVE Program as a CVE Numbering Authority (CNA)
When a vulnerability is disclosed in software you're depending on, the last thing you want is for ...
https://pyfound.blogspot.com/2023/08/psf-authorized-as-cna.html
4 Ways to Benchmark Python Code
You can benchmark Python code using the Python standard library. Code can be benchmarked manually ...
https://superfastpython.com/benchmark-python-code/
Ask HN: Why did Python win?
https://news.ycombinator.com/item?id=37308747
Jupyter Kernel Architecture
How Jupyter executes, inspects, completes and debug code.
https://www.romaglushko.com/blog/jupyter-kernel-architecture/
Python 3.11.5
https://www.python.org/downloads/release/python-3115/
Python Hub Weekly Digest for 2023-09-03
https://pythonhub.dev/digest/2023-09-03/