Posts

Showing posts from September, 2021

advertisement

Python Operators Lesson with Examples

Image
Python Operators Lesson with Examples

slicing in python with example

Image
 slicing in python with example 

Current Affairs- Today’s Headlines: September 28, 2021

  Current Affairs- Today’s Headlines: September 28, 2021

Current Affairs- Today’s Headlines: September 26, 2021

  Current Affairs- Today’s Headlines: September 26, 2021 INDIA – Ladakh: I&B Minister Anurag Thakur inaugurates high power transmitters at one of world’s highest radio stations in Kargil – Senior VHP leader Triloki Nath Pandey passes away in Lucknow at 75; was decree-holder of the Shri Ram Janmabhoomi Teertha Kshetra – Eminent women’s rights activist, poet and author Kamla Bhasin dies at 75 ECONOMY & CORPORATE – Civil Aviation Ministry releases interactive drone airspace map; three zones marked for clearance required before using UAVs – SAUBHAGYA household electrification scheme completes 4 yrs of implementation; 2.82 crore households have been electrified since the launch of SAUBHAGYA on 25th September 2017 – Union Minister of Home Affairs and Minister of Cooperation Amit Shah attends ‘National Cooperative Conference’ (Sehkarita Sammelan) in New Delhi as Chief Guest – HDFC Bank Ltd voted ‘Overall Most Outstanding Company in India’ in a poll conducted by reputed publication...

defining functions in python examples

Image
Defining Functions

error handling in python

Image
 Error Handling

Python range() function

Image
  Python range() function

मेरे मन में पारसनाथ जैन भजन लिरिक्स

Image
  मेरे मन में पारसनाथ जैन भजन लिरिक्स

Python input() function

Image
  Python input() function

Python .pop() method

Image
Python .pop() method

World Rose Day : World Rose Day 2021 Date, Theme, History, Significance

Image
World Rose Day : World Rose Day 2021 Date, Theme, History, Significance

Python sort() method

Image
  Python sort() method

Python len() function

Image
  Python len() function

Python Strings

Image
  Python Strings FUNCTIONS: .replace(), .lower(), .upper(), .startswith(), .endswith(), .capitalize(), .index(), .find(),  .count(), type() Strings are always represented in quotes in Python. They can be consisted of letters and numbers as well as symbols. Strings have similar characteristics to text and you can not do arithmetic operations with them. They make up with a variety of string methods what’s lacking in arithmetic operations. Function 1: replace() .replace() is a string method that can be used to change a sub-string in a string. Used Where? Strings are at the heart of data science and lots of other programming disciplines among other data types. Often in programming process, we get long texts consisted of letters and numbers and other characters that we have to work with. These texts in string formats can come from web crawling, email data, financial reports, social media, books, documents, user input, sales reports, economic reports and many other sources. It’s imp...

Advertisement

ADVERTISEMENT