{"id":15742,"url":"https://github.com/kamyar/awesome-sw","name":"awesome-sw","description":"Awesome list of talks, articles and documentation for software engineering resources","projects_count":40,"last_synced_at":"2026-03-01T20:00:24.939Z","repository":{"id":87918379,"uuid":"52155036","full_name":"kamyar/awesome-sw","owner":"kamyar","description":"Awesome list of talks, articles and documentation for software engineering resources","archived":false,"fork":false,"pushed_at":"2017-01-27T21:34:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-17T09:07:31.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamyar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-02-20T13:38:18.000Z","updated_at":"2016-02-20T13:38:18.000Z","dependencies_parsed_at":"2024-01-13T13:00:35.687Z","dependency_job_id":"e6a26f52-4dc6-4792-ad3e-36ba26fc5b5b","html_url":"https://github.com/kamyar/awesome-sw","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kamyar/awesome-sw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamyar%2Fawesome-sw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamyar%2Fawesome-sw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamyar%2Fawesome-sw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamyar%2Fawesome-sw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamyar","download_url":"https://codeload.github.com/kamyar/awesome-sw/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamyar%2Fawesome-sw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29983122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"readme":"# awesome-sw\n[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\nAwesome list of talks, articles and documentation for software engineering resources I have come across. \n\n## Table of Contents\n\n- [Programming Langugaes](#programming-languages)\n- [Web](#web)\n- [DevOps](#devops)\n- [IOT](#iot)\n- [Podcasts](#podcasts)\n- [Misc](#misc)\n- [Awesome Lists](#awesome-lists)\n- [License](#license)\n\n\n## Programming Langugaes\n\n- Python\n  - [Urwid - CUI library](https://github.com/urwid/urwid)\n  - Blogs\n    - [FullStack Python Blog](http://www.fullstackpython.com/)\n    - [Sedimental(Mahmoud Hashemi, Enterprise Python)](http://sedimental.org/)\n    - [PythonDoesWhat?](http://www.pythondoeswhat.com/)\n  - Notable Talks\n    - [WebSockets in Python by Matt Makai(Live coding)](https://www.youtube.com/watch?v=L5YQbNrFfyw)\n    - [Beyond PEP 8](https://www.youtube.com/watch?v=wf-BqAjZb8M)\n    - [Discovering Python](https://www.youtube.com/watch?v=RZ4Sn-Y7AP8)\n    - [Bleding Edge of Python Generators](https://www.youtube.com/watch?v=5-qadlG7tWo)\n \n## Web\n\n- Python\n  - Django  \n    - [Must Watch List](https://gitlab.com/rosarior/django-must-watch)\n  - [WebSocket Resources](http://www.mattmakai.com/websockets-python-resources.html)\n- [In-depth HTTP Tutorial](http://www.tutorialspoint.com/http/index.htm)\n\n## DevOps\n\n- [Ansible Docs](http://docs.ansible.com/ansible/)\n- [Fabric](http://www.fabfile.org/)\n\n\u003c!-- ## IOT\n- []()\n --\u003e\n## Podcasts\n- [Talk Python To Me](https://talkpython.fm/)\n- [Podcast.__init__](http://pythonpodcast.com/)\n- [Python Test Podcast](http://pythontesting.net/category/podcast/)\n\n\n## Misc\n\n- [Hight Scalability Blog](http://highscalability.com/)\n    - [All Time Favorites](http://highscalability.com/)\n- [List Of NoSQL Databases and Characteristics](http://nosql-database.org/)\n- [Miguel Grinberg (Web, Flask, socket.io)](http://blog.miguelgrinberg.com/)\n- [Matt Makai (General Python)](http://www.mattmakai.com/)\n- [Brett Cannon (Python Core Dev)](http://www.snarky.ca/)\n\n## Pending Articles\n- [Deploying Django with Gunicorn and Supervisor](https://samoylov.tech/2016/08/31/deploying-django-with-gunicorn-and-supervisor/).\n- [How to Think Like a Computer Scientist: Interactive Edition](http://interactivepython.org/runestone/static/thinkcspy/index.html)\n- [Python asyncio cheatsheet](https://www.pythonsheets.com/notes/python-asyncio.html)\n- [Git from the inside out](https://codewords.recurse.com/issues/two/git-from-the-inside-out)\n- [The State of Python (3 \u0026 2)](http://docs.python-guide.org/en/latest/starting/which-python/)\n- [CPython memory management](https://medium.com/python-pandemonium/cpython-memory-management-479e6cd86c9#.yiguz1c5c)\n- [Upgrading Django](http://thosecleverkids.com/thoughts/posts/upgrading-django)\n- [AsyncIO for the Working Python Developer](https://hackernoon.com/asyncio-for-the-working-python-developer-5c468e6e2e8e#.nezhy4zva)\n- [Solid Python Deployments for Everybody](https://hynek.me/talks/python-deployments/)\n- [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)\n- [How Does Attribute Access Work?](https://medium.com/stepping-through-the-cpython-interpreter/how-does-attribute-access-work-d19371898fee#.e420gzwwe)\n- [Async Python: The Different Forms of Concurrency](http://masnun.rocks/2016/10/06/async-python-the-different-forms-of-concurrency/)\n- [Improve your testing with Pytest and Mock - PyCon SG 2015](https://www.youtube.com/watch?v=RcN26hznmk4)\n- [Understanding Python metaclasses](https://blog.ionelmc.ro/2015/02/09/understanding-python-metaclasses/)\n- [Python Asynchronous I/O Walkthrough](http://pgbovine.net/python-async-io-walkthrough.htm)\n\n## Awesome Lists\n\n- [Awesome Lists Main](https://github.com/sindresorhus/awesome)\n- [Awesome Lists 2](https://github.com/jnv/lists)\n\n## License\n\n[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)\n","created_at":"2024-01-13T12:53:48.942Z","updated_at":"2026-03-01T20:00:24.939Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Podcasts","Pending Articles","Programming Langugaes","Web","DevOps","Misc","Awesome Lists","License"],"sub_categories":[],"projects_url":"https://awesome.ecosyste.ms/api/v1/lists/kamyar%2Fawesome-sw/projects"}