Author: Humberto Cervantes
Publisher: Addison-Wesley Professional
ISBN: 0134390830
Category : Computers
Languages : en
Pages : 347
Book Description
Designing Software Architectures will teach you how to design any software architecture in a systematic, predictable, repeatable, and cost-effective way. This book introduces a practical methodology for architecture design that any professional software engineer can use, provides structured methods supported by reusable chunks of design knowledge, and includes rich case studies that demonstrate how to use the methods. Using realistic examples, you’ll master the powerful new version of the proven Attribute-Driven Design (ADD) 3.0 method and will learn how to use it to address key drivers, including quality attributes, such as modifiability, usability, and availability, along with functional requirements and architectural concerns. Drawing on their extensive experience, Humberto Cervantes and Rick Kazman guide you through crafting practical designs that support the full software life cycle, from requirements to maintenance and evolution. You’ll learn how to successfully integrate design in your organizational context, and how to design systems that will be built with agile methods. Comprehensive coverage includes Understanding what architecture design involves, and where it fits in the full software development life cycle Mastering core design concepts, principles, and processes Understanding how to perform the steps of the ADD method Scaling design and analysis up or down, including design for pre-sale processes or lightweight architecture reviews Recognizing and optimizing critical relationships between analysis and design Utilizing proven, reusable design primitives and adapting them to specific problems and contexts Solving design problems in new domains, such as cloud, mobile, or big data
Designing Software Architectures
Author: Humberto Cervantes
Publisher: Addison-Wesley Professional
ISBN: 0134390830
Category : Computers
Languages : en
Pages : 347
Book Description
Designing Software Architectures will teach you how to design any software architecture in a systematic, predictable, repeatable, and cost-effective way. This book introduces a practical methodology for architecture design that any professional software engineer can use, provides structured methods supported by reusable chunks of design knowledge, and includes rich case studies that demonstrate how to use the methods. Using realistic examples, you’ll master the powerful new version of the proven Attribute-Driven Design (ADD) 3.0 method and will learn how to use it to address key drivers, including quality attributes, such as modifiability, usability, and availability, along with functional requirements and architectural concerns. Drawing on their extensive experience, Humberto Cervantes and Rick Kazman guide you through crafting practical designs that support the full software life cycle, from requirements to maintenance and evolution. You’ll learn how to successfully integrate design in your organizational context, and how to design systems that will be built with agile methods. Comprehensive coverage includes Understanding what architecture design involves, and where it fits in the full software development life cycle Mastering core design concepts, principles, and processes Understanding how to perform the steps of the ADD method Scaling design and analysis up or down, including design for pre-sale processes or lightweight architecture reviews Recognizing and optimizing critical relationships between analysis and design Utilizing proven, reusable design primitives and adapting them to specific problems and contexts Solving design problems in new domains, such as cloud, mobile, or big data
Publisher: Addison-Wesley Professional
ISBN: 0134390830
Category : Computers
Languages : en
Pages : 347
Book Description
Designing Software Architectures will teach you how to design any software architecture in a systematic, predictable, repeatable, and cost-effective way. This book introduces a practical methodology for architecture design that any professional software engineer can use, provides structured methods supported by reusable chunks of design knowledge, and includes rich case studies that demonstrate how to use the methods. Using realistic examples, you’ll master the powerful new version of the proven Attribute-Driven Design (ADD) 3.0 method and will learn how to use it to address key drivers, including quality attributes, such as modifiability, usability, and availability, along with functional requirements and architectural concerns. Drawing on their extensive experience, Humberto Cervantes and Rick Kazman guide you through crafting practical designs that support the full software life cycle, from requirements to maintenance and evolution. You’ll learn how to successfully integrate design in your organizational context, and how to design systems that will be built with agile methods. Comprehensive coverage includes Understanding what architecture design involves, and where it fits in the full software development life cycle Mastering core design concepts, principles, and processes Understanding how to perform the steps of the ADD method Scaling design and analysis up or down, including design for pre-sale processes or lightweight architecture reviews Recognizing and optimizing critical relationships between analysis and design Utilizing proven, reusable design primitives and adapting them to specific problems and contexts Solving design problems in new domains, such as cloud, mobile, or big data
Pandas Cookbook
Author: Theodore Petrou
Publisher: Packt Publishing Ltd
ISBN: 1784393347
Category : Computers
Languages : en
Pages : 534
Book Description
Over 95 hands-on recipes to leverage the power of pandas for efficient scientific computation and data analysis About This Book Use the power of pandas to solve most complex scientific computing problems with ease Leverage fast, robust data structures in pandas to gain useful insights from your data Practical, easy to implement recipes for quick solutions to common problems in data using pandas Who This Book Is For This book is for data scientists, analysts and Python developers who wish to explore data analysis and scientific computing in a practical, hands-on manner. The recipes included in this book are suitable for both novice and advanced users, and contain helpful tips, tricks and caveats wherever necessary. Some understanding of pandas will be helpful, but not mandatory. What You Will Learn Master the fundamentals of pandas to quickly begin exploring any dataset Isolate any subset of data by properly selecting and querying the data Split data into independent groups before applying aggregations and transformations to each group Restructure data into tidy form to make data analysis and visualization easier Prepare real-world messy datasets for machine learning Combine and merge data from different sources through pandas SQL-like operations Utilize pandas unparalleled time series functionality Create beautiful and insightful visualizations through pandas direct hooks to Matplotlib and Seaborn In Detail This book will provide you with unique, idiomatic, and fun recipes for both fundamental and advanced data manipulation tasks with pandas. Some recipes focus on achieving a deeper understanding of basic principles, or comparing and contrasting two similar operations. Other recipes will dive deep into a particular dataset, uncovering new and unexpected insights along the way. The pandas library is massive, and it's common for frequent users to be unaware of many of its more impressive features. The official pandas documentation, while thorough, does not contain many useful examples of how to piece together multiple commands like one would do during an actual analysis. This book guides you, as if you were looking over the shoulder of an expert, through practical situations that you are highly likely to encounter. Many advanced recipes combine several different features across the pandas library to generate results. Style and approach The author relies on his vast experience teaching pandas in a professional setting to deliver very detailed explanations for each line of code in all of the recipes. All code and dataset explanations exist in Jupyter Notebooks, an excellent interface for exploring data.
Publisher: Packt Publishing Ltd
ISBN: 1784393347
Category : Computers
Languages : en
Pages : 534
Book Description
Over 95 hands-on recipes to leverage the power of pandas for efficient scientific computation and data analysis About This Book Use the power of pandas to solve most complex scientific computing problems with ease Leverage fast, robust data structures in pandas to gain useful insights from your data Practical, easy to implement recipes for quick solutions to common problems in data using pandas Who This Book Is For This book is for data scientists, analysts and Python developers who wish to explore data analysis and scientific computing in a practical, hands-on manner. The recipes included in this book are suitable for both novice and advanced users, and contain helpful tips, tricks and caveats wherever necessary. Some understanding of pandas will be helpful, but not mandatory. What You Will Learn Master the fundamentals of pandas to quickly begin exploring any dataset Isolate any subset of data by properly selecting and querying the data Split data into independent groups before applying aggregations and transformations to each group Restructure data into tidy form to make data analysis and visualization easier Prepare real-world messy datasets for machine learning Combine and merge data from different sources through pandas SQL-like operations Utilize pandas unparalleled time series functionality Create beautiful and insightful visualizations through pandas direct hooks to Matplotlib and Seaborn In Detail This book will provide you with unique, idiomatic, and fun recipes for both fundamental and advanced data manipulation tasks with pandas. Some recipes focus on achieving a deeper understanding of basic principles, or comparing and contrasting two similar operations. Other recipes will dive deep into a particular dataset, uncovering new and unexpected insights along the way. The pandas library is massive, and it's common for frequent users to be unaware of many of its more impressive features. The official pandas documentation, while thorough, does not contain many useful examples of how to piece together multiple commands like one would do during an actual analysis. This book guides you, as if you were looking over the shoulder of an expert, through practical situations that you are highly likely to encounter. Many advanced recipes combine several different features across the pandas library to generate results. Style and approach The author relies on his vast experience teaching pandas in a professional setting to deliver very detailed explanations for each line of code in all of the recipes. All code and dataset explanations exist in Jupyter Notebooks, an excellent interface for exploring data.
JavaScript for Absolute Beginners
Author: Terry McNavage
Publisher: Apress
ISBN: 143027218X
Category : Computers
Languages : en
Pages : 495
Book Description
If you are new to both JavaScript and programming, this hands-on book is for you. Rather than staring blankly at gobbledygook, you'll explore JavaScript by entering and running hundreds of code samples in Firebug, a free JavaScript debugger. Then in the last two chapters, you'll leave the safety of Firebug and hand-code an uber cool JavaScript application in your preferred text editor. Written in a friendly, engaging narrative style, this innovative JavaScript tutorial covers the following essentials: Core JavaScript syntax, such as value types, operators, expressions, and statements provided by ECMAScript. Features for manipulating XHTML, CSS, and events provided by DOM. Object-oriented JavaScript, including prototypal and classical inheritance, deep copy, and mixins. Closure, lazy loading, advance conditional loading, chaining, currying, memoization, modules, callbacks, recursion, and other powerful function techniques. Encoding data with JSON or XML. Remote scripting with JSON-P or XMLHttpRequest Drag-and-drop, animated scrollers, skin swappers, and other cool behaviors. Optimizations to ensure your scripts run snappy. Formatting and naming conventions to prevent you from looking like a greenhorn. New ECMAScript 5, DOM 3, and HTML 5 features such as Object.create(), Function.prototype.bind(), strict mode, querySelector(), querySelectorAll(), and getElementsByClassName(). As you can see, due to its fresh approach, this book is by no means watered down. Therefore, over the course of your journey, you will go from JavaScript beginner to wizard, acquiring the skills recruiters desire.
Publisher: Apress
ISBN: 143027218X
Category : Computers
Languages : en
Pages : 495
Book Description
If you are new to both JavaScript and programming, this hands-on book is for you. Rather than staring blankly at gobbledygook, you'll explore JavaScript by entering and running hundreds of code samples in Firebug, a free JavaScript debugger. Then in the last two chapters, you'll leave the safety of Firebug and hand-code an uber cool JavaScript application in your preferred text editor. Written in a friendly, engaging narrative style, this innovative JavaScript tutorial covers the following essentials: Core JavaScript syntax, such as value types, operators, expressions, and statements provided by ECMAScript. Features for manipulating XHTML, CSS, and events provided by DOM. Object-oriented JavaScript, including prototypal and classical inheritance, deep copy, and mixins. Closure, lazy loading, advance conditional loading, chaining, currying, memoization, modules, callbacks, recursion, and other powerful function techniques. Encoding data with JSON or XML. Remote scripting with JSON-P or XMLHttpRequest Drag-and-drop, animated scrollers, skin swappers, and other cool behaviors. Optimizations to ensure your scripts run snappy. Formatting and naming conventions to prevent you from looking like a greenhorn. New ECMAScript 5, DOM 3, and HTML 5 features such as Object.create(), Function.prototype.bind(), strict mode, querySelector(), querySelectorAll(), and getElementsByClassName(). As you can see, due to its fresh approach, this book is by no means watered down. Therefore, over the course of your journey, you will go from JavaScript beginner to wizard, acquiring the skills recruiters desire.
Securing IoT and Big Data
Author: Vijayalakshmi Saravanan
Publisher: CRC Press
ISBN: 1000258513
Category : Computers
Languages : en
Pages : 191
Book Description
This book covers IoT and Big Data from a technical and business point of view. The book explains the design principles, algorithms, technical knowledge, and marketing for IoT systems. It emphasizes applications of big data and IoT. It includes scientific algorithms and key techniques for fusion of both areas. Real case applications from different industries are offering to facilitate ease of understanding the approach. The book goes on to address the significance of security algorithms in combing IoT and big data which is currently evolving in communication technologies. The book is written for researchers, professionals, and academicians from interdisciplinary and transdisciplinary areas. The readers will get an opportunity to know the conceptual ideas with step-by-step pragmatic examples which makes ease of understanding no matter the level of the reader.
Publisher: CRC Press
ISBN: 1000258513
Category : Computers
Languages : en
Pages : 191
Book Description
This book covers IoT and Big Data from a technical and business point of view. The book explains the design principles, algorithms, technical knowledge, and marketing for IoT systems. It emphasizes applications of big data and IoT. It includes scientific algorithms and key techniques for fusion of both areas. Real case applications from different industries are offering to facilitate ease of understanding the approach. The book goes on to address the significance of security algorithms in combing IoT and big data which is currently evolving in communication technologies. The book is written for researchers, professionals, and academicians from interdisciplinary and transdisciplinary areas. The readers will get an opportunity to know the conceptual ideas with step-by-step pragmatic examples which makes ease of understanding no matter the level of the reader.
Marketing and Smart Technologies
Author: Álvaro Rocha
Publisher: Springer Nature
ISBN: 9813341831
Category : Technology & Engineering
Languages : en
Pages : 783
Book Description
This book includes selected papers presented at the International Conference on Marketing and Technologies (ICMarkTech 2020), held at ISCTE - University Institute of Lisbon, in the city of Lisbon in Portugal, between 8 and 10 October 2020. It covers up-to-date cutting-edge research on artificial intelligence applied in marketing, virtual and augmented reality in marketing, business intelligence databases and marketing, data mining and big data, marketing data science, web marketing, e-commerce and v-commerce, social media and networking, geomarketing and IoT, marketing automation and inbound marketing, machine learning applied to marketing, customer data management and CRM, and neuromarketing technologies.
Publisher: Springer Nature
ISBN: 9813341831
Category : Technology & Engineering
Languages : en
Pages : 783
Book Description
This book includes selected papers presented at the International Conference on Marketing and Technologies (ICMarkTech 2020), held at ISCTE - University Institute of Lisbon, in the city of Lisbon in Portugal, between 8 and 10 October 2020. It covers up-to-date cutting-edge research on artificial intelligence applied in marketing, virtual and augmented reality in marketing, business intelligence databases and marketing, data mining and big data, marketing data science, web marketing, e-commerce and v-commerce, social media and networking, geomarketing and IoT, marketing automation and inbound marketing, machine learning applied to marketing, customer data management and CRM, and neuromarketing technologies.
Location-Based Marketing
Author: Gérard Cliquet
Publisher: John Wiley & Sons
ISBN: 1786305801
Category : Business & Economics
Languages : en
Pages : 260
Book Description
Location-based Marketing outlines the main concepts, methods and strategies for implementing spatial marketing, also known as geomarketing. With an emphasis on the value of mapping in marketing decision-making, this book demonstrates the importance of a more spatialized view of these decisions, in order to best respond to market realities whether local or international. The main techniques of geomarketing are presented along with an understanding of the spatial behavior of consumers, both outside the point of sale and in stores. The book further introduces the idea of a "geomarketing mix", which spatializes product innovations, merchandising, pricing and various aspects of promotion. Finally, the book defines what real georetailing comprises and develops the concept of mobile marketing based on geolocation techniques.
Publisher: John Wiley & Sons
ISBN: 1786305801
Category : Business & Economics
Languages : en
Pages : 260
Book Description
Location-based Marketing outlines the main concepts, methods and strategies for implementing spatial marketing, also known as geomarketing. With an emphasis on the value of mapping in marketing decision-making, this book demonstrates the importance of a more spatialized view of these decisions, in order to best respond to market realities whether local or international. The main techniques of geomarketing are presented along with an understanding of the spatial behavior of consumers, both outside the point of sale and in stores. The book further introduces the idea of a "geomarketing mix", which spatializes product innovations, merchandising, pricing and various aspects of promotion. Finally, the book defines what real georetailing comprises and develops the concept of mobile marketing based on geolocation techniques.
Essential Chinese for Travelers
Author: Zhilong Fan
Publisher: China Books
ISBN: 9780835125758
Category : Foreign Language Study
Languages : en
Pages : 212
Book Description
Essential Chinese for Travelers is a must for tourists, business people, and students traveling in China. The pocket-sized phrase book has over 2,000 useful words and phrases, plus an all new 60 page dictionary of commonly used vocabulary.
Publisher: China Books
ISBN: 9780835125758
Category : Foreign Language Study
Languages : en
Pages : 212
Book Description
Essential Chinese for Travelers is a must for tourists, business people, and students traveling in China. The pocket-sized phrase book has over 2,000 useful words and phrases, plus an all new 60 page dictionary of commonly used vocabulary.
Building Web Apps with Python and Flask
Author: Malhar Lathkar
Publisher: BPB Publications
ISBN: 9389898838
Category : Computers
Languages : en
Pages : 275
Book Description
A practical guide for the rapid web application development with Flask KEY FEATURESÊ _ Expert-led coverage of core capabilities of Flask, key extensions and its implementation.Ê _ Explore the Werkzeug toolkit andÊ Jinja Template engine and see how FlaskÊ interacts with JavaScript and CSS. _ Detailed modules on building and deploying RESTful applications using Flask. Ê DESCRIPTIONÊ This book teaches the reader the complete workflow of developing web applications using Python and its most outperforming microframework, Flask. The book begins with getting you up to speed in developing a strong understanding of the web application development process and how Python is used in developing the applications. You will learn how to write your own first Flask-based web application in Python. You will learn about web gateway interfaces, including CGI and WSGI along with various tools like the Jinja 2 engine, Werkzeug toolkit, and Click toolkit.Ê You will learn and practice the core features of Flask such as URL routing, rendering, handling static assets of a web application, how to handle cookies and sessions, and other HTTP objects. Once you have developed a strong knowledge of Flask, you will now dive deeper into advanced topics that includes Flask extensions for working with relational and NoSQL databases, Flask_WTF, and Flask-Bootstrap. You will explore design patterns, various blueprints on how to build modular and scalable applications, and finally how to deploy the RESTful APIs successfully on your own. WHAT YOU WILL LEARNÊÊ _ Get to know everything about the core capabilities of Flask. _ Understand the basic building blocks of Flask. _ Get familiar with advanced features of Flask, including blueprints, Flask extensions, and database connectivity. _ Get ready to design your own Flask-based web applications and RESTful APIs. _ Learn to build modular and scalable applications and how to deploy them successfully. WHO THIS BOOK IS FORÊÊÊ This book is ideal for Python enthusiasts, open source contributors, and web app developers who intend to add Python web technologies in their skillsets and startup companies. The understanding of the core Python language with intermediate level expertise is required and experience of working with SQL, HTML, CSS, and JavaScript is an added advantage. TABLE OF CONTENTS 1. Python for CGI 2. WSGI 3. Flask Fundamentals 4. URL Routing 5. Rendering Templates 6. Static Files 7. HTTP Objects 8. Using Databases 9. More Flask Extensions 10. Blueprints and Contexts 11. Web API with Flask 12. Deploying Flask Applications 13. Appendix
Publisher: BPB Publications
ISBN: 9389898838
Category : Computers
Languages : en
Pages : 275
Book Description
A practical guide for the rapid web application development with Flask KEY FEATURESÊ _ Expert-led coverage of core capabilities of Flask, key extensions and its implementation.Ê _ Explore the Werkzeug toolkit andÊ Jinja Template engine and see how FlaskÊ interacts with JavaScript and CSS. _ Detailed modules on building and deploying RESTful applications using Flask. Ê DESCRIPTIONÊ This book teaches the reader the complete workflow of developing web applications using Python and its most outperforming microframework, Flask. The book begins with getting you up to speed in developing a strong understanding of the web application development process and how Python is used in developing the applications. You will learn how to write your own first Flask-based web application in Python. You will learn about web gateway interfaces, including CGI and WSGI along with various tools like the Jinja 2 engine, Werkzeug toolkit, and Click toolkit.Ê You will learn and practice the core features of Flask such as URL routing, rendering, handling static assets of a web application, how to handle cookies and sessions, and other HTTP objects. Once you have developed a strong knowledge of Flask, you will now dive deeper into advanced topics that includes Flask extensions for working with relational and NoSQL databases, Flask_WTF, and Flask-Bootstrap. You will explore design patterns, various blueprints on how to build modular and scalable applications, and finally how to deploy the RESTful APIs successfully on your own. WHAT YOU WILL LEARNÊÊ _ Get to know everything about the core capabilities of Flask. _ Understand the basic building blocks of Flask. _ Get familiar with advanced features of Flask, including blueprints, Flask extensions, and database connectivity. _ Get ready to design your own Flask-based web applications and RESTful APIs. _ Learn to build modular and scalable applications and how to deploy them successfully. WHO THIS BOOK IS FORÊÊÊ This book is ideal for Python enthusiasts, open source contributors, and web app developers who intend to add Python web technologies in their skillsets and startup companies. The understanding of the core Python language with intermediate level expertise is required and experience of working with SQL, HTML, CSS, and JavaScript is an added advantage. TABLE OF CONTENTS 1. Python for CGI 2. WSGI 3. Flask Fundamentals 4. URL Routing 5. Rendering Templates 6. Static Files 7. HTTP Objects 8. Using Databases 9. More Flask Extensions 10. Blueprints and Contexts 11. Web API with Flask 12. Deploying Flask Applications 13. Appendix
Desarrollo de microservicios con Python
Author: José Manuel Ortega Candel
Publisher: Marcombo
ISBN: 8426737625
Category : Computers
Languages : es
Pages : 474
Book Description
Domine las herramientas imprescindibles para programar de forma eficaz y desarrolle sus propias aplicaciones con Python En el mundo actual de la tecnología, las aplicaciones basadas en microservicios se han convertido en el estándar para construir aplicaciones escalables y flexibles. El lenguaje más adecuado para llevar a cabo esta tarea es, sin duda, Python. Si desea una guía completa para adentrarse en el desarrollo de microservicios utilizando Python como lenguaje de programación, ha llegado al libro indicado. Desarrollo de microservicios con Python le proporcionará las bases que cualquier desarrollador de Python debe tener para adentrarse en el desarrollo de microservicios. Además, aprenderá a controlar las principales herramientas y frameworks que se pueden utilizar hoy en día para la creación desde cero de aplicaciones que interactúen entre sí y se comuniquen a través de este nuevo paradigma de programación. Gracias a la lectura de este libro: "Conocerá los fundamentos de la arquitectura de microservicios y cómo Python le puede ayudar a desarrollar aplicaciones empleando este paradigma de desarrollo. - Aprenderá los principales frameworks de desarrollo que ofrece el ecosistema de Python a través de la creación de proyectos, donde destacan Django y Flask como principales frameworks de desarrollo. - Aprenderá las mejores prácticas para diseñar microservicios, desde la modularidad hasta la comunicación entre servicios, y obtendrá conocimientos prácticos respaldados por ejemplos concretos. Asimismo, con el objetivo de obtener el máximo provecho del contenido práctico del libro, se proporciona el acceso al repositorio de código fuente con los ejemplos desarrollados a lo largo de los diferentes capítulos. Hágase con su ejemplar y descubra las principales herramientas para desarrollar con éxito sus propias aplicaciones con Python. José Manuel Ortega Candel es ingeniero de software e investigador de seguridad. Ha impartido formación a nivel universitario y ha colaborado con la escuela oficial de ingenieros informáticos. Entre las conferencias que ha impartido a nivel nacional e internacional, destacan las relacionadas con Python, seguridad, Docker y DevOps.
Publisher: Marcombo
ISBN: 8426737625
Category : Computers
Languages : es
Pages : 474
Book Description
Domine las herramientas imprescindibles para programar de forma eficaz y desarrolle sus propias aplicaciones con Python En el mundo actual de la tecnología, las aplicaciones basadas en microservicios se han convertido en el estándar para construir aplicaciones escalables y flexibles. El lenguaje más adecuado para llevar a cabo esta tarea es, sin duda, Python. Si desea una guía completa para adentrarse en el desarrollo de microservicios utilizando Python como lenguaje de programación, ha llegado al libro indicado. Desarrollo de microservicios con Python le proporcionará las bases que cualquier desarrollador de Python debe tener para adentrarse en el desarrollo de microservicios. Además, aprenderá a controlar las principales herramientas y frameworks que se pueden utilizar hoy en día para la creación desde cero de aplicaciones que interactúen entre sí y se comuniquen a través de este nuevo paradigma de programación. Gracias a la lectura de este libro: "Conocerá los fundamentos de la arquitectura de microservicios y cómo Python le puede ayudar a desarrollar aplicaciones empleando este paradigma de desarrollo. - Aprenderá los principales frameworks de desarrollo que ofrece el ecosistema de Python a través de la creación de proyectos, donde destacan Django y Flask como principales frameworks de desarrollo. - Aprenderá las mejores prácticas para diseñar microservicios, desde la modularidad hasta la comunicación entre servicios, y obtendrá conocimientos prácticos respaldados por ejemplos concretos. Asimismo, con el objetivo de obtener el máximo provecho del contenido práctico del libro, se proporciona el acceso al repositorio de código fuente con los ejemplos desarrollados a lo largo de los diferentes capítulos. Hágase con su ejemplar y descubra las principales herramientas para desarrollar con éxito sus propias aplicaciones con Python. José Manuel Ortega Candel es ingeniero de software e investigador de seguridad. Ha impartido formación a nivel universitario y ha colaborado con la escuela oficial de ingenieros informáticos. Entre las conferencias que ha impartido a nivel nacional e internacional, destacan las relacionadas con Python, seguridad, Docker y DevOps.
Flask
Author: Gareth Dwyer
Publisher:
ISBN:
Category : Python (Computer program language)
Languages : en
Pages : 770
Book Description
Unleash the full potential of the Flask web framework by creating small to large and powerful web applications About This Book Create your own world-class applications and master the art of Flask by unravelling its enigma through this journey Packed with recipes containing lots of sample applications to help you understand the intricacies of Flask web programming Work with scalable Flask application structures to create complex web apps Who This Book Is For This learning path is ideal developers who know the basics of Python and want to learn how to use the Flask framework to build powerful web solutions in Python. What You Will Learn Build three web applications from the ground up using the powerful Python micro framework, Flask. Extend your applications to build advanced functionality, such as a user account control system using Flask-Login Learn about web application security and defend against common attacks, such as SQL injection and XSS Integrate with technologies like Redis, Sentry, MongoDB and so on Build applications with integrations to most of the login mechanisms available Don't just stop at development. Learn about deployment and post-deployment Use SQLAlchemy to programmatically query a database Develop a custom Flask extension In Detail Are you a fan of Python? Want to use it to create powerful web applications? Then Flask is the perfect choice for you. This course will take you through the intricacies of the Flask Microframework, covering all it's components and elements and how to integrate it with useful third party libraries. Dive deep into what Flask has to offer and then you will create multiple Python apps from scratch on your own. The first module will introduce you to web development using Flask to building fully functional web applications. Hands-on and pragmatic, this tutorial goes right to the crux of Flask by showing you how to build challenging real-world applications. The second module introduces you to a number of recipes that will help you understand the power of Flask and its extensions. Start by seeing the different configurations that a Flask application can make use of. By the end of this module, you will have gained all the knowledge required to write Flask applications in the best possible way, and scale them with best practices. The final module will walk you through advanced Flask topics while providing practical examples of for all your lessons learned. The module closes with a discussion of the differe ...
Publisher:
ISBN:
Category : Python (Computer program language)
Languages : en
Pages : 770
Book Description
Unleash the full potential of the Flask web framework by creating small to large and powerful web applications About This Book Create your own world-class applications and master the art of Flask by unravelling its enigma through this journey Packed with recipes containing lots of sample applications to help you understand the intricacies of Flask web programming Work with scalable Flask application structures to create complex web apps Who This Book Is For This learning path is ideal developers who know the basics of Python and want to learn how to use the Flask framework to build powerful web solutions in Python. What You Will Learn Build three web applications from the ground up using the powerful Python micro framework, Flask. Extend your applications to build advanced functionality, such as a user account control system using Flask-Login Learn about web application security and defend against common attacks, such as SQL injection and XSS Integrate with technologies like Redis, Sentry, MongoDB and so on Build applications with integrations to most of the login mechanisms available Don't just stop at development. Learn about deployment and post-deployment Use SQLAlchemy to programmatically query a database Develop a custom Flask extension In Detail Are you a fan of Python? Want to use it to create powerful web applications? Then Flask is the perfect choice for you. This course will take you through the intricacies of the Flask Microframework, covering all it's components and elements and how to integrate it with useful third party libraries. Dive deep into what Flask has to offer and then you will create multiple Python apps from scratch on your own. The first module will introduce you to web development using Flask to building fully functional web applications. Hands-on and pragmatic, this tutorial goes right to the crux of Flask by showing you how to build challenging real-world applications. The second module introduces you to a number of recipes that will help you understand the power of Flask and its extensions. Start by seeing the different configurations that a Flask application can make use of. By the end of this module, you will have gained all the knowledge required to write Flask applications in the best possible way, and scale them with best practices. The final module will walk you through advanced Flask topics while providing practical examples of for all your lessons learned. The module closes with a discussion of the differe ...