uk
Feedback
PythonHub

PythonHub

Відкрити в Telegram

News & links about Python programming. https://pythonhub.dev/

Показати більше
2 543
Підписники
+424 години
+127 днів
+2030 день
Архів дописів
Hugging face Course This course will teach you about natural language processing (NLP) using libraries from the Hugging Face ecosystem — Transformers, Datasets, Tokenizers, and Accelerate — as well as the Hugging Face Hub. It’s completely free and without ads. https://huggingface.co/course/chapter1

2nd Year Calculus, But in Python This talk goes through all the formulas in 2nd year calculus and how to evaluate them symbolically in python with no pencil or paper required https://www.youtube.com/watch?v=Teb28OFMVFc

Building a WebAuthn Click Farm — Are CAPTCHAs Obsolete? How I built a click farm to “bypass” Cloudflare’s CAPTCHA killer with some cheap USB security keys, an Arduino, and a bit of python. https://betterappsec.com/building-a-webauthn-click-farm-are-captchas-obsolete-bfab07bb798c

Dynamic scientific visualizations in the browser for Python users https://xcorr.net/2021/06/02/dynamic-scientific-visualizations-in-the-browser-for-python-users/

Textual: A Python Text User Interface with Rich as the Renderer https://github.com/willmcgugan/textual

Writing fast async HTTP requests in Python https://blog.jonlu.ca/posts/async-python-http

Python is 1.3x faster by just adjusting some compiling options for libpython https://bugs.python.org/issue38980?fbclid=IwAR0cyfahpBywNzbqLCpcfwatOaU6W8UQp7LgVu8KZ8hDc-wKLjLE7wjOs7g

Show HN: Gelidum – My Python library to freeze objects https://github.com/diegojromerolopez/gelidum

Types in Python A bird's view look to the Typing features in Python 3.x https://auth0.com/blog/typing-in-python/

Vaex – Faster Pandas Alternate in Python Vaex Python is an alternative to the Pandas library that take less time to do computations on huge ... https://www.machinelearningplus.com/vaex/

I made a simple chatbot using IBM's Watson Assistant and then connected it to a Flask webhook. I like IBM's Watson more than DialogFlow for making intuitive chatbots. Enjoy! https://www.reddit.com/r/madeinpython/comments/o0rjuy/i_made_a_simple_chatbot_using_ibms_watson/

Modern Python Developer's Toolkit https://pycon.switowski.com/

Continuous integration for data science with pytest, Github Actions, and Hypervector This guide outlines how you can build an automated check for a data science feature that runs every time a pull request is opened against the project, using the Python library pytest,  Github's continuous integration platform Actions, and Hypervector — an API for building data science test fixtures easily. https://blog.hypervector.io/posts/2021-5-12-int-github.html

How to Create CRUD REST API with AWS Chalice Learn how to build a book database API with AWS Chalice serverless technology. https://auth0.com/blog/how-to-create-crud-rest-api-with-aws-chalice/

Implement API Caching with Redis, Flask, and Docker [Step-By-Step] You want your API to be faster, more consistent, and to reduce the requests to the server? — That’s where caching comes into play. This article shows you how to implement API Caching with Redis on Flask. https://levelup.gitconnected.com/implement-api-caching-with-redis-flask-and-docker-step-by-step-9139636cef24

Python Tools to Try in 2021 The Python programming language is one of the most popular and in huge demand. It is free, has a
Python Tools to Try in 2021 The Python programming language is one of the most popular and in huge demand. It is free, has a ... https://julien.danjou.info/python-tools-to-try-in-2021/

New Features in Python 3.10 This talk covers some of the most interesting additions to Python - structural pattern matching, parenthesized context managers, more typing, and the new and improved error messages. https://www.youtube.com/watch?v=5-A435hIYio

How to troubleshoot memory problems in Python This post shows how we diagnosed and fixed a memory problem in EvalML, the open-source AutoML library. https://innovation.alteryx.com/how-to-troubleshoot-memory-problems-in-python/

Gooey: Turn (almost) any Python command line program into a GUI application https://github.com/chriskiehl/Gooey