Skip to content

Your career service from coursework to dream work!

License

Notifications You must be signed in to change notification settings

yunglinchang/PyPyYa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPyYa

Your career service from coursework to dream work!

Nowadays, students ranging from bachelors to more advanced degrees often face a common problem in the job market. There is an information gap between what they have learned and what the job market looks for. In most instances, students lack the key skills that would harm their qualifications for their dream jobs! They also have no idea about career tendency. Life is a one-way journey. What if there is a system that maps out all the must-take courses at your university for the job and tells you how to match your abilities to the actual labor market? You could take a guide, and that is us!

Introducing--PyPyYa!

Demo

Video: https://youtu.be/SyYz-tfTMEI

alt text

The Team--Group 10:

Structure:

.
├── README.md
├── .DS_Store
├── .gitattributes
├── LICENSE
├── data
│   ├── DataAnalyst.csv           
│   ├── DataEngineer.csv             
│   ├── DataScientist.csv      
│   ├── Labor_statistics.csv
│   └── course_clean.csv
├── requirement.txt           
└── scripts
    ├── course_description.py
    ├── Course_GUI.py
    ├── get_sched_table.py
    ├── jobindustry_GUI.py
    ├── main.py
    └── merge_xls.py

Setup:

  1. Clone the PyPyYa repository
git clone https://github.com/yunglinchang/PyPyYa.git
  1. Change directory to PyPyYa folder
cd PyPyYa
  1. Setup and install all the dependencies
pip install –r requirements.txt

Note: The version of the dependencies used are recorded in the requirements.txt document.

  • beautifulsoup4==4.8.0
  • matplotlib==3.1.3
  • nltk==3.4.5
  • numpy==1.18.5
  • pandas==0.25.3
  • Pillow==6.2.0
  • regex==2020.11.13
  • seaborn==0.10.1
  • selenium==3.141.0
  • wordcloud==1.7.0

If pip install does not work for you, you could try utilizing the conda installation with Anaconda.

conda install --yes --file requirements.txt
  1. Run the Python file in terminal
python3 ./scripts/main.py

Data Source:

Python file:

  • course_description.py: Scrape course description data from Schedule of Classes(SOC).
  • Course_GUI.py: Provide user interface of PaPaYa.
  • get_sched_table.py: Scrape course schedule data from SOC.
  • jobindustry_GUI.py: Read data from job search csv file and scrap data from U.S. Labor Statisticts. Convert the data into bar/plot graph and Data Frame table.
  • main.py: Main python file to execute all the other python files.
  • merge_xls.py: Merge course description and schedule data on course ID and integrate department information.

License

MIT License

Copyright (c) [2020] [Yung-Lin Chang, Yi-Wen Chen, Yumin Chen, Siqin Deng]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Your career service from coursework to dream work!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages