Join us

ContentUpdates and recent posts about JobberBase..
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

How to Securely Deploy a FastAPI app with NGINX and Gunicorn

In this tutorial, you'll learn how to useNGINX, andGunicorn+Uvicornto deploy aFastAPIapp, and generate afree SSL certificatefor it. The guide covers commonDebian-basedserver commands and best practices to secure a Linux server, making it a useful read... read more  

How to Securely Deploy a FastAPI app with NGINX and Gunicorn
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

ChatGPT Is My New Personal Trainer

This article is about how the author builta serverless app that uses ChatGPT, a language model AI,to create daily workout planswith variance for him. The author explains how they built the app and how it works, including the services they used, the data model, and the APIs. The author also shares t.. read more  

ChatGPT Is My New Personal Trainer
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Python Developers Warned of Trojanized PyPI Packages Mimicking Popular Libraries

Cybersecurity researchers have identified41 malicious "imposter packages"on the PythonPackage Index (PyPI)repository that are posing astyposquattedversionsof popular libraries. The packages, which have names similar to legitimate modules, such as requests, urllib and urllib3, have descriptions that.. read more  

Python Developers Warned of Trojanized PyPI Packages Mimicking Popular Libraries
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Sentry: Introducing OpenTelemetry Support

Sentry, the APM platform, now supports OpenTelemetry, the open standard for observability. With this support, developers can use Sentry's modern APM to make their observability data actionable. Currently, support is available for Golang, Node.js, Python, Ruby, with Java and .NET coming soon.. read more  

Sentry: Introducing OpenTelemetry Support
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Why Aren't Programming Language Specifications Comprehensive?

CPython and PyPy can interpret the Python language specification differently due to deliberate flexibility in the specification. The specification allows forvariations in implementation techniques, such asobject destructors, which can affect how programs run. The specification also leaves certain a.. read more  

Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Using ChatGPT to control Hue Lights

The author usedGPT-3 to control their Hue Lightswith simple instructions such as ‘make the lights blue’, ‘make one light pink and one like orange’ or ‘make them fancy’. They wrote the project in Pythonusing the phue libraryto talk to their Hue lights. They integrated this with GPT-3 by asking it to.. read more  

Using ChatGPT to control Hue Lights
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

32 Open Source Libraries for Python’s 32nd Birthday

In celebration of Python's 32nd birthday, this article lists32 open source libraries for AI/ML development in Python. The libraries are divided into three categories: - natural language processing, - computer vision, - and machine learning.Some of the libraries included are: - spaCy, - PyTorch, - T.. read more  

32 Open Source Libraries for Python’s 32nd Birthday
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

An opinionated Python boilerplate

The author of this article shares their preferred set of tools for starting a new Python project, includingpip-toolsfor dependency management,pyproject.tomlfor configuration,Makefilesfor common sense,Rufffor linting, andBlack&isortfor formatting. They also suggest usingpre-commit hooksto enforce co.. read more  

An opinionated Python boilerplate
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Some Techniques To Make Your PyTorch Models Train (Much) Faster

This blog post outlines techniques forimproving the training performance of PyTorch models without compromising their accuracy. The author uses aDistilBERTmodel to demonstrate various optimization techniques such as using theLightningModuleandTrainer classes, automatic mixed precision training, sta.. read more  

Some Techniques To Make Your PyTorch Models Train (Much) Faster
Story
@dridhone shared a post, 3 years, 2 months ago
Founder, www.dridhon.com

Why Python is Popular Despite Being (Super) Slow | dridhOn

Python

Why Python is Popular Despite Being (Super) SlowPython is one of the most widely used programming languages, and it has been around for more than 28 years now. One common question arises in mind of most people, especially beginners and newbies, that why Python is popular in mainstream despite being ..

Why Python is Popular Despite Being (Super) Slow | dridhOn

This tool doesn't have a detailed description yet. If you are the administrator of this tool, please claim this page and edit it.