All Projects → bonzanini → VideoCourse-DataScienceRecipes

bonzanini / VideoCourse-DataScienceRecipes

Licence: other
Companion code for my video course on Practical Python Data Science Techniques, published by Packt Publishing

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to VideoCourse-DataScienceRecipes

H4cker
This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.
Stars: ✭ 10,451 (+33612.9%)
Mutual labels:  video-course
ultimate-kubernetes-bootcamp
Ultimate Kubernetes Bootcamp
Stars: ✭ 43 (+38.71%)
Mutual labels:  video-course
cyberops
Cisco Press CCNA Cyber Ops Books and Video Courses supplemental information and additional study materials.
Stars: ✭ 18 (-41.94%)
Mutual labels:  video-course

Practical Python Data Science Techniques

Companion code for my video course on Practical Python Data Science Techniques, published by Packt Publishing.

Videos on PacktPub's Mapt (the publisher)

Videos on OReilly's Safari Online

Setting up the environment

Requirement: Python 3.6

The suggestion is to use the Anaconda distribution.

Create and activate a conda environment:

conda create --name packt-py36 python=3.6 --yes
source activate packt-py36  # Linux / macOS
activate packt-py36  # Windows

Install the libraries used in the course:

conda install --file conda-reqs.txt --yes

Launch Jupyter notebook:

jupyter notebook
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].