PythonHub
前往频道在 Telegram
2 543
订阅者
+424 小时
+127 天
+2030 天
帖子存档
2 543
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
2 543
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
2 543
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
2 543
Dynamic scientific visualizations in the browser for Python users
https://xcorr.net/2021/06/02/dynamic-scientific-visualizations-in-the-browser-for-python-users/
2 543
Textual: A Python Text User Interface with Rich as the Renderer
https://github.com/willmcgugan/textual
2 543
What is the difference between "is" and ==?
https://www.reddit.com/r/learnpython/comments/nxzxgk/what_is_the_difference_between_is_and/
2 543
Python is 1.3x faster by just adjusting some compiling options for libpython
https://bugs.python.org/issue38980?fbclid=IwAR0cyfahpBywNzbqLCpcfwatOaU6W8UQp7LgVu8KZ8hDc-wKLjLE7wjOs7g
2 543
Show HN: Gelidum – My Python library to freeze objects
https://github.com/diegojromerolopez/gelidum
2 543
Types in Python
A bird's view look to the Typing features in Python 3.x
https://auth0.com/blog/typing-in-python/
2 543
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/
2 543
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/
2 543
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
2 543
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/
2 543
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
2 543
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/
2 543
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
2 543
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/
2 543
Gooey: Turn (almost) any Python command line program into a GUI application
https://github.com/chriskiehl/Gooey
