Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamyar/awesome-sw
Awesome list of talks, articles and documentation for software engineering resources
https://github.com/kamyar/awesome-sw
List: awesome-sw
Last synced: 16 days ago
JSON representation
Awesome list of talks, articles and documentation for software engineering resources
- Host: GitHub
- URL: https://github.com/kamyar/awesome-sw
- Owner: kamyar
- Created: 2016-02-20T13:38:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T21:34:25.000Z (almost 8 years ago)
- Last Synced: 2024-11-29T13:54:39.991Z (22 days ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-sw - Awesome list of talks, articles and documentation for software engineering resources. (Other Lists / PowerShell Lists)
README
# awesome-sw
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)Awesome list of talks, articles and documentation for software engineering resources I have come across.
## Table of Contents
- [Programming Langugaes](#programming-languages)
- [Web](#web)
- [DevOps](#devops)
- [IOT](#iot)
- [Podcasts](#podcasts)
- [Misc](#misc)
- [Awesome Lists](#awesome-lists)
- [License](#license)## Programming Langugaes
- Python
- [Urwid - CUI library](https://github.com/urwid/urwid)
- Blogs
- [FullStack Python Blog](http://www.fullstackpython.com/)
- [Sedimental(Mahmoud Hashemi, Enterprise Python)](http://sedimental.org/)
- [PythonDoesWhat?](http://www.pythondoeswhat.com/)
- Notable Talks
- [WebSockets in Python by Matt Makai(Live coding)](https://www.youtube.com/watch?v=L5YQbNrFfyw)
- [Beyond PEP 8](https://www.youtube.com/watch?v=wf-BqAjZb8M)
- [Discovering Python](https://www.youtube.com/watch?v=RZ4Sn-Y7AP8)
- [Bleding Edge of Python Generators](https://www.youtube.com/watch?v=5-qadlG7tWo)
## Web- Python
- Django
- [Must Watch List](https://gitlab.com/rosarior/django-must-watch)
- [WebSocket Resources](http://www.mattmakai.com/websockets-python-resources.html)
- [In-depth HTTP Tutorial](http://www.tutorialspoint.com/http/index.htm)## DevOps
- [Ansible Docs](http://docs.ansible.com/ansible/)
- [Fabric](http://www.fabfile.org/)## Podcasts
- [Talk Python To Me](https://talkpython.fm/)
- [Podcast.__init__](http://pythonpodcast.com/)
- [Python Test Podcast](http://pythontesting.net/category/podcast/)## Misc
- [Hight Scalability Blog](http://highscalability.com/)
- [All Time Favorites](http://highscalability.com/)
- [List Of NoSQL Databases and Characteristics](http://nosql-database.org/)
- [Miguel Grinberg (Web, Flask, socket.io)](http://blog.miguelgrinberg.com/)
- [Matt Makai (General Python)](http://www.mattmakai.com/)
- [Brett Cannon (Python Core Dev)](http://www.snarky.ca/)## Pending Articles
- [Deploying Django with Gunicorn and Supervisor](https://samoylov.tech/2016/08/31/deploying-django-with-gunicorn-and-supervisor/).
- [How to Think Like a Computer Scientist: Interactive Edition](http://interactivepython.org/runestone/static/thinkcspy/index.html)
- [Python asyncio cheatsheet](https://www.pythonsheets.com/notes/python-asyncio.html)
- [Git from the inside out](https://codewords.recurse.com/issues/two/git-from-the-inside-out)
- [The State of Python (3 & 2)](http://docs.python-guide.org/en/latest/starting/which-python/)
- [CPython memory management](https://medium.com/python-pandemonium/cpython-memory-management-479e6cd86c9#.yiguz1c5c)
- [Upgrading Django](http://thosecleverkids.com/thoughts/posts/upgrading-django)
- [AsyncIO for the Working Python Developer](https://hackernoon.com/asyncio-for-the-working-python-developer-5c468e6e2e8e#.nezhy4zva)
- [Solid Python Deployments for Everybody](https://hynek.me/talks/python-deployments/)
- [How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-14-04)
- [How Does Attribute Access Work?](https://medium.com/stepping-through-the-cpython-interpreter/how-does-attribute-access-work-d19371898fee#.e420gzwwe)
- [Async Python: The Different Forms of Concurrency](http://masnun.rocks/2016/10/06/async-python-the-different-forms-of-concurrency/)
- [Improve your testing with Pytest and Mock - PyCon SG 2015](https://www.youtube.com/watch?v=RcN26hznmk4)
- [Understanding Python metaclasses](https://blog.ionelmc.ro/2015/02/09/understanding-python-metaclasses/)
- [Python Asynchronous I/O Walkthrough](http://pgbovine.net/python-async-io-walkthrough.htm)## Awesome Lists
- [Awesome Lists Main](https://github.com/sindresorhus/awesome)
- [Awesome Lists 2](https://github.com/jnv/lists)## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)