GPT in 60 Lines of NumPy
In this post, we'll implement a GPT from scratch in just 60 lines of numpy. We'll then load the trained GPT-2 model weights released by OpenAI into our implementation and generate some text.
https://jaykmody.com/blog/gpt-from-scratch/
In this post, we'll implement a GPT from scratch in just 60 lines of numpy. We'll then load the trained GPT-2 model weights released by OpenAI into our implementation and generate some text.
https://jaykmody.com/blog/gpt-from-scratch/
Jay Mody
GPT in 60 Lines of NumPy | Jay Mody
Implementing a GPT model from scratch in NumPy.
ultrafunkamsterdam / undetected-chromedriver
Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/ultrafunkamsterdam/undetected-chromedriver
Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/ultrafunkamsterdam/undetected-chromedriver
GitHub
GitHub - ultrafunkamsterdam/undetected-chromedriver: Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems…
Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM) - ultrafunkamsterdam/undetected-chromedriver
Python’s multiprocessing performance problem
While multiprocessing allows Python to scale to multiple CPUs, it has some performance overhead compared to threading.
https://pythonspeed.com/articles/faster-multiprocessing-pickle/
While multiprocessing allows Python to scale to multiple CPUs, it has some performance overhead compared to threading.
https://pythonspeed.com/articles/faster-multiprocessing-pickle/
Python⇒Speed
Python’s multiprocessing performance problem
While multiprocessing allows Python to scale to multiple CPUs, it has some performance overhead compared to threading.
Attrs, Pydantic, or Python Data Classes: Which One Is The Best?
Data classes are a valuable tool in the Python programmer's toolkit. Despite their usefulness (I do like them a lot!), they do have limitations. In this video, I compare dataclasses with two alternative options, attrs and Pydantic, to help you decide which one to use in your code.
https://www.youtube.com/watch?v=zN4VCb0LbQI
Data classes are a valuable tool in the Python programmer's toolkit. Despite their usefulness (I do like them a lot!), they do have limitations. In this video, I compare dataclasses with two alternative options, attrs and Pydantic, to help you decide which one to use in your code.
https://www.youtube.com/watch?v=zN4VCb0LbQI
YouTube
Attrs, Pydantic, or Python Data Classes?
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Data classes are a valuable tool in the Python programmer's toolkit. Despite their usefulness (I do like them a lot!), they do have limitations. In this video, I compare dataclasses…
Data classes are a valuable tool in the Python programmer's toolkit. Despite their usefulness (I do like them a lot!), they do have limitations. In this video, I compare dataclasses…
Using ChatGPT to control Hue Lights
https://medium.com/@richardhayes777/using-chatgpt-to-control-hue-lights-37729959d94f
https://medium.com/@richardhayes777/using-chatgpt-to-control-hue-lights-37729959d94f
Medium
Using ChatGPT to control Hue Lights
One of the most exciting aspects of ChatGPT and more generally GPT-3 is how it will change how we interact with computers. Here I describe…
Fly through Jupyter with keyboard shortcuts
Learn the 25 most useful keyboard shortcuts for Jupyter Notebook or Lab (including hidden gems) so that you can speed up your workflow!
https://www.dataschool.io/jupyter-notebook-keyboard-shortcuts/
Learn the 25 most useful keyboard shortcuts for Jupyter Notebook or Lab (including hidden gems) so that you can speed up your workflow!
https://www.dataschool.io/jupyter-notebook-keyboard-shortcuts/
Data School
Fly through Jupyter with keyboard shortcuts 🚀
Learn the 25 most useful keyboard shortcuts for Jupyter Notebook or Lab (including hidden gems 💎) so that you can speed up your workflow!
devdata - Improving developer velocity and experience
Developers are the largest expense with software. Improving their productivity doesn't just make sense to the company's bottom line, but it improves morale as they no longer have to wade through a bunch of crap to get started on the job at hand. This data generation technique helps improve your developer experience and testing.
https://www.revsys.com/tidbits/devdata-improving-developer-velocity-and-experience/
Developers are the largest expense with software. Improving their productivity doesn't just make sense to the company's bottom line, but it improves morale as they no longer have to wade through a bunch of crap to get started on the job at hand. This data generation technique helps improve your developer experience and testing.
https://www.revsys.com/tidbits/devdata-improving-developer-velocity-and-experience/
REVSYS
devdata - Improving developer velocity and experience
Developers are the largest expense with software. Improving their productivity doesn't just make sense to the company's bottom line, but it improves morale as they no longer have to wade through a bunch of crap to get started on the job at hand. This data…
Spent Months Writing A Web Dev Course For A Platform, But It Got Canceled Midway. Publishing It Free For The Community.
https://www.reddit.com/r/Python/comments/118ynyy/spent_months_writing_a_web_dev_course_for_a/
https://www.reddit.com/r/Python/comments/118ynyy/spent_months_writing_a_web_dev_course_for_a/
Reddit
r/Python on Reddit: Spent Months Writing A Web Dev Course For A Platform, But It Got Canceled Midway. Publishing It Free For The…
Posted by u/appinv - 1,487 votes and 93 comments
Python is two languages now, and that's great
https://threeofwands.com/python-is-two-languages-now-and-thats-actually-great/
https://threeofwands.com/python-is-two-languages-now-and-thats-actually-great/
The Three of Wands
Python is two languages now, and that's actually great
Everyone doing Python nowadays is aware Python supports optional type hints, and has for some time now. This has created a small schism in the community, with some people being completely uninterested in type hinting and a little defensive about the language…
MoonInTheRiver / DiffSinger
DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism (SVS & TTS); AAAI 2022; Official code
https://github.com/MoonInTheRiver/DiffSinger
DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism (SVS & TTS); AAAI 2022; Official code
https://github.com/MoonInTheRiver/DiffSinger
GitHub
GitHub - MoonInTheRiver/DiffSinger: DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism (SVS & TTS); AAAI 2022;…
DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism (SVS & TTS); AAAI 2022; Official code - MoonInTheRiver/DiffSinger
microdot
The impossibly small web framework for Python and MicroPython.
https://github.com/miguelgrinberg/microdot
The impossibly small web framework for Python and MicroPython.
https://github.com/miguelgrinberg/microdot
GitHub
GitHub - miguelgrinberg/microdot: The impossibly small web framework for Python and MicroPython.
The impossibly small web framework for Python and MicroPython. - miguelgrinberg/microdot
Show HN: QuestDB with Python, Pandas and SQL in a Jupyter notebook – no install
https://play.questdb.io/
https://play.questdb.io/
FlexGen
Running large language models like OPT-175B/GPT-3 on a single GPU. Focusing on high-throughput large-batch generation.
https://github.com/FMInference/FlexGen
Running large language models like OPT-175B/GPT-3 on a single GPU. Focusing on high-throughput large-batch generation.
https://github.com/FMInference/FlexGen
GitHub
GitHub - FMInference/FlexLLMGen: Running large language models on a single GPU for throughput-oriented scenarios.
Running large language models on a single GPU for throughput-oriented scenarios. - FMInference/FlexLLMGen
Why Aren't Programming Language Specifications Comprehensive?
https://tratt.net/laurie/blog/2023/why_arent_programming_language_specifications_comprehensive.html
https://tratt.net/laurie/blog/2023/why_arent_programming_language_specifications_comprehensive.html