How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
This project is a comprehensive collection of software design patterns implemented in Python. It serves as a reference for architectural, behavioral, creational, and structural patterns to guide the organization of Python applications. The collection covers behavioral strategies for managing object communication and state, creational techniques for controlling object instantiation, and structural methods for composing classes and objects into flexible hierarchies. It also includes architectural references for system-wide structuring, such as multi-tier architectures and blackboard models. Th
This project is a comprehensive educational series designed to provide a deep technical understanding of the JavaScript programming language. It functions as a multi-volume curriculum that guides developers through the core mechanisms, execution models, and underlying specifications that define how the language operates at a fundamental level. The curriculum distinguishes itself by focusing on the internal architecture of the language rather than surface-level syntax. It provides rigorous analysis of complex topics such as lexical scope, closure-based state encapsulation, prototype-based inhe
This project is a curated frontend interview question bank and technical assessment guide. It serves as a web development interview resource for assessing candidates on frontend development, web accessibility, and browser performance. The collection provides a standardized set of questions to evaluate a developer's knowledge of HTML, CSS, JavaScript, and networking. It is designed to assist in the developer hiring process, engineering team recruiting, and personal technical interview preparation. The content is organized as a flat-file knowledge base using markdown-based storage and topic-ba
This is an open-source book of Python anti-patterns and worst practices. Check out docs/index.rst for more information.
The main features of quantifiedcode/python-anti-patterns are: Language Specific Guides, Language Specific Resources.
Projects with overlapping indexed features include: faif/python-patterns — This project is a comprehensive collection of software design patterns implemented in Python. It serves as a reference… getify/you-dont-know-js — This project is a comprehensive educational series designed to provide a deep technical understanding of the… h5bp/front-end-developer-interview-questions — This project is a curated frontend interview question bank and technical assessment guide. It serves as a web… jobbole/awesome-python-cn — Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。. leisurelicht/wtfpython-cn — This project is a Chinese translation of a technical reference and educational resource focused on the Python… dt-fe/weekly.