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
Paasify
Deploy your docker-compose applications with ease and manage your infrastructure as code!
https://github.com/barbu-it/paasify/
Deploy your docker-compose applications with ease and manage your infrastructure as code!
https://github.com/barbu-it/paasify/
GitHub
GitHub - barbu-it/paasify: Deploy many docker-compose files with ease!
Deploy many docker-compose files with ease! Contribute to barbu-it/paasify development by creating an account on GitHub.
yaml: while constructing a mapping found unhashable key
In this post you'll find out what "while constructing a mapping found unhashable key" PyYAML errors mean, why they happen, and what you can do about it.
https://death.andgravity.com/yaml-unhashable-key
In this post you'll find out what "while constructing a mapping found unhashable key" PyYAML errors mean, why they happen, and what you can do about it.
https://death.andgravity.com/yaml-unhashable-key
death and gravity
yaml: while constructing a mapping found unhashable key
... in which you'll find out what "while constructing a mapping found unhashable key" PyYAML errors mean, why do they happen, and what you can do about it.
awesome-polars
A curated list of Polars talks, tools, examples & articles.
https://github.com/ddotta/awesome-polars
A curated list of Polars talks, tools, examples & articles.
https://github.com/ddotta/awesome-polars
GitHub
GitHub - ddotta/awesome-polars: A curated list of Polars talks, tools, examples & articles. Contributions welcome !
A curated list of Polars talks, tools, examples & articles. Contributions welcome ! - GitHub - ddotta/awesome-polars: A curated list of Polars talks, tools, examples & articles. Co...
Web Development with Python Tutorial – Flask & Dynamic Database-Driven Web Apps
Learn how to develop Dynamic Database-Driven Web Apps with Python, Flask, and MySQL. This course is broken up into two parts. In part one, you will learn how to build and deploy a site using the Flask Python web framework. In part two, you will connect the Flask application from the first part to a cloud MySQL database and learn how to deploy a production-ready database-driven web application.
https://www.youtube.com/watch?v=yBDHkveJUf4
Learn how to develop Dynamic Database-Driven Web Apps with Python, Flask, and MySQL. This course is broken up into two parts. In part one, you will learn how to build and deploy a site using the Flask Python web framework. In part two, you will connect the Flask application from the first part to a cloud MySQL database and learn how to deploy a production-ready database-driven web application.
https://www.youtube.com/watch?v=yBDHkveJUf4
YouTube
Web Development with Python Tutorial – Flask & Dynamic Database-Driven Web Apps
Learn how to develop Dynamic Database-Driven Web Apps with Python, Flask, and MySQL. This course is broken up into two parts. In part one, you will learn how to build and deploy a site using the Flask Python web framework. In part two, you will connect the…
Why Python keeps growing, explained
https://github.blog/2023-03-02-why-python-keeps-growing-explained/
https://github.blog/2023-03-02-why-python-keeps-growing-explained/
The GitHub Blog
Why Python keeps growing, explained
A deep dive into why more people are using Python than ever, its key use cases, and why it’s still so popular 30-plus years after it was first released.
AlphaZero from Scratch
In this machine learning course, you will learn how to build AlphaZero from scratch. AlphaZero is a game-playing algorithm that uses artificial intelligence and machine learning techniques to learn how to play board games at a superhuman level.
https://www.youtube.com/watch?v=wuSQpLinRB4
In this machine learning course, you will learn how to build AlphaZero from scratch. AlphaZero is a game-playing algorithm that uses artificial intelligence and machine learning techniques to learn how to play board games at a superhuman level.
https://www.youtube.com/watch?v=wuSQpLinRB4
YouTube
AlphaZero from Scratch – Machine Learning Tutorial
In this machine learning course, you will learn how to build AlphaZero from scratch. AlphaZero is a game-playing algorithm that uses artificial intelligence and machine learning techniques to learn how to play board games at a superhuman level.
🔗 Trained…
🔗 Trained…
pandas 2.0 and the Arrow revolution (part I)
https://datapythonista.me/blog/pandas-20-and-the-arrow-revolution-part-i
https://datapythonista.me/blog/pandas-20-and-the-arrow-revolution-part-i
datapythonista blog
pandas 2.0 and the Arrow revolution (part I)
Introduction At the time of writing this post, we are in the process of releasing pandas 2.0. The project has a large number of users,...
Web Scraping LinkedIn Jobs using Python
In this tutorial, we will extract data from Linkedin, and since it does not provide any open API for us to access this data then are only choice is to scrape it. We are going to use Python 3.x.
https://www.scrapingdog.com/blog/scrape-linkedin-jobs/
In this tutorial, we will extract data from Linkedin, and since it does not provide any open API for us to access this data then are only choice is to scrape it. We are going to use Python 3.x.
https://www.scrapingdog.com/blog/scrape-linkedin-jobs/
scrapingdog
Scrape LinkedIn Jobs using Python (Save Data in CSV)
In this tutorial we will be scraping LinkedIn job posting using python. We will create a LinkedIn Job scraper to fetch data points from the job.
Einsum Visualized
A Swiss army knife of the array operations.
https://betterprogramming.pub/einsum-visualized-c050903145ef
A Swiss army knife of the array operations.
https://betterprogramming.pub/einsum-visualized-c050903145ef
Medium
Einsum Visualized
A Swiss army knife of the array multiplication