• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
PythonForBeginners.com

PythonForBeginners.com

Learn By Example

  • Home
  • Learn Python
    • Python Tutorial
  • Categories
    • Basics
    • Lists
    • Dictionary
    • Code Snippets
    • Comments
    • Modules
    • API
    • Beautiful Soup
    • Cheatsheet
    • Games
    • Loops
  • Python Courses
    • Python 3 For Beginners

Strings

Extract a specific word from a string in Python

Author: Aditya Raj
Last Updated: March 31, 2021

While handling text data, sometimes we have to search for occurrences of specific words in the text and extract specific words. In this tutorial, we … [Read more...] about Extract a specific word from a string in Python

Filed Under: Strings Author: Aditya Raj

How to write comments in Python

Author: Aditya Raj
Last Updated: April 6, 2021

Comments in python are parts of source code which aren't executed by the python interpreter. Comments contribute no functionality to the application … [Read more...] about How to write comments in Python

Filed Under: Strings Author: Aditya Raj

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2

Primary Sidebar

Menu

  • Basics
  • Cheatsheet
  • Code Snippets
  • Development
  • Dictionary
  • Error Handling
  • Lists
  • Loops
  • Modules
  • Scripts
  • Strings
  • System & OS
  • Web

Get Our Free Guide To Learning Python

Most Popular Content

  • Reading and Writing Files in Python
  • Python Dictionary – How To Create Dictionaries In Python
  • How to use Split in Python
  • Python String Concatenation and Formatting
  • List Comprehension in Python
  • How to Use sys.argv in Python?
  • How to use comments in Python
  • Try and Except in Python

Recent Posts

  • Count Rows With Null Values in PySpark
  • PySpark OrderBy One or Multiple Columns
  • Select Rows with Null values in PySpark
  • PySpark Count Distinct Values in One or Multiple Columns
  • PySpark Filter Rows in a DataFrame by Condition

Copyright © 2012–2025 · PythonForBeginners.com

  • Home
  • Contact Us
  • Privacy Policy
  • Write For Us