Python
📄 89 ArticlesPython Quiz 3 | Daily Quiz 3
Python Quiz for Data Science Try the following quiz, it has 10 fairly simple questions on minute Python concepts.Comment your […]
Supply Chain Analytics in Python
Let’s take a case study of Supply Chain optimization. There is a Restaurant which serves Mega Pizza (40”). It has […]
Tricky Interview Questions (Python)
The reason why I put interview questions as the title of a lot of posts is because:–1. It makes you […]
Pandas Interview Questions – Part 3
Pandas Interview QuestionsThis is the second part of the Pandas Interview Questions, in the first part we touch base on […]
Python – Part 1/10
5-6 years back Java was said to be ever lasting. Everyone wanted a Java developer in their team. Looking at the […]
100 Natural Language Processing Questions in Python
Output 72. What is the right order for a text classification model components? Text cleaningText annotationText to predictorsGradient descentModel tuning […]
Supply Chain Analytics – Using PuLP in Python
There are three types of programming which we can do in Supply Chain a. Linear Programming – It involves creating […]
Start with Python
Python is one of the most preferred language for Data Science. It is needless to discuss the pros and cons […]
10 Questions, 10 Minutes – SQL/R/Python – 3/100
1.What will the following code output? >>> word=’abcdefghij’ >>> word[:3]+word[3:] The output is ‘abcdefghij’. The first slice gives us ‘abc’, […]
Hello World | Python for Data Science | Day 2
Hello Pyfans! In the previous article, we discussed Python installation. Now it’s time for us to dive into the code. For […]