How to drop column(s) by index in Pandas? You can use the drop() function in Pandas to remove columns by index. Set the axis parameter to 1 (indicating columns) and specify either the single-column index or a list of column indices you want to eliminate. In this article, I will explain how to dropContinue Reading

The Concept of CGI CGI is an abbreviation for Common Gateway Interface. It is not a type of language but a set of rules (specification) that establishes a dynamic interaction between a web application and the client application (or the browser). The programs based on CGI helps in communicating betweenContinue Reading

A regular expression is a set of characters with highly specialized syntax that we can use to find or match other characters or groups of characters. In short, regular expressions, or Regex, are widely used in the UNIX world. Import the re Module The re-module in Python gives full supportContinue Reading

Introduction to the Python regular expressions Regular expressions (called regex or regexp) specify search patterns. Typical examples of regular expressions are the patterns for matching email addresses, phone numbers, and credit card numbers. Regular expressions are essentially a specialized programming language embedded in Python. And you can interact with regularContinue Reading

Introduction to Tkinter ttk themes In Tkinter, a theme determines the “look & feel” of all the widgets. It’s a collection of styles for all the ttk widgets. A style specifies the appearance of a widget class e.g., a Button. Each theme comes with a set of styles. It’s possible to change theContinue Reading

The numpy.asarray() function in Numpy is used to convert the input or any existing data into an array. Syntax of numpy.asarray(): Given below is the basic syntax to use this function: Parameters: Let us discuss the parameters mentioned above for the asarray() function: Returned Values: This function will return an array with all the values from the sequenceContinue Reading

Business demand Passion and Patience. Without these two qualities, we cannot stand for any business. Passion is a key to small business owners for long term success. It really is endless energy. You have to get up early, work late. It takes lot of passion, a lot of energy andContinue Reading

ख़ुशी एक व्यवस्था है जो हमें सकारात्मकता की ओर ले जाती  है। जब हम किसी चीज़ को महसूस करते हैं तो  वो एक ख़ुशी  का बोध करती है, चाहे चीज़ पैसा हो, प्यार हो, संस्कार हो, इज़्ज़त हो इत्यादि। हाँ, ख़ुशी  और हंसी को मैं एक सामान नहीं मनाता, क्योंकिContinue Reading

इंसान की फितरत को समझना इतना आसान नहीं है , क्योंकि जो उसका स्वार्थ है वही उसको  अच्छा या बुरे की क्षेणी में खड़ा करता है।  किसी को अच्छा या बुरा हम अपने मन की ख़ुशी से देखते हैं न की आत्मा की नज़र से।  क्योंकि आत्मा न्याय की वोContinue Reading

जब 2020  की शुरआत हुई थी, उस समय अमेरिका की अर्थव्यस्था  अपने निरंतर विस्तार के 126 वे महीने में प्रवेश कर रही थी। ये अमेरिका के इतिहास में आर्थिक प्रगति का सबसे लम्बा दौर था।  उस समय कई  निवेशक और बड़ी कंपनियों के अधिकारी गुपचुप तरीके से ये सवाल उठाContinue Reading