Skip to content

Random Python programs that I've written for the sake of learning/practicing

Notifications You must be signed in to change notification settings

imcgonigle/python-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Experiments

This repo contains small Python programs I've written to learn more about Python and different Python libraries

Getting Started

I use pipenv and pyenv to run the experiments in this repo.

Clone the repo

git clone https://github.com/imcgonigle/python-experiments.git

Create a virtual environment

pipenv shell

Install the dependencies

pipenv install

Run one of the experiments

pipenv run python experiments/{EXPERIMENT_NAME}

Experiments

  • fetch-links.py - Scrapes a webpage for links and prints them in a table.
  • gui-scrape-link.py - A GUI program that lets you enter a URL for it to scrape and display all of the links it finds.

About

Random Python programs that I've written for the sake of learning/practicing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages