How to Build a Dividend Investing Dashboard in Python and Streamlit
https://levelup.gitconnected.com/how-to-build-a-dividend-investing-dashboard-in-python-and-streamlit-a9ad2714c76b
https://levelup.gitconnected.com/how-to-build-a-dividend-investing-dashboard-in-python-and-streamlit-a9ad2714c76b
Medium
How to Build a Dividend Investing Dashboard in Python and Streamlit
Dividend investing is a relatively safe and, in my opinion, fun investing strategy that focuses on companies that have paid out dividends…
What is Async/Await in Python
You can use the async/await pattern in Python to implement asynchronous programming. In this ...
https://superfastpython.com/async-await-python/
You can use the async/await pattern in Python to implement asynchronous programming. In this ...
https://superfastpython.com/async-await-python/
Super Fast Python
What is Async/Await in Python - Super Fast Python
You can use the async/await pattern in Python to implement asynchronous programming. In this tutorial, you will discover async/await in Python and exactly what it means and when to use it. Let’s get started. What is Async/Await Async/await refers to a pattern…
ControlNet
ControlNet is a neural network structure to control diffusion models by adding extra conditions.
https://github.com/lllyasviel/ControlNet
ControlNet is a neural network structure to control diffusion models by adding extra conditions.
https://github.com/lllyasviel/ControlNet
GitHub
GitHub - lllyasviel/ControlNet: Let us control diffusion models!
Let us control diffusion models! Contribute to lllyasviel/ControlNet development by creating an account on GitHub.
milli-py
Python bindings for Milli, the embeddable Rust-based search engine powering Meilisearch.
https://github.com/AlexAltea/milli-py
Python bindings for Milli, the embeddable Rust-based search engine powering Meilisearch.
https://github.com/AlexAltea/milli-py
GitHub
GitHub - AlexAltea/milli-py: Python bindings for Milli, the embeddable Rust-based search engine powering Meilisearch
Python bindings for Milli, the embeddable Rust-based search engine powering Meilisearch - AlexAltea/milli-py
I've created a Senior Python Developer roadmap
https://www.reddit.com/r/learnpython/comments/1153nn0/ive_created_a_senior_python_developer_roadmap/
https://www.reddit.com/r/learnpython/comments/1153nn0/ive_created_a_senior_python_developer_roadmap/
Reddit
From the learnpython community on Reddit: I've created a Senior Python Developer roadmap
Explore this post and more from the learnpython community
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