Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUOXI完成DL102入学任务啦 #96

Open
abbyby opened this issue Oct 7, 2017 · 1 comment
Open

LUOXI完成DL102入学任务啦 #96

abbyby opened this issue Oct 7, 2017 · 1 comment

Comments

@abbyby
Copy link

abbyby commented Oct 7, 2017

代码

https://github.com/abbyby/DeepLearningStartUp/blob/master/DL10201.py

背景

  • 系统、版本环境配置: Mac 系统自带的是python 2.7.10版本,先对python进行升级,下载安装了python3.6
  • 使用工具:终端工具 iTerm2 , 编辑器TextMate

结果

image

##感受
一年前学了python的一些基础,很多东西都忘了,最开始做的时候非常懵逼,看了[已经提交同学的思路]和[廖雪峰的python教程],慢慢找回感觉。期待以输出带动输入,更深入的学习。

注意:在终端运行python时要加上版本号,若直接输入python打开的则是默认的版本2.7.10;

@abbyby
Copy link
Author

abbyby commented Oct 8, 2017

##进阶任务1代码
https://github.com/abbyby/DeepLearningStartUp/blob/master/DL10202.py

参考资料:
https://www.zhihu.com/question/35216085
http://www.runoob.com/python/func-number-sin.html

##背景
-系统环境配置:需要安装sympy
一、最开始的想法是直接安装pip。Mac下的安装步骤为 1.在终端中输入sudo easy_install pip ;2.输入电脑密码,开始配置;3.在python环境中输入 help(‘modules’) 可检查是否成功及安装了哪些模块。
image
比较悲剧的是这个方法似乎没有安装到sympy模块包,在网上查找以后也未发现类似的问题。
二、决定直接安装sympy,也没有成功。
三、又参考:http://m.blog.csdn.net/sweeter2/article/details/50549848 ,将pip重新装了一遍。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants