VirtualTam's bookmarks
35 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
- ...
-
VisualTracker - An open source modular sequencer with graphical user interface written for Pure Data
2017-08-18 - https://www.uni-weimar.de/kunst-und-gestaltung/wiki/PDCON:Conference/VisualTracker_-_modular_pd_environment_for_sequencing_events_on_timeline
- https://forum.pdpatchrepo.info/topic/3720/visualtracker-request-for-participants
- https://forum.pdpatchrepo.info/topic/4972/metronome-which-bangs-every-bar-main-subdivision-and-others
-
Testing Flask applications with pytest
2017-05-23 - http://alexmic.net/flask-sqlalchemy-pytest/ // https://gist.github.com/alexmic/7857543
- http://piotr.banaszkiewicz.org/blog/2014/02/22/how-to-bite-flask-sqlalchemy-and-pytest-all-at-once/
- http://flask.pocoo.org/docs/0.12/testing/
- https://docs.pytest.org/en/latest/
- https://pytest-flask.readthedocs.io/en/latest/
- https://stackoverflow.com/questions/28836893/how-to-send-requests-with-jsons-in-unit-tests
-
Don't "Push" Your Pull Requests - igvita.com
2017-03-03 -
HTTPie – CLI HTTP client
2017-02-13 -
Impact of bots on GitHub communities
2016-11-21 -
Original script @ https://gist.github.com/yuvipanda/5174162