- Hands-On Data Science with Anaconda
- Dr. Yuxing Yan James Yan
- 197字
- 2021-06-25 21:08:45
Review questions and exercises
- What is Anaconda and how do we use its platform?
- How many open source packages are accompanied with Anaconda?
- What is the home page for Anaconda?
- How do we install Anaconda? After Anaconda is installed, should we install Python separately? What about R?
- What is the size of a full Anaconda installation?
- Why should we care about Miniconda?
- What is Jupyter? How do we launch it without installation?
- What are the advantages and disadvantages of using https://jupyter.org/try?
- Where could a new learner find more useful information about Anaconda?
- Get more information about the Julia programming language.
- How do we write a simple program in Julia via Jupyter?
- How do we write a simple program in R via Jupyter?
- How do we find help for Jupyter?
- What is the conda Cheat Sheet and where can we download it?
- Could we run a simple R program without installing Anaconda?
- Could we run Anaconda without pre-installing it?
- Try the following two lines of Python code:
import numpy as np
print(np.sqrt(2))
- Try the following simple code for R:
x<-1:500
mean(x)
sd(x)
- Try the following code for Julia:
x=1:500
mean(x)
- Try the following code for R:
dd<-Sys.Date()
dd+40
推薦閱讀
- Dreamweaver CS3 Ajax網頁設計入門與實例詳解
- 繪制進程圖:可視化D++語言(第1冊)
- 腦動力:Linux指令速查效率手冊
- 三菱FX3U/5U PLC從入門到精通
- 人工免疫算法改進及其應用
- Verilog HDL數字系統設計入門與應用實例
- 來吧!帶你玩轉Excel VBA
- 數據庫原理與應用技術學習指導
- 西門子S7-200 SMART PLC實例指導學與用
- Ceph:Designing and Implementing Scalable Storage Systems
- 觸控顯示技術
- INSTANT Drools Starter
- Mastering Game Development with Unreal Engine 4(Second Edition)
- 典型Hadoop云計算
- Access 2007數據庫入門與實例應用金典