Posts

Showing posts with the label python

Featured Post

लक्ष्य निर्धारित कर सम्यकत्व के लिए पुरुषार्थ करेंगे तो मोक्ष का मार्ग मिलेगा- पूज्य श्री अतिशयमुनिजी म.सा.

लक्ष्य निर्धारित कर सम्यकत्व के लिए पुरुषार्थ करेंगे तो मोक्ष का मार्ग मिलेगा- पूज्य श्री अतिशयमुनिजी म.सा. 

advertisement

deep learning frameworks list

  Basic Frameworks to implement Deep Learning Algorithms

Python Data Wrangling tutorial with example

Image
Python Data Wrangling tutorial with example

Data visualization in Python using Matplotlib and Seaborn

Image
  Data visualization in Python using Matplotlib and Seaborn in this data visualization guide.

Python Operators Lesson with Examples

Image
Python Operators Lesson with Examples

slicing in python with example

Image
 slicing in python with example 

defining functions in python examples

Image
Defining Functions

error handling in python

Image
 Error Handling

Python range() function

Image
  Python range() function

Python .pop() method

Image
Python .pop() method

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