We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/abbyby/DeepLearningStartUp/blob/master/DL10201.py
##感受 一年前学了python的一些基础,很多东西都忘了,最开始做的时候非常懵逼,看了[已经提交同学的思路]和[廖雪峰的python教程],慢慢找回感觉。期待以输出带动输入,更深入的学习。
注意:在终端运行python时要加上版本号,若直接输入python打开的则是默认的版本2.7.10;
The text was updated successfully, but these errors were encountered:
##进阶任务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’) 可检查是否成功及安装了哪些模块。 比较悲剧的是这个方法似乎没有安装到sympy模块包,在网上查找以后也未发现类似的问题。 二、决定直接安装sympy,也没有成功。 三、又参考:http://m.blog.csdn.net/sweeter2/article/details/50549848 ,将pip重新装了一遍。
Sorry, something went wrong.
No branches or pull requests
代码
https://github.com/abbyby/DeepLearningStartUp/blob/master/DL10201.py
背景
结果
##感受
一年前学了python的一些基础,很多东西都忘了,最开始做的时候非常懵逼,看了[已经提交同学的思路]和[廖雪峰的python教程],慢慢找回感觉。期待以输出带动输入,更深入的学习。
The text was updated successfully, but these errors were encountered: