All Projects β†’ sauravraghuvanshi β†’ Udacity-programming-for-Data-Science-With-Python-Nanodegree

sauravraghuvanshi / Udacity-programming-for-Data-Science-With-Python-Nanodegree

Licence: other
This reprositry contain all the codes of Udacity programming for data science course

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Udacity-programming-for-Data-Science-With-Python-Nanodegree

Ultimate Python
Ultimate Python study guide for newcomers and professionals alike. 🐍 🐍 🐍
Stars: ✭ 3,309 (+14940.91%)
Mutual labels:  learning-python, learn-to-code, learning-by-doing
python-tutorial-codes
Python 🐍 Tutorials
Stars: ✭ 23 (+4.55%)
Mutual labels:  learning-python, learn-to-code, learning-by-doing
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (+3886.36%)
Mutual labels:  learning-python, learn-to-code, learning-by-doing
Numerical Computing Is Fun
Learning numerical computing with notebooks for all ages.
Stars: ✭ 730 (+3218.18%)
Mutual labels:  learning-python, learn-to-code, learning-by-doing
Selectstarsql
An interactive SQL book
Stars: ✭ 92 (+318.18%)
Mutual labels:  learn-to-code, learning-by-doing
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (+518.18%)
Mutual labels:  learn-to-code, learning-by-doing
start-machine-learning
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2022 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 3,066 (+13836.36%)
Mutual labels:  learning-python, learn-to-code
Awesome Cn
θΆ…θ΅žεˆ—θ‘¨εˆι›†
Stars: ✭ 449 (+1940.91%)
Mutual labels:  learning-python, learn-to-code
Dayasadev
πŸ“— A course to teach non-technical team members what developers do πŸ“—
Stars: ✭ 73 (+231.82%)
Mutual labels:  learn-to-code, learning-by-doing
Full Speed Python
Full Speed Python: a book for self-learners
Stars: ✭ 3,447 (+15568.18%)
Mutual labels:  learning-python, learning-by-doing
Python Tutorial
A Python 3 programming tutorial for beginners.
Stars: ✭ 647 (+2840.91%)
Mutual labels:  learning-python, learn-to-code
Ziglearn
Repo for https://ziglearn.org content. Get up to speed with Zig quickly.
Stars: ✭ 135 (+513.64%)
Mutual labels:  learn-to-code, learning-by-doing
Java8 Guides Tutorials
Java 8 Guides and Tutorials - A lot of awesome examples using Java 8 features like Stream, Lambda, Functional Interface, Date and Time API and much more
Stars: ✭ 100 (+354.55%)
Mutual labels:  learn-to-code, learning-by-doing
Developer Handbook
An opinionated guide on how to become a professional Web/Mobile App Developer.
Stars: ✭ 1,830 (+8218.18%)
Mutual labels:  learning-python, learn-to-code
lcbo-api
A crawler and API server for Liquor Control Board of Ontario retail data
Stars: ✭ 152 (+590.91%)
Mutual labels:  learn-to-code, learning-by-doing
Start Machine Learning In 2020
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 357 (+1522.73%)
Mutual labels:  learning-python, learn-to-code
Koochooloo
Make your URLs shorter (smaller) and more memorable in Go
Stars: ✭ 29 (+31.82%)
Mutual labels:  learn-to-code, learning-by-doing
Parsing With Haskell Parser Combinators
πŸ” A step-by-step guide to parsing using Haskell parser combinators.
Stars: ✭ 72 (+227.27%)
Mutual labels:  learn-to-code, learning-by-doing
Python Awesome
Learn Python, Easy to learn, Awesome
Stars: ✭ 219 (+895.45%)
Mutual labels:  learning-python, learn-to-code
Mud Pi
A simple MUD server in Python, for teaching purposes, which could be run on a Raspberry Pi
Stars: ✭ 184 (+736.36%)
Mutual labels:  learning-python, learn-to-code

Udacity-programming-for-Data-Science-using-Python-Nanodegree

Created by Saurav Raghuvanshi

This repository contains projects and practice set for Udacity Programming For Data Science Using Python Nanodegree.

Project 1

Overview

This project consisted in the exploration of a provided database movie rentals in which the student had to run SQL queries and build visualizations to showcase the output of the student's queries.

For the presentation component, the student had to create four slides, and each should have (a) a question of interest, (b) a supporting SQL query needed to answer the question, (c) a supporting visualization created using the final data of the SQL queries that answer the questions of interest, and (d) a small summary on each slide.

Project Submission

Check My Project Submission

Question Sets

A set of questions have also been provided by Udacity so that we were free to consider and include them in our Project Submission. Check this out

Project 2

Overview

In this project, the student had to make use of Python to explore data related to bike share systems for three major cities in the United States β€” Chicago, New York City, and Washington. The student had to write code to (a) import the data and answer interesting questions about it by computing descriptive statistics, and (b) write a script that takes in raw input to create an interactive experience in the terminal to present these statistics.

Project Submission

The developed CLI program allows the user to explore an US bikeshare system database and retrieve statistics information from the database. The user is able filter the information by city, month and weekday, in order to visualize statistics information related to a specific subset of data. The user is also able to chose to view raw data and to sort this data by columns, in ascending or descending order.

Check My Project Submission.

Python Learning In The Course

Check the link for my learning material. Check this out

Files Used

The required files for running this program are:

  • washington.csv
  • new_york_city.csv
  • chicago.csv

Requirements

This program was written in Python (version 3.7.1) and relies on the following libraries:

  • pandas==0.23.4
  • numpy==1.15.4

Project 3

This project consisted in using Git and GitHub with a simulated workflow to refactor Project 2.

Project Submission

The Project Submission consisted in the filling of a template with all the Git commands used to perform the requested tasks.

Check My Project Submission.

My Certificate of Completion

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].