Join us

heart Posts from the community tagged with Python...
Sponsored Link
@faun shared a link, 1 year, 2 months ago

The art and science of developing intelligent apps with OpenAI GPT-3, DALL·E 2, CLIP, and Whisper.

Explore the fascinating world of Artificial Intelligence and solve real-world problems!

In this practical guide, you will build intelligent real-world applications using GPT-3, DALL-E, Whisper, CLIP, and more tools from the OpenAI and ML ecosystem.

Rest assured, you don't need to be a data scientist or machine learning engineer to follow this guide!

The art and science of developing intelligent apps with OpenAI GPT-3, DALL·E 2, CLIP, and Whisper.
Story
@dridhone shared a post, 1 year, 2 months ago
Founder, www.dridhon.com

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

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
Story FAUN Team
@eon01 shared a post, 1 year, 3 months ago
Founder, FAUN

Best of Last week in FAUN (Jan 30th - Feb 5th)

Every week, we share the most popular articles, tutorials, and resources from FAUN Topics about Programming, DevOps, DevSecOps, Cloud Native, Cloud Computing, and Blockchain.

If you want to learn more about FAUN Topics (our weekly newsletters), join us here.

Last week in FAUN
Story
@sofiatarhonska shared a post, 1 year, 7 months ago
Mailtrap

Sending HTML email in Python

Images, attachments, personalization, multiple recipients, HTML emails and sending via Gmail in one guide.

Story
@sotiris shared a post, 1 year, 8 months ago

Python comprehensions In a nutshell

IntroductionIf you’re a Python programmer, then you know how powerful and flexible the list comprehension syntax is. It allows us to create lists, dictionaries and sets in one line of code. Here’s an example:>>> [x**2 for x in list]This raises every element of the list to the power of 2List..

Story
@javinpaul shared a post, 1 year, 11 months ago
Blogger, Programmer, Developer

My Favorite Python Courses for Data Science and Machine Learning

Hello folks, if you want to learn Data Science and Machine Learning with Python and looking for the best resources like books and online courses then you have come to the right place. Earlier, I shared the best Python book for Data Science, and today, I am going to share with you the best Python cou..

Python for Machine Learning & Data Science Masterclass by Jose Portilla Udemy best course.jpg
Story
@javinpaul shared a post, 2 years, 1 month ago
Blogger, Programmer, Developer

11 Best Coursera Certifications and Courses to Start Career in IT, Blockchain, and Data Science

Are you looking for the best Coursera certifications and courses to start your career in IT, Data Science, Blockchain, and other greenfield areas? Then these resources can help you

Story
@adhithia shared a post, 2 years, 3 months ago
MBA Student, IIT Kharagpur - VGSOM

Regression Regularization Techniques — Ridge and Lasso

We talk and hear a lot about Regression everywhere we go. So let us skip that. In this article, we shall assume that we are masters of Regression and we have already completed building a Linear Regression Model on a given dataset.

1_w5bdQGgrHibp5o0mMcNUqw.png
Story
@phicygni shared a post, 2 years, 3 months ago
Software Engineer, Phi Cygni

A complete Prometheus based email monitoring system using docker compose

Need help setting up a monitoring system? Here’s a complete, easy to deploy, dockerised monitoring system for a local development environment with email alerts.

The open source software Prometheus is an effective and reliable way of monitoring a software service like a web application. It will monitor your service and notify you when it goes down. In addition Prometheus also collects numerous kinds of metric data from the target for diagnostics and display purposes. Presented below is a convenient and reliable docker compose script with a complete ensemble of components useful for running a complete Prometheus monitoring system in a local environment for evaluation and integration testing purposes. Be operational with one docker command. Included in the compose design are containers for Prometheus, Prometheus Alertmanager, Mailhog (a test SMTP server) and some Python code acting as a target to be continuously monitored. Prometheus is also able to monitor code developed in Node, Java, Ruby, Go, Rust, C++, C# and PHP to name a few [3]. Easily update the compose script to incorporate your particular service to be monitored.

Need help setting up a monitoring system? Here’s a complete, easy to deploy, dockerised monitoring system for a local development environment with email alerts.
Story
@davide_pollicino shared a post, 2 years, 3 months ago
Software Engineer

Django App deployment on Azure — Azure Plugin, CI/CD, security configurations, and data persistence

Deploying and configuring a Django application has never been so easy with azure, and below, I will show how to set up and configure your own Django app.

Story
@qramkrishna shared a post, 2 years, 3 months ago
Associate Data Scientist, eXtenso Data

Air Mouse: Doing Mouse Operations Using Finger Gestures

Hey surfer, in this blog, I am going to write about how can we do basic mouse operations like move pointer, click, double click and right click using only finger gestures.