Latest Courses
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Git &Github Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning and Deep Learning for Interviews & ResearchCheck course
Laravel | Build Pizza E-commerce WebsiteCheck course
101 - F5 CERTIFICATION EXAMCheck course
Master Python by Practicing 100 QuestionCheck course
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
- 82% Design Patterns in Python

Design Patterns in Python

$17.99Track price

Add your review
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
8.9/10 (Our Score)
Product is rated as #89 in category Python

Course Overview

This course provides a comprehensive overview of Design Patterns in Python from a practical perspective. This course in particular covers patterns with the use of:

The latest versions of the Python programming language

Use of modern programming approaches: dependency injection, reactive programming and more

Use of modern developer tools such as JetBrains PyCharm

Discussions of pattern variations and alternative approaches

This course provides an overview of all the Gang of Four (GoF) design patterns as outlined in their seminal book, together with modern–day variations, adjustments, discussions of intrinsic use of patterns in the language.

What are Design Patterns?

Design Patterns are reusable solutions to common programming problems. They were popularized with the 1994 book Design Patterns: Elements of Reusable Object–Oriented Software by Erich Gamma, John Vlissides, Ralph Johnson and Richard Helm (who are commonly known as a Gang of Four, hence the GoF acronym).

The original book was written using C++ and Smalltalk as examples, but since then, design patterns have been adapted to every programming language imaginable: C#, Java, Python and even programming languages that aren’t strictly object–oriented, such as JavaScript.

The appeal of design patterns is immortal: we see them in libraries, some of them are intrinsic in programming languages, and you probably use them on a daily basis even if you don’t realize they are there.

Instructor Details

Dmitri Nesteruk is a quant, developer, book author and course author. His interests lie in software development and integration practices in the areas of computation, quantitative finance and algorithmic trading. His technological interests include C#, F# and C++ programming as well high-performance computing using technologies such as CUDA and FPGAs. He has been a C# MVP since 2009. Dmitri is a graduate of University of Southampton (B.Sc. Computer Science) where he currently holds a position as a Visiting Researcher. He is an author of dozens of courses on Pluralsight, Udemy and elsewhere, covering a wide range of topics including programming, finance and mathematics.

Specification: Design Patterns in Python

Duration

9 hours

Year

2020

Level

Intermediate

Certificate

Yes

Quizzes

Yes

19 reviews for Design Patterns in Python

4.2 out of 5
9
6
3
0
1
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Serge K

    The course was professional and easy to follow due to the good speech abilities of the author. I found the examples provided very understandable and straight forward. I would recommend this course even for people to whom OOP is new. The author is laying his knowledge brick by brick in your head and it’s clear that he knows what he’s talking about.

    Helpful(0) Unhelpful(0)You have already voted this
  2. Daniel Fonnegra Garc a

    It’s been a really good course… It’d be nice to have a little bit of the theory and best practices because for some patterns It’s not easy to extend the basic example to real life applications.

    Helpful(0) Unhelpful(0)You have already voted this
  3. Chukwunonso Okey Okoro

    straight facts

    Helpful(0) Unhelpful(0)You have already voted this
  4. Amedeo Rocchi

    Yes!

    Helpful(0) Unhelpful(0)You have already voted this
  5. Neeraj Singh

    yes

    Helpful(0) Unhelpful(0)You have already voted this
  6. Bo Peng

    Think is good course for python programmers who aren’t strong in OOP Design, (object oriented programming design).

    Helpful(0) Unhelpful(0)You have already voted this
  7. Jonathan Mark Kuehling

    Dmitri is one of the best instructors on the entire freakin internet!

    Helpful(0) Unhelpful(0)You have already voted this
  8. MaDENN Learning

    Instructor seems really knowledgeable, the course is extremely interesting and useful

    Helpful(0) Unhelpful(0)You have already voted this
  9. Girish Raghunathan

    Not only learnt about the design patterns but also discovered so many capabilities of the Python language and that really helped! Much recommended.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Aleksandar Kitov

    Not sure if I do not like the course or I do not like the Design Patterns as an idea 😀 I will keep going anyways

    Helpful(0) Unhelpful(0)You have already voted this
  11. John Fredy Cabrera Arciniegas

    it was good to start on python path and get a better understand of how python works

    Helpful(0) Unhelpful(0)You have already voted this
  12. Rayson Lim

    Content is decently clear but is pretty superficial. Exercises are very basic and the provided solutions are not very good. Eg. the composite coding exercise solution does not work if you want to nest further. The course is alright if you just want a brief idea of what the different design patterns are about.

    Helpful(0) Unhelpful(0)You have already voted this
  13. Paul McDowell

    So far so good. Organized presentation, goals and jumped right into the work.

    Helpful(0) Unhelpful(0)You have already voted this
  14. Tim Hsiung

    I think overall this is a good course. The instructor knows his design patterns well and knows how to implement them. He also knows a lot of the implementation details related to python. One note is that the instructor does use some Python specific/dynamically typed language features (yield) or had to work around them (ie: visitor pattern). I found that although I have used python, there were quite a few things I had to look up. I think that mentioning the language specific implementations/workarounds would have been helpful (ie: a one to two sentence explanation during the video would have been fine). However, overall I think this course is great and I learned a lot more about design patterns.

    Helpful(0) Unhelpful(0)You have already voted this
  15. Emmanuel Bustos

    It is pretty nice. It introduces the concepts in a nice pace. Sometimes the examples given and their explanations could improve given some of them are a little bit confusing.

    Helpful(0) Unhelpful(0)You have already voted this
  16. Preeti Chaudhry

    This is not for beginner

    Helpful(0) Unhelpful(0)You have already voted this
  17. Markus Boxhammer

    Exercises could be better. Overview slides are not downloadable. But gives an overview of Design Pattern with code examples.

    Helpful(0) Unhelpful(0)You have already voted this
  18. Joris Jansen

    Great course, teacher explains everything very well! I did actually need some extra resources every now and then (google the design pattern to get some simple real life example), but that wasn’t annoying. A few design patterns and their example where hard to follow because I didn’t had a good idea about what we were going to build. So I had to re watch these lectures, but also not annoying to me and after watching such lectures twice the concept became more clear. Thanks!

    Helpful(0) Unhelpful(0)You have already voted this
  19. Kaiwalya Pethe

    this was a good course on design principles. A variety of principles were covered.

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Price tracking

    Java Code Geeks
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare