1140
News & links about Python programming. https://pythonhub.dev/ Administrator: @rukeba
llSourcell / DoctorGPT
DoctorGPT is an LLM that can pass the US Medical Licensing Exam. It works offline, it's cross-platform, & your health data stays private.
https://github.com/llSourcell/DoctorGPT
Build an AI app with FastAPI and Docker
A coding session with Sebastián Ramírez and learn how to build a Machine Learning app with FastAPI and Docker. Along the way we will show you some tips like the interactive coding session and Docker init command, and best practices when working with FastAPI.
https://www.youtube.com/watch?v=iqrS7Q174Ac
i built an entire web framework from scratch
https://www.reddit.com/r/Python/comments/16e5jkg/i_built_an_entire_web_framework_from_scratch/
Debugging Catastrophic Backtracking for Regular Expressions in Python
https://krishnanchandra.com/posts/regex-catastrophic-backtracking/
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/
CoTracker
CoTracker is a model for tracking any point (pixel) on a video.
https://co-tracker.github.io/
XTuner
XTuner is a toolkit for efficiently fine-tuning LLM.
https://github.com/InternLM/xtuner
microsoft / Llama-2-Onnx
https://github.com/microsoft/Llama-2-Onnx
Learning Pandas? Start Here.
A high paced overview of many of the pandas core functionality. As one of the most popular libraries in all of programming, Pandas is an essential tool for learning data wrangling. Watch this video to get a good foundational understanding of what is possible.
https://www.youtube.com/watch?v=DkjCaAMBGWM
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
Dataherald
https://github.com/Dataherald/dataherald
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/