Official PyTorch Documentary: Powering the AI Revolution
The film reveals the true story behind PyTorch's creation, highlighting the contributions of its dedicated developers. It showcases the strength of the PyTorch community, aiming to inspire further contributions and recognition of its importance in the open source world.
https://www.youtube.com/watch?v=rgP_LBtaUEc
The film reveals the true story behind PyTorch's creation, highlighting the contributions of its dedicated developers. It showcases the strength of the PyTorch community, aiming to inspire further contributions and recognition of its importance in the open source world.
https://www.youtube.com/watch?v=rgP_LBtaUEc
YouTube
Official PyTorch Documentary: Powering the AI Revolution
This film unveils the authentic narrative of PyTorch’s inception, attributing its existence to a dedicated group of unsung heroes driving technological innovation.
The documentary shares the strength of the PyTorch community, resonating with our communities…
The documentary shares the strength of the PyTorch community, resonating with our communities…
Before moving from Java to Python, what does Python lack that Java has? ( Think about enterprise application)
https://www.reddit.com/r/learnpython/comments/1d9mc9e/before_moving_from_java_to_python_what_does/
https://www.reddit.com/r/learnpython/comments/1d9mc9e/before_moving_from_java_to_python_what_does/
Reddit
From the learnpython community on Reddit
Explore this post and more from the learnpython community
A Complete Guide to Pytest Fixtures
In this tutorial, I'll guide you through the ins and outs of Pytest fixtures. You'll learn how to create fixtures, parameterize them for flexibility, and leverage their power to create efficient, reliable, and maintainable unit tests.
https://betterstack.com/community/guides/testing/pytest-fixtures-guide/
In this tutorial, I'll guide you through the ins and outs of Pytest fixtures. You'll learn how to create fixtures, parameterize them for flexibility, and leverage their power to create efficient, reliable, and maintainable unit tests.
https://betterstack.com/community/guides/testing/pytest-fixtures-guide/
Betterstack
A Complete Guide to Pytest Fixtures | Better Stack Community
Learn how to use Pytest fixtures for writing maintainable and isolated tests.
🔥1
Detecting hallucinations in large language models using semantic entropy
https://www.nature.com/articles/s41586-024-07421-0
https://www.nature.com/articles/s41586-024-07421-0
Nature
Detecting hallucinations in large language models using semantic entropy
Nature - Hallucinations (confabulations) in large language model systems can be tackled by measuring uncertainty about the meanings of generated responses rather than the text itself to improve...
7 Functional Programming Techniques Every Developer Should Know
This video explores 7 functional programming techniques and demonstrate their functionality. Despite Python not being a purely functional language, embracing these techniques can greatly enhance your Python skills.
https://www.youtube.com/watch?v=Rp9Ha0rVM1w
This video explores 7 functional programming techniques and demonstrate their functionality. Despite Python not being a purely functional language, embracing these techniques can greatly enhance your Python skills.
https://www.youtube.com/watch?v=Rp9Ha0rVM1w
YouTube
7 Functional Programming Techniques EVERY Developer Should Know
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
In this video, I'll walk you through 7 functional programming techniques and demonstrate how they work. Although Python is not a purely functional language, functional programming…
In this video, I'll walk you through 7 functional programming techniques and demonstrate how they work. Although Python is not a purely functional language, functional programming…
Reladiff
High-performance diffing of large datasets across databases.
https://github.com/erezsh/reladiff
High-performance diffing of large datasets across databases.
https://github.com/erezsh/reladiff
GitHub
GitHub - erezsh/reladiff: High-performance diffing of large datasets across databases
High-performance diffing of large datasets across databases - erezsh/reladiff
A Guide to Python's Weak References Using weakref Module
Chances are that you never touched and maybe haven't even heard about Python's weakref module. While it might not be commonly used in your code, it's fundamental to the inner workings of many libraries, frameworks and even Python itself. So, in this article we will explore what it is, how it is helpful, and how you could incorporate it into your code as well.
https://martinheinz.dev/blog/112
Chances are that you never touched and maybe haven't even heard about Python's weakref module. While it might not be commonly used in your code, it's fundamental to the inner workings of many libraries, frameworks and even Python itself. So, in this article we will explore what it is, how it is helpful, and how you could incorporate it into your code as well.
https://martinheinz.dev/blog/112
martinheinz.dev
A Guide to Python's Weak References Using weakref Module
<p>
Chances are that you never touched and maybe haven't even heard about Python's <code class="inline">weakref</code> module. While it might not be common...
Chances are that you never touched and maybe haven't even heard about Python's <code class="inline">weakref</code> module. While it might not be common...
Run Python code in the browser
Execute you code online with the latest version of the interpreter.
https://www.pynerds.com/compiler/
Execute you code online with the latest version of the interpreter.
https://www.pynerds.com/compiler/
Pynerds
Run Python Code Online - Python Compiler(Interpreter)
Edit, build and run Python code efficiently right on the browser- Python Compiler(Interpreter)
Secrets of the ChatGPT Linux system
Have you noticed that ChatGPT sometimes writes out Python code and somehow executes it? How does that work? What kind of environment is it using? Can we co-opt it for our own ends? Let's find out!
https://incoherency.co.uk/blog/stories/chatgpt-linux.html
Have you noticed that ChatGPT sometimes writes out Python code and somehow executes it? How does that work? What kind of environment is it using? Can we co-opt it for our own ends? Let's find out!
https://incoherency.co.uk/blog/stories/chatgpt-linux.html
xorbitsai / inference
Replace OpenAI GPT with another LLM in your app by changing a single line of code. Xinference gives you the freedom to use any LLM you need. With Xinference, you're empowered to run inference with any open-source language models, speech recognition models, and multimodal models, whether in the cloud, on-premises, or even on your laptop.
https://github.com/xorbitsai/inference
Replace OpenAI GPT with another LLM in your app by changing a single line of code. Xinference gives you the freedom to use any LLM you need. With Xinference, you're empowered to run inference with any open-source language models, speech recognition models, and multimodal models, whether in the cloud, on-premises, or even on your laptop.
https://github.com/xorbitsai/inference
GitHub
GitHub - xorbitsai/inference: Replace OpenAI GPT with another LLM in your app by changing a single line of code. Xinference gives…
Replace OpenAI GPT with another LLM in your app by changing a single line of code. Xinference gives you the freedom to use any LLM you need. With Xinference, you're empowered to run inferen...
Are generator-coroutines really the answer?
The video delves into generator co-routines in Python, explaining the distinctions between generators, functions, and generator instances, and the protocols and roles of collections.abc in defining generators. It highlights the advantages of lazy computation with generators, efficient control and data flow management, and addresses challenges in chaining operations and modeling complex p...
https://www.youtube.com/watch?v=Knth0LhQnC0
The video delves into generator co-routines in Python, explaining the distinctions between generators, functions, and generator instances, and the protocols and roles of collections.abc in defining generators. It highlights the advantages of lazy computation with generators, efficient control and data flow management, and addresses challenges in chaining operations and modeling complex p...
https://www.youtube.com/watch?v=Knth0LhQnC0
YouTube
James Powell - Are generator-coroutines really the answer? | PyData London 2024
www.pydata.org
As we all know (or, at least, as I've been trying to tell everyone,) generators in Python are an extremely powerful API design technique. A generator represents the linear decomposition of a single computation into multiple parts, and such…
As we all know (or, at least, as I've been trying to tell everyone,) generators in Python are an extremely powerful API design technique. A generator represents the linear decomposition of a single computation into multiple parts, and such…
My Python code is a neural network
https://blog.gabornyeki.com/2024-07-my-python-code-is-a-neural-network/
https://blog.gabornyeki.com/2024-07-my-python-code-is-a-neural-network/
Gabornyeki
My Python code is a neural network | Gábor Nyéki
This post translates a Python program to a recurrent neural network. It visualizes the network and explains each step of the translation in detail.
A simplified Python simulation of diffusion
https://www.thepythoncodingstack.com/p/python-diffusion-simulation-demo-turtle
https://www.thepythoncodingstack.com/p/python-diffusion-simulation-demo-turtle
Thepythoncodingstack
If Feynman Was Teaching Today… A Simplified Python Simulation of Diffusion (Part 1)
Understanding the real world is not always easy. A Python simulation can help. And let's find ways of making it efficient, too.
Frappe HR
Open Source, modern, and easy-to-use HR and Payroll Software for all organizations
https://github.com/frappe/hrms
Open Source, modern, and easy-to-use HR and Payroll Software for all organizations
https://github.com/frappe/hrms
GitHub
GitHub - frappe/hrms: Open Source HR and Payroll Software
Open Source HR and Payroll Software. Contribute to frappe/hrms development by creating an account on GitHub.
PostHog / posthog
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://github.com/PostHog/posthog
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://github.com/PostHog/posthog
GitHub
GitHub - PostHog/posthog: 🦔 PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing…
🦔 PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can self-host. Get started - free. - PostHog/posthog
All Set! Looking Under the Hood of Python's Set Data Structure
Learn everything about hash tables, collision handling, and performance optimization.
https://blog.codingconfessions.com/p/cpython-set-implementation
Learn everything about hash tables, collision handling, and performance optimization.
https://blog.codingconfessions.com/p/cpython-set-implementation
Codingconfessions
Looking Under the Hood of Python's Set Data Structure
Learn everything about hash tables, collision handling, and performance optimization