VirtualTam's bookmarks
188 bookmarks found
-
- https://www.quora.com/What-are-good-Python-interview-questions
- https://www.reddit.com/r/Python/comments/1knw7z/python_interview_questions/
- https://resources.workable.com/python-developer-interview-questions
- https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru/2576240#2576240
- https://docs.python.org/3/tutorial/
- https://www.reddit.com/r/Python/comments/6v0amj/the_more_i_learn_about_python_the_more_i_realized/
- https://github.com/00111000/Imports-in-Python
Language:
- GIL
- memory management, object references
- data structures
- duck typing
- monkey patching
- generators
- list & dict comprehensions
- decorators
- introspection
- ...
Development tools:
- debugging
- packaging
- lint
- testing: unitary, functional, TDD, BDD
Libraries:
- data parsing
- data scraping
- database management
- http requests
- web frameworks
- ...
-
VexFlow & React
2017-08-04 VexFlow rendering:
- https://github.com/0xfe/vexflow/wiki/Understanding-Renderer-&-Context
- https://github.com/0xfe/vexflow/blob/master/src/renderer.js
React resources:
- https://facebook.github.io/react/docs/refs-and-the-dom.html
- https://facebook.github.io/react/docs/components-and-props.html
- https://facebook.github.io/react/docs/typechecking-with-proptypes.html
React examples:
- https://gist.github.com/wchargin/96f2550531b67c379b3e
- https://github.com/kirkness/react-vexflow-example
React-Native examples:
-
Websockets and Python/Go
2017-07-18 - https://www.reddit.com/r/django/comments/6nribg/realtime_with_django_instead_of_node/
- https://github.com/centrifugal/centrifugo/
- https://github.com/synw/django-instant
- http://www.aeracode.org/2017/7/11/towards-channels-20/
- https://gist.github.com/jobelenus/387134f0910f8835edf266fe30d9cb8f (presentation material)
-
Django vs Flask — git-pull.com
2017-06-23 -
🌟 Introducing Dash 🌟 – plotly – Medium
2017-06-23 -
Part 1 - https://scotch.io/tutorials/build-a-crud-web-app-with-python-and-flask-part-one
- https://github.com/mbithenzomo/project-dream-team-one
- http://flask.pocoo.org/docs/0.12/config/
- http://flask.pocoo.org/docs/0.12/patterns/appfactories/
- http://flask.pocoo.org/docs/0.12/blueprints/
- http://flask-sqlalchemy.pocoo.org/2.2/config/
Part 2 - https://scotch.io/tutorials/build-a-crud-web-app-with-python-and-flask-part-two
Part 3 - https://scotch.io/tutorials/build-a-crud-web-app-with-python-and-flask-part-three