Python Forum
Key features of Python Frameworks
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Key features of Python Frameworks
#1
We were asked to teach Python Frameworks to a class of fellow students (4th year college undergrads). We talked about the basic building blocks like Higher-order functions, decorators, generators, creating context managers and descriptors, talked about the flow of control in python unittest framework and did a hands-on coding on how to make your own testing framework (as we thought it would be relevant) by making a Python package to run test functions defined inside modules of a directory supplied as command line argument.

However, the instructor said that this was not enough and that we should dive deeper into developing frameworks in python. Can you please suggest what topics (concepts) are essential in understanding frameworks in Python and share some resources?


PS: Although internet is filled with web frameworks, we wanted to have a generic understanding of frameworks hence we skipped the discussion on web frameworks but can do so if they are essential to understanding frameworks in python. A link to the ppt we made: https://drive.google.com/file/d/15lyt2JQ...sp=sharing
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  features examples by release costa_shul 2 2,468 Sep-06-2020, 11:35 AM
Last Post: costa_shul
  Interesting new features in python3 Kebap 8 5,826 Jul-05-2017, 03:53 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020