#Python 
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...

Core Python Syllabus for Interviews
Author: neptune | 11th-Jun-2022 | views: 680
#Python #Interview
STRING MANIPULATION : Introduction to Python String, Accessing Individual Elements, String Operators, String Slices, String Functions and Methods...

Mostly asked Python Interview Questions - 2022.
Author: neptune | 25th-May-2022 | views: 1161
#Python #Interview
Python interview questions for freshers. These questions asked in 2022 Python interviews...

How to reverse string in Python ?
Author: neptune | 16th-May-2022 | views: 1037
#Python
We are going to explore different ways to reverse string in Python...

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...

Best Python package manager and package for virtual environment ?
Author: neptune | 15th-Apr-2022 | views: 896
#Python #Anaconda #Virtualenv #Pip
Which is the best package manager for python and Virtual environment management using Virtualenv and Anaconda...

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..

Python Built-in functions lambda, map, filter, reduce.
Author: neptune | 22nd-May-2022 | views: 949
#Python
We are going to explore in deep some important Python build-in functions lambda, map, filter and reduce with examples...

How to extract Speech from Video using Python?
Author: neptune | 01st-Dec-2022 | views: 3402
#Python
Simple and easy way to convert video into audio then text using Google Speech Recognition API...



Recommended for You
“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...