Week 3 Python HW Instructions

Week%203%20Python%20HW%20Instructions

User Manual:

Open the PDF directly: View PDF PDF.
Page Count: 9

Scroll down to view the document on your mobile browser.
5/22/2018 Week3 - Python/Python HW · master · denver-coding-bootcamp / UDEN201805DATA1 · GitLabhttps://du.bootcampcontent.com/denver-coding-bootcamp/UDEN201805DATA1/tree/master/Week3%20-%20Python/Python%20HW 1/9Name Last update.. (/denver-coding-bootcamp/UDEN201805DATA1/tree/master/Week3%20-%20Python/Python%20HW/..) Images (/denver-coding-bootcamp/UDEN20180…2 days ago PyBank/raw_data (/denver-coding-bootcamp/UD…2 days ago PyBoss/raw_data (/denver-coding-bootcamp/UD…2 days ago PyParagraph/raw_data (/denver-coding-bootcam…2 days ago PyPoll/raw_data (/denver-coding-bootcamp/UDE…2 days ago README.md (/denver-coding-bootcamp/UDEN2…2 days agoWell... you've made it!It's time to put away the Excel sheet and join the big leagues. Welcome to the world ofprogramming with Python. In this homework assignment, you'll be using the conceptsyou've learned to complete 2 of 4 Python Challenges. Which ones you choose arecompletely your choice. In fact, feel encouraged to complete them all if you can musterthe time. README.md (/denver-coding-bootcamp/UDEN201805DATA1/blob/master/Week3%20-%20Python/Python%20HW/README.md)Unit 3 | Assignment - Py Me Up, CharlieBackground
5/22/2018 Week3 - Python/Python HW · master · denver-coding-bootcamp / UDEN201805DATA1 · GitLabhttps://du.bootcampcontent.com/denver-coding-bootcamp/UDEN201805DATA1/tree/master/Week3%20-%20Python/Python%20HW 2/9Each of these challenges encompasses a real-world situation where your newfoundPython scripting skills can come in handy. These challenges are far from easy so expectsome hard work ahead!1.  Create a new GitHub repo called  python-challenge . Then, clone it to your computer.2.  Inside your local git repository, create a directory for 2 of the 4 Python Challenges.Use folder names corresponding to the 2 challenges that you have chosen tocomplete: PyBank, PyPoll, PyBoss, or PyParagraph.3.  Inside of each folder that you just created, add a new file called  main.py . This will bethe main script to run for each analysis.4.  Push the above changes to GitHub.(/denver-coding-bootcamp/UDEN201805DATA1/raw/master/Week3%20-%20Python/Python%20HW/Images/revenue-per-lead.jpg)In this challenge, you are tasked with creating a Python script for analyzing the financialrecords of your company. You will be given two sets of revenue data ( budget_data_1.csvand  budget_data_2.csv ). Each dataset is composed of two columns:  Date  and  Revenue .Before You BeginOption 1: PyBank

Navigation menu