Getting started with Flask 3

- Andrés Cruz

En español
Getting started with Flask 3

Condiciones:

  • Libro de por vida en la tienda Kindle (Amazon)
  • Pdf, mobie, epub (Leanpub)
  • Actualizaciones frecuentes para agregar más y más secciones y mantenimiento.
  • Contacto por mensajes

This book consists of 20 chapters, with which we will learn in detail the most important and basic features of Flask:

  1. Chapter 1: In this chapter we are going to present the software necessary to create projects in Flask, what happens from Python, to preparing the environment, the editor that we will use, VSC and a web browser.
  2. Chapter 2: In this chapter we will give an introduction to Python, knowing its basic characteristics and functionalities such as variables, data types, functions, classes, among others.
  3. Chapter 3: We present some essential commands to develop in Flask, we will prepare the environment and give an introduction to the framework, we will create a structure for the project in Flask and we will get a basic understanding of the routing for the controllers.
  4. Chapter 4: In this chapter we will see how to use the template engine par excellence in Flask, which is Jinja, with which we can return responses in HTML format and customize the page with embedded Python code with which we can customize using blocks, filters, macros, among others.
  5. Chapter 5: In this chapter we will see how to connect an application in Flask to a relational database such as MySQL using SQLAlchemy; We will see how to configure a database, connection through the models, generation of automatic migrations based on the models and basic CRUD operations to manipulate the database.
  6. Chapter 6: In this chapter we will install the Flask Migrate extension to configure a migration system for the project and in this way be able to customize the tables and have a robust schema to be able to make changes to the database in a practical and scalable way, in addition to be able to create a trace with these changes.
  7. Chapter 7: In this chapter we will use the Form WTF extension to create forms, apply validations, initial values and later dump this data into the database, these forms are classes with the aforementioned attributes and in this way we can apply the same schema for server and client side data manipulation.
  8. Chapter 8: In this chapter we will see how to use one-to-one, one-to-many and many-to-many relationships in Flask with SQLAlchemy.
  9. Chapter 9: In this chapter we will see how to use flash messages useful to inform the user about the operations carried out.
  10. Chapter 10: In this chapter we will use Flask Login to create an authentication system and protect drivers.
  11. Chapter 11: In this chapter we will see how to implement a Rest Api using the Restful Flash package, generate access tokens and make test connections.
  12. Chapter 12: In this chapter we will see how to implement unit tests that are part of the development of any application. To do this, we will use the Pytest package available for Python.
  13. Chapter 13: In this chapter we will integrate the Bootstrap 5 web framework to our project in Flask, in this way, we will see how to use both technologies together and we will apply styles to the forms, lists, navigation menu, among others.
  14. Chapter 14: In this chapter we will use Flask Babel to add a multilanguage system to the application, to give the application the ability to use more than one language.
  15. Chapter 15: In this chapter we will learn about several Flask extensions that we have not used until this chapter, such as cache, CLI, a debug banner, email, among others.
  16. Chapter 16: In this chapter we will learn how to create custom decorators to use in controllers.
  17. Chapter 17: In this chapter we will integrate a role system into the application, in addition to this, we will enhance the user profile with several options such as the option to change the password, social networks, address, preferred language, among others.
  18. Chapter 18: In this chapter we are going to learn about some operations on the database using SQLAlchemy, in addition to knowing how to use the Flask shell.
  19. Chapter 19: In this chapter we are going to learn how to use files to manage environment variables in Flask.
  20. Chapter 20: In this chapter we are going to create our first experiment which will be a filter to filter by search term, category and tag.
Andrés Cruz

Desarrollo con Laravel, Django, Flask, CodeIgniter, HTML5, CSS3, MySQL, JavaScript, Vue, Android, iOS, Flutter

Andrés Cruz En Udemy

Acepto recibir anuncios de interes sobre este Blog.