ContentPosts from @faun..
Link
@faun shared a link, 2 years, 1 month ago

How to exclude a file in GCS from Cloud CDN Cache?

Google Cloud CDN (Content Delivery Network) is a global network that delivers content with low latency and high performance. Learn how to exclude specific files from Cloud CDN cache using a few simple steps...

Link
@faun shared a link, 2 years, 1 month ago

Connect an Apps Script to Google Cloud Platform via OAuth 2.0 tokens

Connecting Apps Script to Google Cloud Platform APIs: How to use Google Cloud APIs with Apps Script..

Connect an Apps Script to Google Cloud Platform via OAuth 2.0 tokens
Link
@faun shared a link, 2 years, 1 month ago

Using Google Cloud from Colab

Google Colab, a tool for Python developers, allows for easy experimentation and sharing of code. It runs on Google Cloud, providing fast access to cloud services. Colab comes with preinstalled packages and allows for installation of additional dependencies. Authentication and enabling of APIs are ne..

Using Google Cloud from Colab
Link
@faun shared a link, 2 years, 1 month ago

Unlocking the Power of Hybrid Transactional and Analytical Processing with AlloyDB Omni

Follow the steps to move your data from PostgreSQL to AlloyDB Omni, a Hybrid Transactional and Analytical database, and learn how to create a read-replica and enable the columnar engine for faster queries and insights...

Unlocking the Power of Hybrid Transactional and Analytical Processing with AlloyDB Omni
Link
@faun shared a link, 2 years, 1 month ago

Understanding Python Decorators and How to Use Them Effectively

Python decorators are a powerful tool that allow you to extend the functionality of functions and classes without modifying their code. They promote code reusability, separation of concerns, and help you write cleaner and more efficient code...

Link
@faun shared a link, 2 years, 1 month ago

Build Your Own Face Recognition Tool With Python

Create your own face recognition application using Python and face detection and recognition techniques. Train a model on a dataset of images and validate and test the model. Use the face_recognition library and save encodings using pickle...

Build Your Own Face Recognition Tool With Python
Link
@faun shared a link, 2 years, 1 month ago

JupyterLab 4.0 is Here

JupyterLab 4.0 has been released with new features and performance improvements, such as faster rendering and an upgraded text editor. Real-time collaboration has been moved to a separate package, and there is a new extension manager. The update also includes UI improvements, accessibility enhanceme..

JupyterLab 4.0 is Here
Link
@faun shared a link, 2 years, 1 month ago

PyPy v7.3.12: release of python 2.7, 3.9, and 3.10

PyPy v7.3.12 is released, which includes Python 2.7, 3.9, and 3.10 interpreters with new features and improvements...

Link
@faun shared a link, 2 years, 1 month ago

AsyncIO: Why I hate it

AsyncIO requires redoing all the layers of software in an asyncio-friendly way, it has performance limitations, and it is complex and difficult to use. Other choices for asynchronous programming are gevent and other tools...

Link
@faun shared a link, 2 years, 1 month ago

Quick Python Intro to OpenAI Chat Completion Functions

OpenAI has introduced plugin-like functionality for their API, allowing you to describe functions to GPT-3.5-turbo and GPT-4 models for more specific responses...

Quick Python Intro to OpenAI Chat Completion Functions