PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
GPT Pilot – what we learned in 6 months of working on a CodeGen pair programmer

The article discusses the learnings from six months of working on a CodeGen pair programmer, GPT Pilot, aiming to have human developers understand the codebase and provide detailed explanations of added code to facilitate collaboration between human developers and AI in coding tasks

https://blog.pythagora.ai/2024/02/19/gpt-pilot-what-did-we-learn-in-6-months-of-working-on-a-codegen-pair-programmer/
👍1
Dependency Injection Explained in 7 Minutes

This video explains why dependency injection is a game-changer for your coding projects. Creating loosely coupled code is key to making the code more flexible and more maintainable. This is all possible through the implicit use of dependencies.

https://www.youtube.com/watch?v=DpMGEhwuuyA
SymPy: Symbolic Mathematics in Python

https://www.sympy.org/en/index.html
Graphinate. Data to Graphs.

Graphinate is a python library that aims to simplify the generation of Graph Data Structures from Data Sources.

https://github.com/erivlis/graphinate
How to Write a (Lisp) Interpreter (In Python) (2010)

https://www.norvig.com/lispy.html
Machine Learning in 2024 – Beginner's Course

This machine learning course is created for beginners who are learning in 2024. The course begins with a Machine Learning Roadmap for 2024, emphasizing career paths and beginner-friendly theory. Then it the course moves on to hands-on practical applications and a comprehensive end-to-end project using Python.

https://www.youtube.com/watch?v=bmmQA8A-yUA
Building an LLM fine-tuning Dataset

The video shares insights on building a comprehensive dataset for AI model training using Reddit comments, highlighting challenges such as working with large datasets and filtering out low-quality comments. The creator discusses methods like loading, sorting, and filtering data to create training samples and models, emphasizing the abundance of comments available for analysis and the pro...

https://www.youtube.com/watch?v=pCX_3p40Efc