stephenwinter + backend 63
Kotlin - jetbrains.com
november 2017 by stephenwinter
programming language based on Java Class Library .. can compile to Javascript .. IntelliJ IDEA
Saint Petersburg
https://heise.de/-3877951 .. JVM
https://heise.de/-3879618 .. native binaries
https://heise.de/-3903616 .. JavaScript
https://news.ycombinator.com/item?id=14882209
backend
Saint Petersburg
https://heise.de/-3877951 .. JVM
https://heise.de/-3879618 .. native binaries
https://heise.de/-3903616 .. JavaScript
https://news.ycombinator.com/item?id=14882209
november 2017 by stephenwinter
TapForms - vimeo.com
august 2016 by stephenwinter
developed by Brendan Duddridge .. Calgary, Canada .. Tap Zapp Software Inc.
https://www.tapforms.com/ .. Tap Forms
https://www.tapforms.com/help-mac/5/en/topic/field-types .. Manual
https://www.cloudant.com/sign-up .. IBM syncing
Organizer Database App for Mac, iPhone and iPad .. very similar to 4th Dimension
uses Couchbase Lite as a wrapper for SQLite and stores data in JSON files.
old version was raw SQLite:
TapForms_db.sqlite .. ~/Library/Containers/com.tapforms.mac/Data/Documents
https://www.youtube.com/user/clickspace/videos .. videos 2013
https://www.tapforms.com/forums/topic-tag/sqlite/
https://www.tapforms.com/forums/topic/multiple-tapforms-filesdbs/
https://www.youtube.com/watch?v=mgoIh6_ZxYw .. 12min video
https://www.macupdate.com/app/mac/48478/tap-forms
https://itunes.apple.com/de/app/tap-forms-organizer-5-+-secure/id1084143351?ls=1&mt=8 .. ios
backend
https://www.tapforms.com/ .. Tap Forms
https://www.tapforms.com/help-mac/5/en/topic/field-types .. Manual
https://www.cloudant.com/sign-up .. IBM syncing
Organizer Database App for Mac, iPhone and iPad .. very similar to 4th Dimension
uses Couchbase Lite as a wrapper for SQLite and stores data in JSON files.
old version was raw SQLite:
TapForms_db.sqlite .. ~/Library/Containers/com.tapforms.mac/Data/Documents
https://www.youtube.com/user/clickspace/videos .. videos 2013
https://www.tapforms.com/forums/topic-tag/sqlite/
https://www.tapforms.com/forums/topic/multiple-tapforms-filesdbs/
https://www.youtube.com/watch?v=mgoIh6_ZxYw .. 12min video
https://www.macupdate.com/app/mac/48478/tap-forms
https://itunes.apple.com/de/app/tap-forms-organizer-5-+-secure/id1084143351?ls=1&mt=8 .. ios
august 2016 by stephenwinter
Python Jupyter app - jupyter.org
july 2016 by stephenwinter
JupyterLab: the next generation of the Jupyter Notebook.
interactive text editor written in JavaScript and Python
https://news.ycombinator.com/item?id=12098180
backend
interactive text editor written in JavaScript and Python
https://news.ycombinator.com/item?id=12098180
july 2016 by stephenwinter
pagekit.com
june 2015 by stephenwinter
lightweight CMS .. PHP framework .. SQLite
https://twitter.com/pagekit
http://symfony.com/what-is-symfony
http://heise.de/-2469936 .. symfony 2.6
http://heise.de/-2544561
backend
https://twitter.com/pagekit
http://symfony.com/what-is-symfony
http://heise.de/-2469936 .. symfony 2.6
http://heise.de/-2544561
june 2015 by stephenwinter
sql. intro to database systems - dancrisan.com
april 2015 by stephenwinter
https://news.ycombinator.com/item?id=12073898 .. 2016-07 .. a beginners guide
backend
april 2015 by stephenwinter
Apache Samza - ycombinator.com
march 2015 by stephenwinter
database as a distributed stream processing framework
backend
march 2015 by stephenwinter
Flask and @app.route - ains.co
december 2014 by stephenwinter
decorators .. Part 1
DISCUSS .. https://news.ycombinator.com/item?id=8808453
backend
DISCUSS .. https://news.ycombinator.com/item?id=8808453
december 2014 by stephenwinter
CoreOS and Docker - Deis.io
november 2014 by stephenwinter
Heroku-like .. Docker .. https://CoreOS.com/
https://news.ycombinator.com/item?id=8592132 .. Flask Gunicorn
https://news.ycombinator.com/item?id=8591209 .. "If you don't have a problem manually managing / self rolling your app deployments, you don't need Deis."
http://deis.readthedocs.org/en/rtfd-org/components/provider/ .. Amazon EC2
https://coreos.com/blog/rocket/ .. CoreOS
DISCUSS .. https://news.ycombinator.com/item?id=8682525 .. HN Rocket is a wrapper around systemd-nspawn, an alternative to Docker. Again: you don't need it.
http://blog.docker.com/2014/12/initial-thoughts-on-the-rocket-announcement/
http://heise.de/-2481332 .. DockerCon 2014
DISCUSS .. https://news.ycombinator.com/item?id=8699957 .. HN
backend
https://news.ycombinator.com/item?id=8592132 .. Flask Gunicorn
https://news.ycombinator.com/item?id=8591209 .. "If you don't have a problem manually managing / self rolling your app deployments, you don't need Deis."
http://deis.readthedocs.org/en/rtfd-org/components/provider/ .. Amazon EC2
https://coreos.com/blog/rocket/ .. CoreOS
DISCUSS .. https://news.ycombinator.com/item?id=8682525 .. HN Rocket is a wrapper around systemd-nspawn, an alternative to Docker. Again: you don't need it.
http://blog.docker.com/2014/12/initial-thoughts-on-the-rocket-announcement/
http://heise.de/-2481332 .. DockerCon 2014
DISCUSS .. https://news.ycombinator.com/item?id=8699957 .. HN
november 2014 by stephenwinter
Flask WTF form - TutsPlus.com
november 2014 by stephenwinter
Flask-WTF is a customization of WTForms
http://wtforms.readthedocs.org/en/latest/
TUTS .. <form> Contact Page .. WTF from the beginning .. no pure <form> in the article
Instead of writing <input type="text">Name</input> in an HTML file, you write name = TextField("Name"). .. WTF
backend
http://wtforms.readthedocs.org/en/latest/
TUTS .. <form> Contact Page .. WTF from the beginning .. no pure <form> in the article
Instead of writing <input type="text">Name</input> in an HTML file, you write name = TextField("Name"). .. WTF
november 2014 by stephenwinter
<form> element . guide MDN - Developer.Mozilla.org
november 2014 by stephenwinter
DOCS .. https://developer.mozilla.org/en/docs/Web/HTML/Element/form .. basic example + attributes
API .. https://developer.mozilla.org/en/docs/Web/API/HTMLFormElement
backend
API .. https://developer.mozilla.org/en/docs/Web/API/HTMLFormElement
november 2014 by stephenwinter
Pgweb . PostgreSQL database browser - GitHub.com
october 2014 by stephenwinter
Web-based .. written in Go
DISCUSS .. https://news.ycombinator.com/item?id=8517647 .. HN
backend
DISCUSS .. https://news.ycombinator.com/item?id=8517647 .. HN
october 2014 by stephenwinter
FlaskBB.org
october 2014 by stephenwinter
http://forums.flaskbb.org/portal/
based on Flask and Git . A lightweight forum software/ Bulletin Board like
http://fluxbb.org/
http://djangobb.org/
https://nodebb.org/ .. .. https://github.com/NodeBB/NodeBB
backend
based on Flask and Git . A lightweight forum software/ Bulletin Board like
http://fluxbb.org/
http://djangobb.org/
https://nodebb.org/ .. .. https://github.com/NodeBB/NodeBB
october 2014 by stephenwinter
PyPI - the Python Package Index - Python.org
october 2014 by stephenwinter
List of newest packages on the frontpage.
backend
october 2014 by stephenwinter
PyPA get-pip - GitHub.com
october 2014 by stephenwinter
virtualenv .. pip
https://bootstrap.pypa.io/
backend
https://bootstrap.pypa.io/
october 2014 by stephenwinter
PyPI setuptools - Python.org
october 2014 by stephenwinter
PyPI - the Python Package Index .. eggs .. egg .. 7.0
DOCS .. https://pythonhosted.org/setuptools/setuptools.html
backend
DOCS .. https://pythonhosted.org/setuptools/setuptools.html
october 2014 by stephenwinter
Flask . app structure - Prakhar.me
october 2014 by stephenwinter
RELATED .. http://charlesleifer.com/blog/structuring-flask-apps-a-how-to-for-those-coming-from-django/
TUTS .. http://prakhar.me/articles/flask-on-nginx-and-gunicorn/?utm_content=buffer9bbdc&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer .. FLASK - NGINX - GUNICORN
https://news.ycombinator.com/item?id=10798916 .. 2015-12 Video Tutorial
https://news.ycombinator.com/item?id=11121355 .. 2016-02 .. Eric Scrivner
https://news.ycombinator.com/item?id=11143326 .. 2016-02 .. discoverflask.com
backend
TUTS .. http://prakhar.me/articles/flask-on-nginx-and-gunicorn/?utm_content=buffer9bbdc&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer .. FLASK - NGINX - GUNICORN
https://news.ycombinator.com/item?id=10798916 .. 2015-12 Video Tutorial
https://news.ycombinator.com/item?id=11121355 .. 2016-02 .. Eric Scrivner
https://news.ycombinator.com/item?id=11143326 .. 2016-02 .. discoverflask.com
october 2014 by stephenwinter
Realms Wiki - GitHub.com
october 2014 by stephenwinter
http://realms.io/ .. Python, SQLite, Git, Handlebars .. Linux (Heroku)
split-screen Markdown editor
by Matthew Scragg .. scragg0x
DISCUSS .. https://news.ycombinator.com/item?id=8297597 .. HN
TUTS .. https://scottlinux.com/2014/04/03/how-to-host-multiple-django-or-python-apps-on-the-same-host-with-nginx-and-gunicorn/
https://news.ycombinator.com/item?id=11211241 .. 2016-03 .. Nuclino – a lightweight and fast real-time wiki for teams
You can think of it as an nvALT + real-time collaboration + rich content. (markdown)
backend
split-screen Markdown editor
by Matthew Scragg .. scragg0x
DISCUSS .. https://news.ycombinator.com/item?id=8297597 .. HN
TUTS .. https://scottlinux.com/2014/04/03/how-to-host-multiple-django-or-python-apps-on-the-same-host-with-nginx-and-gunicorn/
https://news.ycombinator.com/item?id=11211241 .. 2016-03 .. Nuclino – a lightweight and fast real-time wiki for teams
You can think of it as an nvALT + real-time collaboration + rich content. (markdown)
october 2014 by stephenwinter
Pyramid vs Flask vs Django - airpair.com
october 2014 by stephenwinter
Choosing a Python Web Framework .. artcle rather dubious
backend
october 2014 by stephenwinter
Python Decorators in 12 Steps - simeonfranklin.com
september 2014 by stephenwinter
VIDEO .. https://www.youtube.com/watch?v=ZdvpNaWwx24 .. Simeon Franklin on Descriptors
VIDEO .. https://www.youtube.com/watch?v=9oyr0mocZTg&t=1m30s .. Colton Myers, PyCon 2014
VIDEO .. https://www.youtube.com/watch?v=7jGtDGxgwEY Graham Dumpleton, PyCon 2014
TUTS .. http://www.learnpython.org/en/Decorators
TUTS .. http://thecodeship.com/patterns/guide-to-python-function-decorators/
TUTS .. http://www.jeffknupp.com/blog/2013/11/29/improve-your-python-decorators-explained/
https://news.ycombinator.com/item?id=10214776 .. 2015-09
https://news.ycombinator.com/item?id=16084238 .. 2018-01
backend
VIDEO .. https://www.youtube.com/watch?v=9oyr0mocZTg&t=1m30s .. Colton Myers, PyCon 2014
VIDEO .. https://www.youtube.com/watch?v=7jGtDGxgwEY Graham Dumpleton, PyCon 2014
TUTS .. http://www.learnpython.org/en/Decorators
TUTS .. http://thecodeship.com/patterns/guide-to-python-function-decorators/
TUTS .. http://www.jeffknupp.com/blog/2013/11/29/improve-your-python-decorators-explained/
https://news.ycombinator.com/item?id=10214776 .. 2015-09
https://news.ycombinator.com/item?id=16084238 .. 2018-01
september 2014 by stephenwinter
Python Falcon WSGI framework - falconframework.org
september 2014 by stephenwinter
for building web APIs /backend. It encourages the REST architectural style.
maintainer: Kurt Griffiths
DOCS .. http://falcon.readthedocs.org/
TUTS .. http://www.giantflyingsaucer.com/blog/?p=4342
VIDEO .. https://www.youtube.com/watch?v=ZhYuq36_MYM
SIMILAR .. http://www.jeffknupp.com/blog/2014/07/17/omega-the-last-python-web-framework/
https://news.ycombinator.com/item?id=15180526 .. 2017-09 .. Ice WSGI microframework
backend
maintainer: Kurt Griffiths
DOCS .. http://falcon.readthedocs.org/
TUTS .. http://www.giantflyingsaucer.com/blog/?p=4342
VIDEO .. https://www.youtube.com/watch?v=ZhYuq36_MYM
SIMILAR .. http://www.jeffknupp.com/blog/2014/07/17/omega-the-last-python-web-framework/
https://news.ycombinator.com/item?id=15180526 .. 2017-09 .. Ice WSGI microframework
september 2014 by stephenwinter
Python WING IDE - Wingware .com
september 2014 by stephenwinter
https://wingware.com/wingide/features/personal
$45 Omit-Featured .. $95 Full-Featured
FEATURE .. GUI native OSX
FEATURE .. Django template syntax highlighting
(Django != Flask templating engine Jinja2)
FEATURE .. mostly for older frameworks (Paste/ Pylons/ Pyramid)
VIDEO .. https://www.youtube.com/watch?v=-iYBkft39KM
backend
$45 Omit-Featured .. $95 Full-Featured
FEATURE .. GUI native OSX
FEATURE .. Django template syntax highlighting
(Django != Flask templating engine Jinja2)
FEATURE .. mostly for older frameworks (Paste/ Pylons/ Pyramid)
VIDEO .. https://www.youtube.com/watch?v=-iYBkft39KM
september 2014 by stephenwinter
PyPA virtualenv - PyPA.io
august 2014 by stephenwinter
v1.11.6
virtualenvwrapper:
http://virtualenvwrapper.readthedocs.org/en/latest/install.html#shell-startup-file
other download sources (pelican links to http://www.virtualenv.org/ = virtualenv.pypa.io):
https://pypi.python.org/pypi/virtualenv
https://virtualenv.readthedocs.org/en/latest/virtualenv.html#environment-variables-and-configuration-files
backend
virtualenvwrapper:
http://virtualenvwrapper.readthedocs.org/en/latest/install.html#shell-startup-file
other download sources (pelican links to http://www.virtualenv.org/ = virtualenv.pypa.io):
https://pypi.python.org/pypi/virtualenv
https://virtualenv.readthedocs.org/en/latest/virtualenv.html#environment-variables-and-configuration-files
august 2014 by stephenwinter
SQLite and WSGI - pwp.stevecassidy.net
august 2014 by stephenwinter
PWP = Python Web Programming .. University Sydney
VIDEO .. https://www.youtube.com/watch?v=x6SvecADw2M .. mod_wsgi
backend
VIDEO .. https://www.youtube.com/watch?v=x6SvecADw2M .. mod_wsgi
august 2014 by stephenwinter
Flask Mega Tutorial - miguelgrinberg.com
august 2014 by stephenwinter
REPO .. https://github.com/miguelgrinberg/api-pycon2014 .. code for RESTful web services
REPO .. https://github.com/miguelgrinberg/ .. code for books and tutorials
REPO .. http://talks.miguelgrinberg.com/
Miguel Grinberg .. Portland, Oregon
The Mega Tutorial covers i.a. SQLite
backend
REPO .. https://github.com/miguelgrinberg/ .. code for books and tutorials
REPO .. http://talks.miguelgrinberg.com/
Miguel Grinberg .. Portland, Oregon
The Mega Tutorial covers i.a. SQLite
august 2014 by stephenwinter
..SQLite . Full-Text Search with Python - charlesleifer.com
august 2014 by stephenwinter
TUTS .. http://charlesleifer.com/blog/saturday-morning-hacks-adding-full-text-search-to-the-flask-note-taking-app/
Charles Leifer, US state Kansas
Blog made with Flask (Python), SQLite, Peewee, Bootstrap
FORUM .. https://news.ycombinator.com/item?id=8033210 .. HN comments
DOCS .. http://peewee.readthedocs.org/en/latest/ .. SQLite ORM
http://charlesleifer.com/blog/sqlite-small-fast-reliable-choose-any-three-/ .. SMALL-FAST-RELIABLE
backend
Charles Leifer, US state Kansas
Blog made with Flask (Python), SQLite, Peewee, Bootstrap
FORUM .. https://news.ycombinator.com/item?id=8033210 .. HN comments
DOCS .. http://peewee.readthedocs.org/en/latest/ .. SQLite ORM
http://charlesleifer.com/blog/sqlite-small-fast-reliable-choose-any-three-/ .. SMALL-FAST-RELIABLE
august 2014 by stephenwinter
..SQLite TUTS - tutorialspoint.com
august 2014 by stephenwinter
DOCS .. https://www.sqlite.org/fileformat.html .. Richard Hipp
DOCS .. https://www.sqlite.org/intern-v-extern-blob.html .. BLOB
https://news.ycombinator.com/item?id=11806130 .. 2016-05
https://news.ycombinator.com/item?id=11934826 .. 2016-06 .. beets.io
https://news.ycombinator.com/item?id=12578028 .. 2016-09
https://remusao.github.io/posts/2017-10-21-few-tips-sqlite-perf.html .. 2017-10
https://news.ycombinator.com/item?id=15525715 .. 2017-10
https://news.ycombinator.com/item?id=15605669 .. 2017-11
http://blog.creapptives.com/post/47494540287/a-document-store-with-sqlite3-and-python .. 2013-04
backend
DOCS .. https://www.sqlite.org/intern-v-extern-blob.html .. BLOB
https://news.ycombinator.com/item?id=11806130 .. 2016-05
https://news.ycombinator.com/item?id=11934826 .. 2016-06 .. beets.io
https://news.ycombinator.com/item?id=12578028 .. 2016-09
https://remusao.github.io/posts/2017-10-21-few-tips-sqlite-perf.html .. 2017-10
https://news.ycombinator.com/item?id=15525715 .. 2017-10
https://news.ycombinator.com/item?id=15605669 .. 2017-11
http://blog.creapptives.com/post/47494540287/a-document-store-with-sqlite3-and-python .. 2013-04
august 2014 by stephenwinter
Flask as backend . SQLite . AngularJS - pangyanhan.com
august 2014 by stephenwinter
Pang Yan Han, Singapore
https://github.com/yanhan/ngtut .. Repository for ngtut
http://jaspervdj.be/hakyll/ .. static Blog powered by Hakyll
http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background .. Josh David Miller, 2013-02-21
backend
https://github.com/yanhan/ngtut .. Repository for ngtut
http://jaspervdj.be/hakyll/ .. static Blog powered by Hakyll
http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background .. Josh David Miller, 2013-02-21
august 2014 by stephenwinter
.Flask / Python - StackOverflow.com
july 2014 by stephenwinter
Users with high reputation in 'Flask / Python':
http://stackoverflow.com/users/19990/armin-ronacher .. MAKER OF FLASK
http://stackoverflow.com/users/235698/mark-tolonen .. PYTHON . C++
http://stackoverflow.com/users/90308/foglebird .. DJANGO . C++ . FLASK
http://stackoverflow.com/users/904393/miguel .. GRINBERG
http://stackoverflow.com/users/100297/martijn-pieters .. PLONE . DJANGO . PYTHON 3
http://stackoverflow.com/users/135978/sean-vieira .. FLASK
http://stackoverflow.com/users/1650012/kramer65 .. FLASK . UBUNTU . WTForms . OSX
http://stackoverflow.com/users/157176/plaes .. SQLAlchemy . Estonia
http://stackoverflow.com/users/272520/mark-hildreth .. FLASK
http://stackoverflow.com/users/172776/ramin .. GUNICORN . FLASK
http://stackoverflow.com/users/400617/davidism .. FLASK (age 25)
http://stackoverflow.com/users/1164104/doobeh .. FLASK (Windows, JSON)
http://stackoverflow.com/users/3822577/jeremy-allen .. FLASK
http://stackoverflow.com/users/1209328/peter .. FLASK . distributed queues
Business of StackOverflow:
http://highscalability.com/blog/2014/7/21/stackoverflow-update-560m-pageviews-a-month-25-servers-and-i.html
http://en.wikipedia.org/wiki/StackOverflow
http://blog.codinghorror.com/ .. Jeff Atwood
http://blog.discourse.org/ .. Jeff Atwood
backend
http://stackoverflow.com/users/19990/armin-ronacher .. MAKER OF FLASK
http://stackoverflow.com/users/235698/mark-tolonen .. PYTHON . C++
http://stackoverflow.com/users/90308/foglebird .. DJANGO . C++ . FLASK
http://stackoverflow.com/users/904393/miguel .. GRINBERG
http://stackoverflow.com/users/100297/martijn-pieters .. PLONE . DJANGO . PYTHON 3
http://stackoverflow.com/users/135978/sean-vieira .. FLASK
http://stackoverflow.com/users/1650012/kramer65 .. FLASK . UBUNTU . WTForms . OSX
http://stackoverflow.com/users/157176/plaes .. SQLAlchemy . Estonia
http://stackoverflow.com/users/272520/mark-hildreth .. FLASK
http://stackoverflow.com/users/172776/ramin .. GUNICORN . FLASK
http://stackoverflow.com/users/400617/davidism .. FLASK (age 25)
http://stackoverflow.com/users/1164104/doobeh .. FLASK (Windows, JSON)
http://stackoverflow.com/users/3822577/jeremy-allen .. FLASK
http://stackoverflow.com/users/1209328/peter .. FLASK . distributed queues
Business of StackOverflow:
http://highscalability.com/blog/2014/7/21/stackoverflow-update-560m-pageviews-a-month-25-servers-and-i.html
http://en.wikipedia.org/wiki/StackOverflow
http://blog.codinghorror.com/ .. Jeff Atwood
http://blog.discourse.org/ .. Jeff Atwood
july 2014 by stephenwinter
Realm. mobile database - realm.io
july 2014 by stephenwinter
more memory-efficient and faster than SQLite
https://news.ycombinator.com/item?id=8037633
https://news.ycombinator.com/item?id=11187907 .. 2016-02 .. Rqlite. Replicated SQLite using the Raft consensus protocol
backend
https://news.ycombinator.com/item?id=8037633
https://news.ycombinator.com/item?id=11187907 .. 2016-02 .. Rqlite. Replicated SQLite using the Raft consensus protocol
july 2014 by stephenwinter
Python . PyCharm BLOG - JetBrains.com
june 2014 by stephenwinter
http://www.jetbrains.com/pycharm/whatsnew/
PyCharm .. 26€ edu full-featured .. 89€ single user
PyCharm .. free .. heavily feature reduced
backend
PyCharm .. 26€ edu full-featured .. 89€ single user
PyCharm .. free .. heavily feature reduced
june 2014 by stephenwinter
Python-Guide.org
may 2014 by stephenwinter
The Hitchhiker’s Guide to Python .. Kenneth Reitz
backend
may 2014 by stephenwinter
Flask . primer on Jinja templating - realpython.com
april 2014 by stephenwinter
BLOG .. http://mherman.org/ .. Michael Herman, San Francisco
TUTS .. https://github.com/mjhea0/flaskr-tdd
TUTS .. https://realpython.com/blog/python/python-web-applications-with-flask-part-i/#.Uu6GOHddUp8
TUTS .. https://realpython.com/blog/python/python-web-applications-with-flask-part-ii/#.Uu5-EHddUp8
TUTS .. https://realpython.com/blog/python/python-web-applications-with-flask-part-iii/
backend
TUTS .. https://github.com/mjhea0/flaskr-tdd
TUTS .. https://realpython.com/blog/python/python-web-applications-with-flask-part-i/#.Uu6GOHddUp8
TUTS .. https://realpython.com/blog/python/python-web-applications-with-flask-part-ii/#.Uu5-EHddUp8
TUTS .. https://realpython.com/blog/python/python-web-applications-with-flask-part-iii/
april 2014 by stephenwinter
Flask and Python are powerful - jeffknupp.com
january 2014 by stephenwinter
http://www.jeffknupp.com/blog/2014/01/29/productionizing-a-flask-application/ .. Models
http://www.jeffknupp.com/blog/2013/11/29/improve-your-python-decorators-explained/ .. Decorators
ePub eBOOK: Writing Idiomatic Python
https://www.jeffknupp.com/writing-idiomatic-python-ebook/
backend
http://www.jeffknupp.com/blog/2013/11/29/improve-your-python-decorators-explained/ .. Decorators
ePub eBOOK: Writing Idiomatic Python
https://www.jeffknupp.com/writing-idiomatic-python-ebook/
january 2014 by stephenwinter
Python . Classes With Type - jeffknupp.com
january 2014 by stephenwinter
Metaclasses and Dynamic Classes
backend
january 2014 by stephenwinter
Python Pagd - static site generator - GitHub.com
december 2013 by stephenwinter
based on MVC . Model-View-Controller .. highly pluggable
backend
december 2013 by stephenwinter
Python Strings. Developers - Google.com
december 2013 by stephenwinter
Educational Materials
backend
december 2013 by stephenwinter
SQLite improves performance - SQLite.org
may 2013 by stephenwinter
memory-mapped IO
DISCUSS .. https://news.ycombinator.com/item?id=5758192 .. HN
DISCUSS .. http://blog.gmane.org/gmane.comp.db.sqlite.general .. GMANE
https://github.com/stephencelis/SQLite.swift .. SWIFT
DISCUSS .. https://news.ycombinator.com/item?id=8433731 .. HN
https://www.theguardian.com/technology/2007/jun/21/it.guardianweeklytechnologysection .. 2007-06
backend
DISCUSS .. https://news.ycombinator.com/item?id=5758192 .. HN
DISCUSS .. http://blog.gmane.org/gmane.comp.db.sqlite.general .. GMANE
https://github.com/stephencelis/SQLite.swift .. SWIFT
DISCUSS .. https://news.ycombinator.com/item?id=8433731 .. HN
https://www.theguardian.com/technology/2007/jun/21/it.guardianweeklytechnologysection .. 2007-06
may 2013 by stephenwinter
Flask API . Shiva Music - ReadTheDocs.org
march 2013 by stephenwinter
✩✩✩✩ Python SQLAlchemy Flask .. Alvaro Mouriño (tooxie)
REPO .. https://github.com/tooxie/shiva-server
REVIEW .. https://hacks.mozilla.org/2013/03/shiva-more-than-a-restful-api-to-your-music-collection/ .. Hacks.Mozilla.org
REVIEW .. http://heise.de/-1821300
backend
REPO .. https://github.com/tooxie/shiva-server
REVIEW .. https://hacks.mozilla.org/2013/03/shiva-more-than-a-restful-api-to-your-music-collection/ .. Hacks.Mozilla.org
REVIEW .. http://heise.de/-1821300
march 2013 by stephenwinter
Flask zmusic-ng . Music web application - ZX2C4.com
january 2013 by stephenwinter
serves and transcodes tagged music libraries using Flask and Backbone.js
backend
january 2013 by stephenwinter
Python 2.6 . Non-Programmer's Tutorial - Wikibooks.org
january 2013 by stephenwinter
TUTS .. http://net.tutsplus.com/tutorials/python-tutorials/python-from-scratch-variables-data-types-and-control-structure/
TUTS .. http://net.tutsplus.com/tutorials/python-tutorials/python-from-scratch-functions-and-modules-2/
TUTS .. http://net.tutsplus.com/tutorials/python-tutorials/python-from-scratch-object-oriented-programming/
https://news.ycombinator.com/item?id=12134194 .. 2016-07 .. The Hitchhiker’s Guide to Python
backend
TUTS .. http://net.tutsplus.com/tutorials/python-tutorials/python-from-scratch-functions-and-modules-2/
TUTS .. http://net.tutsplus.com/tutorials/python-tutorials/python-from-scratch-object-oriented-programming/
https://news.ycombinator.com/item?id=12134194 .. 2016-07 .. The Hitchhiker’s Guide to Python
january 2013 by stephenwinter
virtualenvwrapper 3.5 - DougHellmann.com
december 2012 by stephenwinter
业습 http://www.doughellmann.com/projects/virtualenvwrapper/ .. HOME
http://pypi.python.org/pypi/virtualenvwrapper .. PACKAGE
http://virtualenvwrapper.readthedocs.org/ .. READTHEDOCS
http://myadventuresincoding.wordpress.com/2011/09/11/python-upgrading-python-with-easy_install-pip-and-virtualenv-on-a-mac/ .. HOWTO
http://www.arthurkoziel.com/2008/10/22/working-virtualenv/ .. !!
Date: 2012-06-10 Timestamp:
backend
http://pypi.python.org/pypi/virtualenvwrapper .. PACKAGE
http://virtualenvwrapper.readthedocs.org/ .. READTHEDOCS
http://myadventuresincoding.wordpress.com/2011/09/11/python-upgrading-python-with-easy_install-pip-and-virtualenv-on-a-mac/ .. HOWTO
http://www.arthurkoziel.com/2008/10/22/working-virtualenv/ .. !!
Date: 2012-06-10 Timestamp:
december 2012 by stephenwinter
Python HTTP library Requests - python-requests.org
december 2012 by stephenwinter
业습 Kenneth Reitz
DOCS .. http://python-guide.org/ .. Hitchhiker’s Guide
BLOG .. http://www.kennethreitz.org/essays/
BLOG .. http://kennethreitz.org/announcing-requests-v100.html .. 404
backend
DOCS .. http://python-guide.org/ .. Hitchhiker’s Guide
BLOG .. http://www.kennethreitz.org/essays/
BLOG .. http://kennethreitz.org/announcing-requests-v100.html .. 404
december 2012 by stephenwinter
.Gunicorn.org
december 2012 by stephenwinter
Python WSGI HTTP Server for UNIX .. Benoit Chesneau, Creil, France
GITHUB .. https://github.com/benoitc/gunicorn/blob/master/examples/nginx.conf
DOCS .. http://gunicorn-docs.readthedocs.org/en/latest/deploy.html
DOCS .. http://docs.gunicorn.org/en/latest/faq.html
TUTS .. http://tutos.readthedocs.org/en/latest/source/ndg.html .. (dubious)
REVIEW .. http://mattseymour.net/blog/2014/07/uwsgi-or-gunicorn/ .. uWSGI
DOCS .. http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html .. uWSGI
DOCS .. http://supervisord.org/ .. for Gunicorn
backend
GITHUB .. https://github.com/benoitc/gunicorn/blob/master/examples/nginx.conf
DOCS .. http://gunicorn-docs.readthedocs.org/en/latest/deploy.html
DOCS .. http://docs.gunicorn.org/en/latest/faq.html
TUTS .. http://tutos.readthedocs.org/en/latest/source/ndg.html .. (dubious)
REVIEW .. http://mattseymour.net/blog/2014/07/uwsgi-or-gunicorn/ .. uWSGI
DOCS .. http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html .. uWSGI
DOCS .. http://supervisord.org/ .. for Gunicorn
december 2012 by stephenwinter
PyMOTW.com
december 2012 by stephenwinter
Doug Hellmann .. Python Module of the Week
BLOG .. http://doughellmann.com/
backend
BLOG .. http://doughellmann.com/
december 2012 by stephenwinter
.NGINX.org
november 2012 by stephenwinter
DOCS .. http://wiki.nginx.org/Main
ALT .. https://www.digitalocean.com/community/tutorials/how-to-scale-django-beyond-the-basics .. VARNISH
TUTS .. https://www.digitalocean.com/community/tutorials/how-to-deploy-python-wsgi-apps-using-gunicorn-http-server-behind-nginx
TUTS .. http://michal.karzynski.pl/blog/2013/06/09/django-nginx-gunicorn-virtualenv-supervisor/
TUTS .. http://bepasty-server.readthedocs.org/en/latest/install-tutorial.html .. INSTALL
REVIEW .. http://techcrunch.com/2014/10/16/nginx-turns-10-usage-up-400-in-the-last-4-years/ .. CEO Gus Robertson
BOOK .. http://shop.oreilly.com/product/0636920033158.do
https://news.ycombinator.com/item?id=9374207 .. HN
https://news.ycombinator.com/item?id=9408626 .. HN
https://news.ycombinator.com/item?id=9485304 .. dynamically generated certificates
https://news.ycombinator.com/item?id=9865835 .. OpenResty, a fast web app server
http://heise.de/-2821302 .. 2015-09 .. HTTP/2
https://news.ycombinator.com/item?id=10266164 .. 2015-09 .. nginScript (JavaScript)
http://heise.de/-2825851 .. nginScript
https://news.ycombinator.com/item?id=10616989 .. architecture of Open Source applications
https://news.ycombinator.com/item?id=10750703 .. 2015-12 .. BBC Media Server
https://news.ycombinator.com/item?id=10781830 .. 2015-12 .. Mitigating DDoS Attacks
https://news.ycombinator.com/item?id=10908580 .. 2016-01 - conf assistant
https://news.ycombinator.com/item?id=11128569 .. 2016-02 .. charles leifer
https://news.ycombinator.com/item?id=11293028 .. The Complete Guide to HTTP/2 with HAProxy and Nginx (m12.io)
https://medium.com/@n1try/caddy-a-modern-web-server-vs-nginx-e9e4abc443e#.nch94dz3o .. 2017-01 .. Caddy, shipped as a single binary (available for Windows, Mac, Linux and BSD), which includes all of its dependencies
https://news.ycombinator.com/item?id=13357026
backend
ALT .. https://www.digitalocean.com/community/tutorials/how-to-scale-django-beyond-the-basics .. VARNISH
TUTS .. https://www.digitalocean.com/community/tutorials/how-to-deploy-python-wsgi-apps-using-gunicorn-http-server-behind-nginx
TUTS .. http://michal.karzynski.pl/blog/2013/06/09/django-nginx-gunicorn-virtualenv-supervisor/
TUTS .. http://bepasty-server.readthedocs.org/en/latest/install-tutorial.html .. INSTALL
REVIEW .. http://techcrunch.com/2014/10/16/nginx-turns-10-usage-up-400-in-the-last-4-years/ .. CEO Gus Robertson
BOOK .. http://shop.oreilly.com/product/0636920033158.do
https://news.ycombinator.com/item?id=9374207 .. HN
https://news.ycombinator.com/item?id=9408626 .. HN
https://news.ycombinator.com/item?id=9485304 .. dynamically generated certificates
https://news.ycombinator.com/item?id=9865835 .. OpenResty, a fast web app server
http://heise.de/-2821302 .. 2015-09 .. HTTP/2
https://news.ycombinator.com/item?id=10266164 .. 2015-09 .. nginScript (JavaScript)
http://heise.de/-2825851 .. nginScript
https://news.ycombinator.com/item?id=10616989 .. architecture of Open Source applications
https://news.ycombinator.com/item?id=10750703 .. 2015-12 .. BBC Media Server
https://news.ycombinator.com/item?id=10781830 .. 2015-12 .. Mitigating DDoS Attacks
https://news.ycombinator.com/item?id=10908580 .. 2016-01 - conf assistant
https://news.ycombinator.com/item?id=11128569 .. 2016-02 .. charles leifer
https://news.ycombinator.com/item?id=11293028 .. The Complete Guide to HTTP/2 with HAProxy and Nginx (m12.io)
https://medium.com/@n1try/caddy-a-modern-web-server-vs-nginx-e9e4abc443e#.nch94dz3o .. 2017-01 .. Caddy, shipped as a single binary (available for Windows, Mac, Linux and BSD), which includes all of its dependencies
https://news.ycombinator.com/item?id=13357026
november 2012 by stephenwinter
PYRAMID . Alchemy - readthedocs.org
october 2012 by stephenwinter
blog framework with SQLAlchemy
TOOLS LIST .. https://github.com/dahlia/awesome-sqlalchemy .. including Flask
DISCUSS .. https://news.ycombinator.com/item?id=8349505
backend
TOOLS LIST .. https://github.com/dahlia/awesome-sqlalchemy .. including Flask
DISCUSS .. https://news.ycombinator.com/item?id=8349505
october 2012 by stephenwinter
..Flask - pocoo.org
october 2012 by stephenwinter
REPO .. https://pypi.python.org/pypi/Flask/0.10.1 .. 2013-06-14
Armin Ronacher (mitsuhiko)
microframework for Python based on Werkzeug and Jinja 2
-- Python 2 instead of Python 3 recommended
-- virtualenv instead of system-wide recommended
https://news.ycombinator.com/item?id=9758969 .. Flask-Admin
https://news.ycombinator.com/item?id=11795874 .. 2016-05 flask 0.11
SOMETHING DIFFERENT .. https://news.ycombinator.com/item?id=8542969
backend
Armin Ronacher (mitsuhiko)
microframework for Python based on Werkzeug and Jinja 2
-- Python 2 instead of Python 3 recommended
-- virtualenv instead of system-wide recommended
https://news.ycombinator.com/item?id=9758969 .. Flask-Admin
https://news.ycombinator.com/item?id=11795874 .. 2016-05 flask 0.11
SOMETHING DIFFERENT .. https://news.ycombinator.com/item?id=8542969
october 2012 by stephenwinter
..SQLite . Base.app - Menial.co.uk
october 2012 by stephenwinter
APPS .. http://www.navicat.com/products/navicat-for-sqlite .. GNOME KDE
APPS .. http://sqlitebrowser.org/ .. OS X
backend
APPS .. http://sqlitebrowser.org/ .. OS X
october 2012 by stephenwinter
Flask, SQLAlchemy, SQLite - MaximeBF.com
october 2012 by stephenwinter
Flask - web applications with Python Werkzeug WSGI 500_KB. WSGI = Web Server Gateway Interface
https://news.ycombinator.com/item?id=10270605 .. Reasons to love SQLAlchemy
backend
https://news.ycombinator.com/item?id=10270605 .. Reasons to love SQLAlchemy
october 2012 by stephenwinter