• 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

Scripts

Log Checker in Python

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

Show all entries in a logfile This script will show all entries in the file that is specified in the log file variable. Log Checker Script In this … [Read more...] about Log Checker in Python

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

Python : Guessing Game part 2

Author: PFB Staff Writer
Last Updated: July 15, 2021

Overview This small program extends the previous guessing game I wrote about in this : post "Python Guessing Game". Guessing Game In this game we will … [Read more...] about Python : Guessing Game part 2

Filed Under: Code Snippets, Games, Scripts Author: PFB Staff Writer

Python Password Generator

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

Password Generator You can use Pythons string and random modules to generate passwords. The string module contains a number of useful constants and … [Read more...] about Python Password Generator

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

Python Code: Celsius and Fahrenheit Converter

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

Overview This script converts temperature between Fahrenheit to Celsius. To create a python converter for celsius and fahrenheit, you first have to … [Read more...] about Python Code: Celsius and Fahrenheit Converter

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

Python Code: Calculate the average score

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

Overview This script will calculate the average of three values. Make sure to put in "int" before the raw_input function, since we are using … [Read more...] about Python Code: Calculate the average score

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

Check your external IP address

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

Overview This is a simple Python script to check which external IP address you have. First we are importing the urllib and re modules. Check your IP … [Read more...] about Check your external IP address

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

Python Hangman Game

Author: PFB Staff Writer
Last Updated: December 28, 2022

In Python, we can create simple games very quickly. In this article, we will discuss the implementation of the Python Hangman Game. Table of … [Read more...] about Python Hangman Game

Filed Under: Code Snippets, Games, Scripts Author: PFB Staff Writer

  • « 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