16/01/2021
Hello everyone!
I have written an article on "Deploy Machine Learning App to Heroku".
Please feel free to share your feedback.
Deploy Machine Learning Model to Heroku
After building an example app, we deployed the app on heroku and it was a wonderful experience that I just had to share the few steps here…
12/01/2021
Hey Everyone,
Please do checkout this article. Do share your thought if you have any suggestions.
Happy Learning
Understanding of Linear Regression Model
Linear regression is one the most well known algorithm in statistics and machine learning. In this article we are going to explore linear…
01/11/2020
Hey Everyone,
Checkout an article on comprehension.
Python Comprehension
In this article we will learn comprehension in python and how to use it.
09/08/2019
How to send emails using gmail SMTP server with Django??
Here i will show you how to send a mail to admin when someone enquiry for any product from your website/web application.
03/08/2019
Checkout: send mails using python django
How to send emails with python django through google SMTP server for free
Sending emails is one of the important parts of the website in fact almost all websites needs this part if they are going to have users…
07/06/2019
How to use Pandas the RIGHT way to speed up your code
The Pandas library has been a heavenly gift to the Data Science community. Ask any Data Scientist how they like to handle their datasets…
21/04/2019
https://blog.carbonteq.com/benefits-of-cloud-computing/
14 Benefits Of Cloud Computing With Examples
Cloud computing has been around for nearly two decades gaining popularity ever since. Today, according to a rough estimate, nearly 90% of all businesses in the UK are using cloud services.
26/03/2019
https://technumero.com/google-chrome-extensions/
25 Best Google Chrome Extensions for Developers and Bloggers - 2018
Best Google Chrome extensions for Developers and Bloggers. Improve your productivity using these Top Chrome extensions for SEO, web development, editing etc
15/03/2019
Bad UX in Web Apps that Perform Intensive Tasks (and How to Avoid it with Queues)
If you're processing CSVs, resizing images, or doing other time-consuming tasks in your web app, consider this architecture to keep users happy while your tasks complete.