• 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

PFB Staff Writer

Bitly Shortener with Python

Author: PFB Staff Writer
Last Updated: December 2, 2020

Before we start Bitly allows users to shorten, share, and track links (URLs). It's a way to save, share and discover links on the web. Bitly … [Read more...] about Bitly Shortener with Python

Filed Under: bitly, Code Snippets Author: PFB Staff Writer

How to use the Pexpect Module

Author: PFB Staff Writer
Last Updated: December 2, 2020

This article is based on documentation from http://www.noah.org/wiki/pexpect and http://pypi.python.org/pypi/pexpect/ The reason I started to use … [Read more...] about How to use the Pexpect Module

Filed Under: Modules, System & OS Author: PFB Staff Writer

Python Operators

Author: PFB Staff Writer
Last Updated: May 25, 2020

Arithmetic Operators Python includes the +, -, *, /, % (modulus), and ** (exponentiation) operators Assume variable a holds 10 and variable b holds … [Read more...] about Python Operators

Filed Under: Basics Author: PFB Staff Writer

Using the CSV module in Python

Author: PFB Staff Writer
Last Updated: August 25, 2020

If you want to import or export spreadsheets and databases for use in the Python interpreter, you must rely on the CSV module, or Comma Separated … [Read more...] about Using the CSV module in Python

Filed Under: CSV, System & OS Author: PFB Staff Writer

Python Setup

Author: PFB Staff Writer
Last Updated: August 27, 2020

Python is free and open source, available for all operating systems from python.org. If not already installed, this article will help you with your … [Read more...] about Python Setup

Filed Under: Basics, Setup Author: PFB Staff Writer

Using the Platform module in Python

Author: PFB Staff Writer
Last Updated: May 24, 2020

What is it used for? The platform module in Python is used to access the underlying platform’s data, such as, hardware, operating system, and … [Read more...] about Using the Platform module in Python

Filed Under: Basics Author: PFB Staff Writer

Using Python to Send Email

Author: PFB Staff Writer
Last Updated: August 28, 2020

Python includes several modules in the standard library for working with emails and email servers. smtplib Overview The smtplib module defines an SMTP … [Read more...] about Using Python to Send Email

Filed Under: Code Snippets, mail Author: PFB Staff Writer

Command Line speedtest.net via tespeed

Author: PFB Staff Writer
Last Updated: August 28, 2020

Overview While looking around for a command line tool to check my network speed, I stumbledupon a post on lowendtalk.com. What is it? It's a command … [Read more...] about Command Line speedtest.net via tespeed

Filed Under: Code Snippets Author: PFB Staff Writer

Python Collections Counter

Author: PFB Staff Writer
Last Updated: August 28, 2020

Overview of the Collections Module The Collections module implements high-performance container datatypes (beyond the built-in types list, dict and … [Read more...] about Python Collections Counter

Filed Under: Collection, Modules Author: PFB Staff Writer

OS.Walk and Fnmatch in Python

Author: PFB Staff Writer
Last Updated: December 2, 2020

Overview In an earlier post, OS.walk in Python, I described how to use os.walk and showed some examples on how to use it in scripts. In this … [Read more...] about OS.Walk and Fnmatch in Python

Filed Under: Code Snippets, fnmatch, Modules Author: PFB Staff Writer

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 6
  • Go to page 7
  • Go to page 8
  • Go to page 9
  • Go to page 10
  • Interim pages omitted …
  • Go to page 18
  • Go to Next Page »

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