1 Python Flask CRUD Application With Mysql Introduction HD
Hello Guys, This is our first video in python flask creating a crud web application in these series of videos we are going to use flask framework, python language and wamp server for making our crud web application and also for design of our web application we are using bootstrap What Is Flask ? Flask is a small framework by most standards, small enough to be called a “micro-framework.” It is small enough that once you become familiar with it, you will likely be able to read and understand all of its source code. But being small does not mean that it does less than other frameworks. Flask was de-signed as an extensible framework from the ground up; it provides a solid core with the basic services, while extensions provide the rest. Because you can pick and choose the extension packages that you want, you end up with a lean stack that has no bloat and does exactly what you need.Flask has two main dependencies. The routing, debugging, and Web Server Gateway Interface (WSGI) subsystems come from Werkzeug, while template support is provided by Jinja2. Werkzeug and Jinja2 are authored by the core developer of Flask. There is no native support in Flask for accessing databases, validating web forms, au-thenticating users, or other high-level tasks. These and many other key services most web applications need are available through extensions that integrate with the core packages. As a developer, you have the power to cherry-pick the extensions that work best for your project or even write your own if you feel inclined to. This is in contrast with a larger framework, where most choices have been made for you and are hard or sometimes impossible to change Download The Source Code From Github https://github.com/parwiz123/flask-crud-application-with-mysql installing flask framework pip install flask Download Wamp Server http://www.wampserver.com/en/ Download Pycharm IDE Comunity Edition https://www.jetbrains.com/pycharm/ Download Python 3.6 https://www.python.org/ Dow You Want Learn More In Python Than Watch These Playlists Tkinter Application Development Playlist https://www.youtube.com/watch?v=1jn3PH-fA4g&list=PL1FgJUcJJ03sm4WuVCPMbT0RIf2uMmoAj Complete Video Tutorial For PyQt5 Application Development https://www.youtube.com/watch?v=pnpL9Sl79g8&list=PL1FgJUcJJ03uwFW8ys2ov2dffKs3ieGYk Pyglet Tutorial For Multimedia Applications And Game Development https://www.youtube.com/watch?v=lJQ3UgcDHto&list=PL1FgJUcJJ03s7kYUy40ydTA9gBnj_KDlK Python Opengl Programming With Pyopengl https://www.youtube.com/watch?v=AQ1JPbWgWpc&list=PL1FgJUcJJ03s_nmCAA7F5rv7QDOp-V6kn Python For Data Science Playlist https://www.youtube.com/watch?v=k9A5oxTTLeE&list=PL1FgJUcJJ03vXmv0nUOxJd1TL7C1JBHNV Pyqt5 And Qt Designer Making Rich Text Editor https://www.youtube.com/watch?v=k9A5oxTTLeE&list=PL1FgJUcJJ03vXmv0nUOxJd1TL7C1JBHNV Developign QtQuick C++ Applications https://www.youtube.com/watch?v=ZkIbxxTbrBs&list=PL1FgJUcJJ03tP9xS-QXOJFH8GqlgiHV4i