Skip to content

Commit

Permalink
Added Python Design Patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Jun 7, 2024
1 parent a9aacb6 commit 35d803b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Programming Languages/Python/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Python supports multiple programming paradigms, including procedural, object-ori
- [Integrated Development Environment (IDE)](#integrated-development-environment-ide)<br>
- [Online Interpreters/Compilers](#online-interpreters)<br>
- [Technologies](#technologies)<br>
- [Design Patterns](#design-patterns)
- [Courses](#courses)<br>
- [Free Courses](#free-courses)<br>
- [Paid Courses](#paid-courses)<br>
Expand Down Expand Up @@ -581,6 +582,37 @@ Python supports multiple programming paradigms, including procedural, object-ori
<td>Framework for web scraping that provides tools to extract data from websites, process them, and store them in the desired format.</td>
</tr>
</table>

### Design Patterns
> Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a recurring design problem in your code.
<table>
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://github.com/faif/python-patterns">design-patterns</a></td>
<td>A collection of design patterns implemented in Python.</td>
</tr>
<tr>
<td><a href="https://github.com/tylerlaberge/PyPattyrn">PyPattyrn</a></td>
<td>A simple library for implementing common design patterns in Python.</td>
</tr>
<tr>
<td><a href="https://python-patterns.guide/">Python Design Patterns</a></td>
<td>A guide to design patterns in Python.</td>
</tr>
<tr>
<td><a href="https://refactoring.guru/design-patterns/python">Design Patterns in Python</a></td>
<td>An overview of design patterns implemented in Python on Refactoring Guru.</td>
</tr>
<tr>
<td><a href="https://arunrocks.com/static/book/django-design-patterns-best-practices-2-ed">Django Design Patterns and Best Practices</a></td>
<td>A book about design patterns and best practices in Django.</td>
</tr>
</table>


### Courses
> You can consider these courses for learning Python :
Expand Down

0 comments on commit 35d803b

Please sign in to comment.