134 lines
2.8 KiB
Plaintext
134 lines
2.8 KiB
Plaintext
# ---> Python
|
||
# Byte-compiled / optimized / DLL files
|
||
__pycache__/
|
||
*.py[cod]
|
||
*$py.class
|
||
|
||
# C extensions
|
||
*.so
|
||
|
||
# Distribution / packaging
|
||
.Python
|
||
build/
|
||
develop-eggs/
|
||
dist/
|
||
downloads/
|
||
eggs/
|
||
.eggs/
|
||
lib/
|
||
lib64/
|
||
parts/
|
||
sdist/
|
||
var/
|
||
wheels/
|
||
pip-wheel-metadata/
|
||
share/python-wheels/
|
||
*.egg-info/
|
||
.installed.cfg
|
||
*.egg
|
||
MANIFEST
|
||
|
||
# PyInstaller
|
||
# Usually these files are written by a python script from a template
|
||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||
*.manifest
|
||
*.spec
|
||
|
||
# Installer logs
|
||
pip-log.txt
|
||
pip-delete-this-directory.txt
|
||
|
||
# Unit test / coverage reports
|
||
htmlcov/
|
||
.tox/
|
||
.nox/
|
||
.coverage
|
||
.coverage.*
|
||
.cache
|
||
nosetests.xml
|
||
coverage.xml
|
||
*.cover
|
||
*.py,cover
|
||
.hypothesis/
|
||
.pytest_cache/
|
||
这是关于道德与政治哲学的一个入门系列课程,主要是围绕哈佛大学迈克尔·桑德尔教授法学系列课程《公正:该如何做是好?》展开评议。
|
||
本课程共12部分,旨在引导观众一起评判性思考关于公正、平等、民主与公民权利的一些基本问题。每周,超过1000位学生来听哈佛教授兼作家迈克尔·桑德尔的课,以拓展他们对于政治与道德哲学的认知理解,探究固有观念是与非。学生们同时还将接触过去一些伟大哲学家——亚里士多德、康德、密尔、洛克。然后,应用课程去分析复杂多变的现代问题:赞助性措施、同性婚姻、爱国主义、忠诚度与人权等。
|
||
桑德尔在教学中通过一些假设或真实案例的描述,置学生于伦理两难困境中,然后要他们做出决定:“该如何做是好?”他鼓励学生站出来为自己的观点辩护,这通常激发生动而幽默的课堂辩论。桑德尔然后围绕伦理问题展开,更深层次地触及不同道德选择背后的假设。
|
||
# Translations
|
||
*.mo
|
||
*.pot
|
||
|
||
# Django stuff:
|
||
*.log
|
||
local_settings.py
|
||
db.sqlite3
|
||
db.sqlite3-journal
|
||
|
||
# Flask stuff:
|
||
instance/
|
||
.webassets-cache
|
||
|
||
# Scrapy stuff:
|
||
.scrapy
|
||
|
||
# Sphinx documentation
|
||
docs/_build/
|
||
|
||
# PyBuilder
|
||
target/
|
||
|
||
# Jupyter Notebook
|
||
.ipynb_checkpoints
|
||
|
||
# IPython
|
||
profile_default/
|
||
ipython_config.py
|
||
|
||
# pyenv
|
||
.python-version
|
||
|
||
# pipenv
|
||
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
||
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
||
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
||
# install all needed dependencies.
|
||
#Pipfile.lock
|
||
|
||
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
||
__pypackages__/
|
||
|
||
# Celery stuff
|
||
celerybeat-schedule
|
||
celerybeat.pid
|
||
|
||
# SageMath parsed files
|
||
*.sage.py
|
||
|
||
# Environments
|
||
.env
|
||
.venv
|
||
env/
|
||
venv/
|
||
ENV/
|
||
env.bak/
|
||
venv.bak/
|
||
|
||
# Spyder project settings
|
||
.spyderproject
|
||
.spyproject
|
||
|
||
# Rope project settings
|
||
.ropeproject
|
||
|
||
# mkdocs documentation
|
||
/site
|
||
|
||
# mypy
|
||
.mypy_cache/
|
||
.dmypy.json
|
||
dmypy.json
|
||
|
||
# Pyre type checker
|
||
.pyre/
|
||
|