-
Vagrant
- http://www.chengweiyang.cn/2014/12/07/CoreOS-etcd-first-view/
- https://coreos.com/os/docs/latest/booting-on-vagrant.html
- https://coreos.com/etcd/docs/latest/etcd-live-cluster-reconfiguration.html
- https://coreos.com/etcd/docs/latest/v2/clustering.html
- http://digitaldrummerj.me/vagrant-behind-proxy-server/
- http://tmatilai.github.io/vagrant-proxyconf/
- http://stackoverflow.com/questions/33117939/vagrant-do-not-map-hostname-to-loopback-address-in-etc-hosts
- https://futurestud.io/tutorials/coreos-etcd-etcd2-configuration-cluster-discovery
- http://lost-and-found-narihiro.blogspot.com/2015/07/run-three-coreoss-with-vagrant.html
-
Systemd
-
DNS
-
SSH
-
Flask
- https://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask
- https://blog.miguelgrinberg.com/post/writing-a-javascript-rest-client
- https://blog.miguelgrinberg.com/post/designing-a-restful-api-using-flask-restful
- https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
- http://flask-restful.readthedocs.io/en/0.3.5/
- http://stackoverflow.com/questions/19261833/what-is-an-endpoint-in-flask
- http://stackoverflow.com/questions/12435297/how-do-i-jsonify-a-list-in-flask
- https://realpython.com/blog/python/api-integration-in-python/
- https://developer.atlassian.com/fecrudev/integration-tutorials/writing-a-rest-client-in-python
- https://github.com/JamieCressey/python-restful-client
- http://stackoverflow.com/questions/6329499/in-python-why-is-list-automatically-global
- http://flask.pocoo.org/snippets/67/
- flask-restful/flask-restful#84
- http://eli.thegreenplace.net/2012/01/04/shared-counter-with-pythons-multiprocessing
- http://stackoverflow.com/questions/33927616/multiprocess-within-flask-app-spinning-up-2-processes
- https://vilimpoc.org/blog/2012/11/21/serving-static-files-from-root-and-not-static-using-flask/
- http://kronosapiens.github.io/blog/2014/08/14/understanding-contexts-in-flask.html
- http://stackoverflow.com/questions/19234737/nested-validation-with-the-flask-restful-requestparser
- http://stackoverflow.com/questions/33738467/how-do-i-know-if-i-can-disable-sqlalchemy-track-modifications
- https://gehrcke.de/2015/05/in-memory-sqlite-database-and-flask-a-threading-trap/
- pallets-eco/flask-sqlalchemy#351
- http://stackoverflow.com/questions/27910829/sqlalchemy-and-sqlite-shared-cache
- http://www.debrice.com/flask-sqlalchemy-caching/
- http://stackoverflow.com/questions/26662702/what-is-the-datetime-format-for-flask-restful-parser
- https://blog.miguelgrinberg.com/post/using-celery-with-flask
- http://stackoverflow.com/questions/12698212/how-to-debug-celery-django-tasks-running-localy-in-eclipse
- http://aviaryan.in/blog/gsoc/celery-flask-good-ideas.html
- http://xion.io/post/code/celery-include-flask-request-context.html
- http://stackoverflow.com/questions/17285826/flask-redirecting-multiple-routes
- https://github.com/inkjet/flask-aws-tutorial
-
python
- http://stackoverflow.com/questions/419163/what-does-if-name-main-do
- https://www.tutorialspoint.com/python/time_strftime.htm
- http://stackoverflow.com/questions/127803/how-to-parse-an-iso-8601-formatted-date
- http://www.saltycrane.com/blog/2008/11/python-unicodeencodeerror-ascii-codec-cant-encode-character/
- http://stackoverflow.com/questions/38029253/is-there-a-way-to-replace-djangos-smart-str-with-a-python-native-solution
- https://www.decalage.info/en/python/print_list
- https://zhuanlan.zhihu.com/p/23136659
- https://github.com/rkern/line_profiler
- https://pymotw.com/2/profile/
- https://julien.danjou.info/blog/2015/guide-to-python-profiling-cprofile-concrete-case-carbonara
- http://softwaretester.info/python-profiling-with-pycharm-community-edition/
- https://thirld.com/blog/2014/11/30/visualizing-the-results-of-profiling-python-code/
- https://www.huyng.com/posts/python-performance-analysis
- https://blog.jetbrains.com/pycharm/2015/05/pycharm-4-5-eap-build-141-988-introducing-python-profiler/
- http://www.jianshu.com/p/ae48c43b79c2
- https://pythonfiles.wordpress.com/2017/05/15/hunting-python-performance-setup/
- http://pragmaticpython.com/2017/02/12/snakeviz-and-cprofile/
- http://www.imooc.com/article/16198
- http://www.imooc.com/article/16217
- http://www.imooc.com/article/16227
- http://www.imooc.com/article/16248
- https://blogs.harvard.edu/rprasad/2014/06/16/reading-excel-with-python-xlrd/
- https://mborgerson.com/creating-an-executable-from-a-python-script
- http://stackoverflow.com/questions/10501724/how-does-python-importing-exactly-work
- https://stackoverflow.com/questions/36943185/avoiding-key-error-storing-values-in-nested-dictionary-python
- https://stackoverflow.com/questions/7807541/is-there-a-way-to-know-by-which-python-version-the-pyc-file-was-compiled
- https://stackoverflow.com/questions/15753701/argparse-option-for-passing-a-list-as-option
- https://stackoverflow.com/questions/626759/whats-the-difference-between-lists-and-tuples
- http://www.jianshu.com/p/25631aa535c3
- https://stackoverflow.com/questions/3136915/passing-all-arguments-of-a-function-to-another-function
- https://pythontips.com/2013/08/04/args-and-kwargs-in-python-explained/
-
numpy
-
pandas
- http://www.gregreda.com/2013/10/26/intro-to-pandas-data-structures/
- http://www.gregreda.com/2013/10/26/working-with-pandas-dataframes/
- http://www.gregreda.com/2013/10/26/using-pandas-on-the-movielens-dataset/
- https://chrisalbon.com/python/pandas_indexing_selecting.html
- https://chrisalbon.com/python/pandas_join_merge_dataframe.html
- https://chrisalbon.com/python/pandas_apply_operations_to_groups.html
- https://chrisalbon.com/python/pandas_delete_duplicates.html
- http://stackoverflow.com/questions/17465045/can-pandas-automatically-recognize-dates
- http://stackoverflow.com/questions/17242970/multi-index-sorting-in-pandas
- http://stackoverflow.com/questions/29859296/how-do-i-change-order-grouping-level-of-pandas-multiindex-columns
- https://stackoverflow.com/questions/41511945/python-pandas-linear-regression-groupby
- http://wesmckinney.com/blog/groupby-fu-improvements-in-grouping-and-aggregating-data-in-pandas/
- pandas-dev/pandas#9216
-
SqlAlchemy
-xlsxwriter - https://stackoverflow.com/questions/36694313/pandas-xlsxwriter-format-header
-
dask
-
scikit-learn
- http://blog.kaggle.com/2016/07/21/approaching-almost-any-machine-learning-problem-abhishek-thakur/
- http://maciejjaskowski.github.io/2016/01/22/pandas-scikit-workflow.html
- https://dzone.com/articles/python-making-scikit-learn-and
- http://www.codesofinterest.com/2017/02/how-to-solve-scikit-learn-deprecation-cross-validation.html
-
JavaScript
-
sqlite
-
MicroService
-
rest
-
Docker
-
pycharm
- https://intellij-support.jetbrains.com/hc/en-us/community/posts/208567485-Pycharm-terminal-is-missing-part-of-PATH
- https://bitbucket.org/sylvanaar2/lua-for-idea/issues/211/debugger-not-seeing-variables-anymore
- https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000164750-Possible-bug-SystemError-unknown-opcode
-
proxy
-
lua
-
Netty