Datatypes in Python. Author: neptune | 15th-May-2022 | views: 50 #Python Python have different types of datatypes like Numbers, Strings, Lists, Tuples, Dictionary, Set, Frozenset, Bool, Mutable, and Immutable...
Introduction to Apache Spark Author: neptune | 09th-May-2022 | views: 65 #Python#Apache Spark Apache Spark is an open-source, distributed processing system that utilizes in-memory caching and optimized query execution for faster queries...
Deploy Django project on AWS with Apache2 and mod_wsgi module. Author: neptune | 13th-May-2022 | views: 41 #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 developers and programmers job ? Author: neptune | 15th-Apr-2022 | views: 384 #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...
What exactly you can do with Python? Author: neptune | 15th-Apr-2022 | views: 286 #Python Well, it's a tricky question to answer because there are lots of application of Python. But, I will tell you about 3 main applications of Python...
How to download video from youtube using python module ? Author: neptune | 24th-Apr-2022 | views: 809 #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: 314 #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 3.9 new amazing features ? Author: neptune | 24th-Apr-2022 | views: 637 #Python We are going to explore the newest features of Python 3.9 really amazing features here list of some features like Dict union, Type hinting etc. with examples...
Different types of software testing ? Author: neptune | Updated: 23rd-Apr-2022 | views: 245 #Testing#IT Testing is the process to improve the performance of software. Examples: Unit, Integration, Regression, Smoke, Alpha, Beta, System, Stress Performance, Object-Oriented Testing etc...