Django vs Flask - Michael Herman
                        
                        Aug. 7, 2019, 5 p.m. (6 years, 2 months ago)
                    
                    
                        
                        0  Comments
                    
                - Michael Herman personal site
- TestDriven.io
- Cypress - End-to-End JavaScript Testing
- Django vs Flask in 2019: Which Framework to Choose
SHAMELESS PLUGS
- William's books on Django
- Carlton's website Noumenal
                    No comments have been posted yet, be the first one to comment. 
                
              
        Similar Podcasts
     What the EU's GDPR Means to Web Developers
                    
                    What the EU's GDPR Means to Web Developers
                
                    In this episode we have Andrew Fairlie from Mutual to discuss the new European Union General Data Protection Regulation aka the GDPR. We discuss what the GDPR means specifically to web designers and developers both in terms of the work we do, and the work proposals we draft.
We discuss the GDPR fro...
                
             Spelunking into the VueJS Frontend JavaScript Framework
                    
                    Spelunking into the VueJS Frontend JavaScript Framework
                
                    On this episode, we talk with special guest Adam Wathan about the VueJS JavaScript framework. We talk about what VueJS is, and how its Laissez-faire approach lets you pick and choose how much of it makes sense to use in a project.
We go into why using a framework like VueJS can help you write bette...
                
             JAMstack development, carpe JavaScript!
                    
                    JAMstack development, carpe JavaScript!
                
                    On this episode, we’re joined by Paulo Elias from IDEO to discuss JAMstack: Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup.
Paulo talks about his journey from doing traditional LAMP/LEMP stack work to building things using JavaScript as the h...
                
             Leveraging Laravel for Truly Custom Projects
                    
                    Leveraging Laravel for Truly Custom Projects
                
                    In this episode, we talk to Phil Zaengle from Zaengle Corp about leveraging the PHP framework Laravel to build truly custom web applications. We discuss when a CMS like Craft makes sense, and when it makes sense to utilize Laravel in addition to or instead of a CMS.
We go on to discuss the importan...
                
             CSS & CMS Musings with Eric Meyer
                    
                    CSS & CMS Musings with Eric Meyer
                
                    On this episode we have on the CSS legend Eric Meyer to talk about the early days of CSS, and how it almost died, and also onto where CSS is today. We discuss utility-first CSS, CSS in JavaScript, and talk about the Flexbox and the awesomeness that is CSS Grid.
We then also talk about the move of E...
                
            Show Information
             
                    
                    
                        Django Chat
                    
                    
                        A biweekly podcast on the Django Web Framework by Will Vincent and Carlton Gibson.
                    
                Mentioned Topics
     Django
                
                Django
            
                Django is a web application framework written in Python. The framework was crafted by developers for developers to make it easier to build better web applications with less code, Hence Django's slogan - The web framework for perfectionists with deadlines....
            
        
                
                Full Stack Web Development
            
            
                ...
            
         Flask
                
                Flask
            
                Flask is python-based micro framework that makes it easy to build web apps and web API's with Python.
...
            
         Web Development
                
                Web Development
            
                Web Development is the process of building website and applications for the world wide web (www).
...
            
        Similar Tutorials
     
                
            
            How to Install Deno on macOS
                    Deno is a simple, modern and secure runtime for JavaScript and TypeScript, by the creator of Node.js himself, Ryan Dahl. Deno uses the Chrome v8 engine and is built with Rust. The project just reach version 1.0 and got many people in the JavaScript community interested.
In this tutori...
                
             
                
            
            Query your Django REST API like a GraphQL API with Django RESTQL
                    The hype around GraphQL in recent years has been hard to ignore for any web developer. In short, GraphQL is a query language and runtime for APIs, and it has taken the web with storm.
GraphQL makes it possible for front-end developers to query data from a single API endpoint and retri...
                
             
                
            
            How to Cache Django REST Framework with Redis
                    Django REST Framework is an awesome package that will aid you in writing REST APIs faster with Django and Python. Though Django REST Framework has many strengths, performance out-of-the-box might not be one of them. However, there are many ways to fix that, and one of them is caching....