Skip to content

IFY-Solutions/python-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scripts

These scripts have dependencies as seen in the Pipfile (Beautiful Soup, Pandas, and xlsxwriter)

Install the dependencies in a pipenv virtual environment

  1. open a terminal
  2. cd to the directory where the Pipfile file is
  3. pip install pipenv
  4. pipenv shell
  5. Make sure you are using the correct python interpreter
  6. pipenv sync

Run these Python scripts to generate Excel files in their respective directories:

  • python ./python_baby_names/question_1.py

  • python ./python_baby_names/question_2.py

  • python ./python_fix_logs/question_1.py

  • python ./python_fix_logs/question_2.py

  1. exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 95.8%
  • Python 4.2%