DEV Community

Django Clone From Scratch With Flask by Abdur-Rahmaan Janhangeer (EuroPython 2020)

Hi All! We've added another 10 edited videos for EuroPython 2020, we now have 130 videos online! One additional video will follow next week! πŸ‘‰ Check out our Youtube Playlist

Our next DEV community EuroPython speaker we are highlighting in this post is Abdur-Rahmaan Janhangeer on their talk about "Django Clone From Scratch With Flask".

Talk Description

With Python, when thinking of web frameworks, two that come into mind are Django and Flask. Instead of having to choose one of the two, this session shows how you can engineer Flask to achieve a simili-Django app. It's a dive into the internal components of Django and the idea behind. The session covers different Flask development patterns to finally finish with an app that's functionally similar to Django with some extra features in for free. It also lists some caveats identified with such a pattern. This session requires attendees to know Flask and having used Django for building at least one project. At the very least it assumes the knowledge of models, views, controller, templates and migrations. It discusses along the way the educational and pedagogical aspect of learning web frameworks and proposes a syllabus. It discusses the benefits of learning Flask and the necessity of learning the two as a Pythonista. Django is the go-to framework for web development and it's no surprise that most freelancing jobs require Django. Flask is appreciated for the flexibility it gives. The session also touches about how we can better promote Flask through education. The session finishes with the hurdles identified when getting started with web development in Python, pulled from personal teaching experience.

Note

License: This video is licensed under the CC BY-NC-SA 3.0 license: https://creativecommons.org/licenses/by-nc-sa/3.0/

Top comments (7)

Collapse
 
whykay profile image
whykay πŸ‘©πŸ»β€πŸ’»πŸˆπŸ³οΈβ€πŸŒˆ (she/her)

@abdurrahmaanj : We just want to let you know that we added your talk as our highlight video in this post. 😊

Collapse
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

Btw i never expected EuroPython to be present on dev.to | The team is simply dedicated!!!!

Collapse
 
whykay profile image
whykay πŸ‘©πŸ»β€πŸ’»πŸˆπŸ³οΈβ€πŸŒˆ (she/her)

All thanks to @codemouse92 , got me intrigued and then very addicted to posting my own stuff and since I'm helping them out, I was happy to experiment posting EP articles and things of interest to the DEV community here. Was surprised to see a few DEV community members who gave talks, so I'm hoping to highlight other DEV members as well to share the knowledge and connections. πŸ₯°πŸŒˆ

Thread Thread
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer • Edited

Awesome job ^^_, the Py community is refreshing i'd say!

Edit: Btw PythonIreland helped us much for FlaskCon!

Thread Thread
 
whykay profile image
whykay πŸ‘©πŸ»β€πŸ’»πŸˆπŸ³οΈβ€πŸŒˆ (she/her)

That must be @laisbsc and @cheukting_ho ? I'm not involved with Python Ireland for awhile now. It's great to see the community going so strong reaching out beyond Ireland! β™₯️

Thread Thread
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

Yes, you can see @laisbsc on FlaskCon vids ^^

Collapse
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

AWESOME!