PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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/
Show HN: QuestDB with Python, Pandas and SQL in a Jupyter notebook – no install

https://play.questdb.io/
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
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
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
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/