How To Cut A String In Python?

Problem: Given a string; how to split/cut the string and extract the required characters? In this article, we will be discussing some interesting scenarios which allow us to split or cut a string and extract the necessary portion of the string that we need. Let us dive into each example/scenario and have a look at … Read more

Parsing XML Using BeautifulSoup In Python

Introduction XML is a tool that is used to store and transport data. It stands for eXtensible Markup Language. XML is quite similar to HTML and they have almost the same kind of structure but they were designed to accomplish different goals. XML is designed to transport data while HTML is designed to display data. … Read more

Installing Beautiful Soup

Summary: To install BeautifulSoup in WIndows use the command: pip install beautifulsoup4. To install it in Linux use the command: sudo apt-get install python3-bs4. Aim: In this tutorial we will discuss how to to install BeautifulSoup? Since BeautifulSoup is not a Python standard library we need to install it before we can use it to … Read more

Searching The Parse Tree Using BeautifulSoup

Introduction HTML (Hypertext Markup Language) consists of numerous tags and the data we need to extract lies inside those tags. Thus we need to find the right tags to extract what we need. Now, how do we find the right tags? We can do so with the help of BeautifulSoup’s search methods. Beautiful Soup has … Read more

Web Scraping With BeautifulSoup In Python

Summary: Web scraping is the process of extracting data from the internet. It is also known as web harvesting or web data extraction. Python allows us to perform web scraping using automated techniques. BeautifulSoup is a Python library used to parse data (structured data) from HTML and XML documents. The internet is an enormous wealth … Read more

Python BeautifulSoup Examples

Introduction In this tutorial, we will explore numerous examples of using the BeautifulSoup library in Python. For a better understanding let us follow a few guidelines/steps that will help us to simplify things and produce an efficient code. Please have a look at the framework/steps that we are going to follow in all the examples … Read more

How to Generate Text Automatically With Python? A Guide to the DeepAI API

Do you want to enrich your Python script with powerful text-generation capabilities? You’re in the right place! What does it do? I just discovered DeepAI’s API that automatically generates a body of text, given a sentence fragment or topic keyword. How can it be used? You can use this as a basis to generate text … Read more

Freelance Developer Resume Template — Free Download GDocs + PDF [No Signup]

Click on the image to create your own copy on Google Docs—opens the freelance developer resume template in a new tab in your browser: Get this Freelance Developer Resume Template in different formats: Google Docs for editing: https://docs.google.com/document/d/13PmALgq4LWu29zf67fzuqU2bVa9tSEd4gXgE-afqmXg/copy PDF for viewing: https://blog.finxter.com/wp-content/uploads/2020/10/Resume-Python-Freelance-Developer.pdf Resume PROFESSIONAL SUMMARY Are you looking for a value-oriented, experienced Python freelance developer … Read more