Datatypes in Python. Author: neptune | 22nd-May-2022 | views: 408 #Python Python have different types of datatypes like Numbers, Strings, Lists, Tuples, Dictionary, Set, Frozenset, Bool, Mutable, and Immutable...
Deploy Django project on AWS with Apache2 and mod_wsgi module. Author: neptune | 22nd-May-2022 | views: 872 #Python#Django In this blog I use the AWS Ubuntu 18.22 instance as Hosting platform and used Apache2 server with mod_wsgi for configurations. We create a django sample project then configure server...
Will, AI kills Developer's jobs? Author: neptune | 22nd-May-2022 | views: 691 #Python#Machine learning#AI GPT-3’s performance has convinced that Artificial intelligence is closer or at least AI-generated code is closer than we think. It generates imaginative, insightful, deep, and even excellent content...
How to download video from youtube using python module ? Author: neptune | 22nd-May-2022 | views: 2060 #Python We will let you know how you can easily download the Youtube high quality videos along with subtitle, thumbnail, description using python package..
Do you know Jupyter is now full-fledged IDE? Author: neptune | 15th-Apr-2022 | views: 636 #Python#Jupyter Jupyter is a widely used tool by Data scientists. So developers from institutions like Two Sigma, Bloomberg and fast.ai convert it into IDE lets see..
“Stay Hungry Stay Foolish” - Speech by Steve Jobs Author: neptune | 22nd-May-2022 | views: 3001 #Motivation At Stanford University Steve Job’s address commencement in 2005 is one of the most famous speeches “Stay Hungry Stay Foolish”. It has been described as 'life-changing” speech...
How do you know “You are Rich?” - By IIT Student. Author: neptune | 13th-Oct-2022 | views: 1612 #Motivation We all thought that we knew answer and we replied as following: “ZERO" means nothing. "INFINITY" means uncountable number”. He encounter “How number can be greater than any countable number?"..
Architecture of API Gateway Author: neptune | 15th-Nov-2022 | views: 1055 #API#Microservice Creating an API starts with the publisher, where it will be designed, and it will be published to the store for the consumer to explore and subscribe...
Introduction to React Author: neptune | 11th-Dec-2022 | views: 521 #JavaScript Virtual DOM is an lightweight copy of DOM. It can be changed when we want and then can be saved to the real DOM. Every change Virtual DOM efficiently rerenders the DOM...