Git Product home page Git Product logo

sukeshpabba / python-for-datascience-machine-learning-bootcamp-udemy Goto Github PK

View Code? Open in Web Editor NEW
34.0 7.0 27.0 17.43 MB

Repository for the course on Udemy - Python for Data Science and Machine Learning Bootcamp , Jose Portilla

Home Page: https://www.udemy.com/python-for-data-science-and-machine-learning-bootcamp/learn/v4/overview

Jupyter Notebook 76.66% HTML 23.34%
python datascience udemy-tutorial machine-learning data-analysis data-visualization

python-for-datascience-machine-learning-bootcamp-udemy's Introduction

Python for Data Science and Machine Learning

This is the collection of notebooks from a Course on Python for Data Science and Machine Learning by Jose Portilla on Udemy.

Along with the notebooks from the course, I've also added additional Practice notebooks, Exercise links, Cheatsheets that help you hone your skills ✨.

Environment Setup

All the files in this repository require Jupyter installed on your computer to run them. However, you can use the same code and try it out in any of the IDE's available. The notebooks are created using the Latest version of Python 3 through the Anaconda distribution.

Installing Jupyter Using Anaconda

  • Install Python and Jupyter using Anaconda Distribution, which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.

Congratulations, you have installed Jupyter Notebook! To run the notebook, run the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):

jupyter notebook 

Installing Jupyter using pip

As an existing or experienced Python user, you may wish to install Jupyter using Python’s package manager, pip, instead of Anaconda.

  • If you have Python 3 installed (which is recommended):
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
  • If you have Python 2 installed:
python -m pip install --upgrade pip
python -m pip install jupyter

Congratulations, you have installed Jupyter Notebook! To run the notebook, run the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):

jupyter notebook

Python Crash Course

Basic Python Skills

Practice Links:

Data Analysis

Numpy

Practice Links:

Pandas

Practice Links:

Data Visualization

Matplotlib

Seaborn

Pandas Built-in Data Visualization

Plotly and Cufflinks

Happy Data Hours 📈

python-for-datascience-machine-learning-bootcamp-udemy's People

Contributors

sukeshpabba avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.