

Incerto da dove
iniziare?
Track
Certificato
Flask for Dummies
4.7+
★★★★★
★★★★★
436 recensioni
Intermediate
Dive into a dynamic learning path focused on Flask web development, starting with SQL integration in Python projects for effective data management. Gain essential skills in HTML and CSS for front-end design, followed by a deep dive into Flask for building Python-based web applications. Mostra di più
HTML/CSS
Flask
Docker
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- Build dynamic web applications with Flask from the ground up
- Master the fundamentals of HTML for creating web pages
- Understand CSS essentials to style your web applications
- Integrate SQL databases into your Python projects to manage and retrieve data
- Develop RESTful APIs with Flask for professional-grade web applications
- Containerize your Flask applications using Docker for scalable deployment
- Learn to handle routing, templating, and data processing in Flask
- Create and manage user authentication in your Flask applications
- Deploy your Flask applications in production environments using Docker
- Optimize Flask applications for performance and security
- 155 chapters
- 20 hours
- 166 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / HTML Definitivo
Esplora il funzionamento interno del web. Scopri come i dati viaggiano attraverso le reti, scopri il ruolo dei protocolli e svela i misteri degli indirizzi IP e dei nomi di dominio. Ottieni una comprensione a livello generale di come i browser web e i server comunicano per fornire contenuti web.
Scopri il potere dei tag per strutturare il contenuto, dai titoli e paragrafi a elenchi e tabelle. Impara come migliorare gli elementi con gli attributi.
- Comprendere i Tag HTMLAnteprima
- Lavorare con gli Attributi HTMLAnteprima
- Comprendere i Tag Accoppiati e Singoli in HTMLAnteprima
- Markup del Testo e Formattazione in HTMLAnteprima
- Sfida: Crea il Tuo Primo Paragrafo di Pagina WebAnteprima
- Sfida: Costruisci una Pagina Web di Presentazione PersonaleAnteprima
- Sfida: Progetta una Pagina Web per la Presentazione di FilmAnteprima
- Utilizzare Collegamenti e Pulsanti in HTMLAnteprima
- Sfida: Crea Collegamenti a Siti Web PopolariAnteprima
- Convalidare il Tuo Codice HTML per le Migliori PraticheAnteprima
Il nucleo della struttura del documento HTML. Impara i componenti di un documento HTML, inclusa la dichiarazione doctype, head e body. Comprendi lo scopo di ciascun elemento e come contribuiscono alla struttura complessiva di una pagina web.
- I Segreti Dietro le Pagine Web Ben StrutturateAnteprima
- Comprendere la Struttura del Documento HTMLAnteprima
- Il Ruolo della Testa del DocumentoAnteprima
- Gestione del Flusso e del Layout del DocumentoAnteprima
- Sfida: Struttura Correttamente un Documento HTMLAnteprima
- Utilizzo degli Strumenti per Sviluppatori per l'Ispezione e il Debug di HTMLAnteprima
Rendi una pagina web più attraente con l'aiuto di media come immagini, audio e video. Lavora con dati tabulari strutturati sotto forma di tabelle.
- Aggiungere Immagini in HTMLAnteprima
- Sfida: Lavorare con le ImmaginiAnteprima
- Lavorare con Immagini Cliccabili, Didascalie e OttimizzazioneAnteprima
- Comprendere la Grafica Vettoriale e RasterAnteprima
- Incorporare Audio e Video per Contenuti Multimediali RicchiAnteprima
- Sfida: Incorporare Audio e Video in HTMLAnteprima
- Creare e Strutturare Tabelle in HTMLAnteprima
- Sfida: Progettare una Tabella HTML FunzionaleAnteprima
Esplora la versatilità dei moduli HTML. Impara a progettare moduli intuitivi e facili da usare sfruttando concetti e tecniche chiave. Scopri come i moduli consentono l'interazione dell'utente e l'invio di dati sui siti web.
- Introduzione ai Moduli HTMLAnteprima
- Fondamenti della Creazione di Moduli in HTMLAnteprima
- Utilizzare le Etichette per una Migliore Accessibilità dei ModuliAnteprima
- Migliorare i Moduli con Attributi di InputAnteprima
- Esplorando i Diversi Tipi di Input in HTMLAnteprima
- Sfida: Crea un Modulo con Inputs ed EtichetteAnteprima
- Lavorare con l'Elemento Textarea per l'Input Multi-lineaAnteprima
- Utilizzare l'Elemento Select per i Menu a TendinaAnteprima
- Utilizzo dell'Elemento Datalist per Suggerimenti di Input PredefinitiAnteprima
- Raggruppare Gli Elementi del Modulo per una Struttura MiglioreAnteprima
Module 2 / CSS Fundamentals
Basic CSS concepts and rules to add styles to the web page.
- What is CSS?Anteprima
- Connecting HTML and CSSAnteprima
- Selectors for Styling HTML ElementsAnteprima
- Challenge: Add Your First StylesAnteprima
- Challenge: Add The Styles using the Class NameAnteprima
- User Action Pseudo-ClassesAnteprima
- Challenge: User Action Pseudo-ClassesAnteprima
- Text ColorsAnteprima
- Effective Work with CSSAnteprima
- Challenge: Variables in CSSAnteprima
Set of CSS properties that are used to style the text content of HTML elements.
Concept of arranging elements according to the box model, which describes the layout and spacing of all elements.
- Box ModelAnteprima
- Box SizingAnteprima
- Adding Space to ElementsAnteprima
- Challenge: Box-SizingAnteprima
- Structural and Functional Pseudo-ClassesAnteprima
- Challenge: Structural Pseudo-ClassesAnteprima
- Element TypesAnteprima
- Working with Block-Level ElementsAnteprima
- Working with Inline ElementsAnteprima
- Challenge: Predict the Page LayoutAnteprima
Method of arranging the set of elements in rows and columns.
Create visually stunning and interactive web designs by using advanced CSS techniques for adding decorative elements.
Module 3 / Flask Intensive Course: Web Development with Python
Get ready to launch our very first project! We're diving into the exciting world of important project concepts and components. Here, we'll make the magic happen by connecting with Flask, crafting our initial functional endpoints, and bringing our project to life with captivating templates and eye-catching static files.
Here, you can enhance your application by adding a database. You'll get hands-on experience working with SQLAlchemy as you create an SQLite database tailored for development mode.
Get ready to dive into the world of ORM queries for databases and discover how to seamlessly integrate them into your project, allowing you to perform the full range of CRUD operations.
Welcome to the world of web design! In this journey, you'll learn how to integrate Bootstrap styles into your project, instantly transforming it into an eye-catching masterpiece. Think of it as playing with digital Legos for programmers.
Module 4 / Professional Web API with Flask
Dive into the world of web APIs with Flask, starting with the basics. You'll learn what APIs and REST APIs are, how to set up your project, configure your environment, and establish a GitHub SSH connection. This foundational knowledge will set you up for success.
Explore the core of database handling with SQLAlchemy. You'll learn to create robust models and understand many-to-one, one-to-one, and many-to-many relationships. This section empowers you with the skills to structure complex databases for real-world applications.
Unveil the power of Flask-Smorest and Marshmallow for managing web APIs and data serialization. You'll delve into JSON, schema handling, and the intricacies of data representation and validation, paving the way for advanced API development.
Master the art of creating and managing endpoints with Flask's Blueprints and MethodView. From setting up your first endpoints to exploring Flask-Migration and SQLite Studio, and utilizing tools like Postman and Insomnia, you'll craft scalable and maintainable web architectures.
Secure your web APIs with JWT authentication. Learn to set up Flask-JWT-Extended, handle user registration, login, and logout processes, and implement permissions and security measures. By the end of this section, you'll be adept at protecting and testing your endpoints.
Prepare your Flask project for deployment. This final leap covers the essentials: creating a requirements.txt, code formatting with Black and Flake8, and documenting your project with a README.md. You'll also master Git for version control and branch merging, readying you for a seamless project launch.
Module 5 / Docker for Python Developers
In this section, we'll explore the fundamental concepts of Docker - a powerful tool for managing containers. Understanding these concepts will help you gain a deeper insight into how Docker works and how to effectively utilize it in your software development and deployment processes.
This section will guide you step by step through the process of creating your first Dockerfiles - text files that contain instructions for automating the building of Docker images. You will learn how to create a Dockerfile for your application, including defining the base image, adding necessary components, configuring the environment, and installing dependencies.
The section titled "Docker for Flask Developers" offers an in-depth exploration of utilizing Docker for developing web applications based on the Flask framework for Python. In this section, you'll learn how to effectively use Docker to create, deploy, and manage Flask applications in an isolated and scalable container environment.
This section delves into Docker Compose, a tool designed to simplify the management of multi-container Docker applications. By utilizing Docker Compose, users can define and run multi-container Docker applications with ease, streamlining the process of container orchestration.
Requirements
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
La cosa principale è imparare e non arrendersi
Il materiale è buono, c'è tanto da imparare, tutto per migliorarsi, e la cosa principale è imparare ciò che desideri....
Matteo Comune
Grazie a loro sto imparando molto…
Grazie a loro sto imparando molto più rapidamente perché ti aiutano a comprendere tutto da zero. È il miglior sito web per chi non ha background in IT...
Yuliana Cadavid
ottimo corso per principianti
ottimo corso per principianti, mettono alla prova le tue conoscenze in ogni lezione...
Elpunzon
Sto apprezzando la mia esperienza su Codefinity…
Sto apprezzando la mia esperienza di apprendimento di Python con Codefinity. Il metodo di studio autodidatta è fantastico perché posso adattarlo al mio orario...
Alexandru Alexandru
È piacevole imparare da Codefinity
È piacevole imparare da Codefinity. È facile e offre buoni esempi di quanto appreso qui...
jacob Templet
Easy to follow along with and provides…
Facile da seguire e offre una sfida nella mia vita quotidiana. La sfida mi motiva a imparare giorno dopo giorno...
Elan
Codefinity è uno strumento di apprendimento completo…
Codefinity è uno strumento di apprendimento completo che ti aiuta a sviluppare le tue competenze come ingegnere del software o data scientist. Gli esercizi sono divertenti e un ottimo modo per affinare le tue abilità...
Thibault
Prima volta che impari a programmare
La prima volta che ho imparato a programmare e ci sono riuscito con Codefinity - Grazie...
Adrien Morel
Ben progettato per principianti assoluti
Ben progettato per principianti assoluti, con un progresso incrementale che mi dà fiducia....
_Gracy
è semplicemente perfettamente spiegato
È semplicemente perfettamente spiegato! Finora non ho incontrato alcuna difficoltà perché tutto è così ben organizzato....
Ruslan Kravchuk
La cosa principale è imparare e non arrendersi
Il materiale è buono, c'è tanto da imparare, tutto per migliorarsi, e la cosa principale è imparare ciò che desideri....
Matteo Comune
Grazie a loro sto imparando molto…
Grazie a loro sto imparando molto più rapidamente perché ti aiutano a comprendere tutto da zero. È il miglior sito web per chi non ha background in IT...
Yuliana Cadavid
ottimo corso per principianti
ottimo corso per principianti, mettono alla prova le tue conoscenze in ogni lezione...
Elpunzon
Sto apprezzando la mia esperienza su Codefinity…
Sto apprezzando la mia esperienza di apprendimento di Python con Codefinity. Il metodo di studio autodidatta è fantastico perché posso adattarlo al mio orario...
Alexandru Alexandru
È piacevole imparare da Codefinity
È piacevole imparare da Codefinity. È facile e offre buoni esempi di quanto appreso qui...
jacob Templet
Easy to follow along with and provides…
Facile da seguire e offre una sfida nella mia vita quotidiana. La sfida mi motiva a imparare giorno dopo giorno...
Elan
Codefinity è uno strumento di apprendimento completo…
Codefinity è uno strumento di apprendimento completo che ti aiuta a sviluppare le tue competenze come ingegnere del software o data scientist. Gli esercizi sono divertenti e un ottimo modo per affinare le tue abilità...
Thibault
Prima volta che impari a programmare
La prima volta che ho imparato a programmare e ci sono riuscito con Codefinity - Grazie...
Adrien Morel
Ben progettato per principianti assoluti
Ben progettato per principianti assoluti, con un progresso incrementale che mi dà fiducia....
_Gracy
è semplicemente perfettamente spiegato
È semplicemente perfettamente spiegato! Finora non ho incontrato alcuna difficoltà perché tutto è così ben organizzato....
Data Engineer
Certificato di Completamento
Mostra le abilità che hai acquisite recentemente. Te lo sei guadagnato
Discover more
Learning tracks
Solo per Ultimate
7 Corsi
293 Compiti
Solo per Ultimate
6 Corsi
169 Compiti
Solo per Ultimate
4 Corsi
115 Compiti
Solo per Ultimate
6 Corsi
101 Compiti
Solo per Ultimate
4 Corsi
143 Compiti
Solo per Ultimate
5 Corsi
119 Compiti
Solo per Ultimate
3 Corsi
38 Compiti
Solo per Ultimate
7 Corsi
376 Compiti
Solo per Ultimate
2 Corsi
1 Progetto
57 Compiti
Solo per Ultimate
7 Corsi
346 Compiti
Solo per Ultimate
6 Corsi
309 Compiti
Solo per Ultimate
5 Corsi
146 Compiti
Solo per Ultimate
5 Corsi
135 Compiti
Solo per Ultimate
3 Corsi
71 Compiti
Solo per Ultimate
6 Corsi
239 Compiti
Solo per Ultimate
5 Corsi
239 Compiti
Solo per Ultimate
4 Corsi
125 Compiti
Solo per Ultimate
3 Corsi
119 Compiti
Solo per Ultimate
3 Corsi
75 Compiti
Solo per Ultimate
4 Corsi
159 Compiti
Solo per Ultimate
4 Corsi
154 Compiti
Learning tracks
traccia
Sviluppo Web con C#
Principiante
4.8
(2360)
traccia
Python da Zero a Eroe
Principiante
4.7
(8361)
traccia
SQL da Zero a Eroe
Principiante
4.7
(2594)
traccia
Fondamenti di C++
Principiante
4.4
(488)
traccia
Sviluppo di Giochi con Unity
Principiante
4.7
(76)
traccia
Diventa uno Sviluppatore React
Intermedio
4.7
(67)
traccia
Fondamenti di Excel
Principiante
4.7
(305)
traccia
Fondamenti di Java
Principiante
4.7
(198)
traccia
Python Oltre l'Intermedio
Principiante
4.6
(68)
traccia
Sviluppo Web Full Stack
Principiante
4.7
(859)
traccia
Fondamenti Dello Sviluppo Frontend
Principiante
4.7
(831)
traccia
Padroneggiare la Visualizzazione dei Dati
Intermedio
4.7
(569)
traccia
Apprendimento Supervisionato delle Macchine
Intermedio
4.6
(125)
traccia
Padronanza di C++
Avanzato
4.8
(16)
traccia
Java Web
Avanzato
4.7
(1165)
traccia
Diventa un Ingegnere QA
Principiante
4.7
(724)
traccia
Produzione Video con Adobe
Principiante
5.0
(5)
traccia
Strumenti di Design UI/UX
Principiante
5.0
(4)
traccia
Competenze Essenziali per l'Ufficio
Principiante
4.8
(242)
traccia
Digital Marketing Essentials
Principiante
5.0
(3)
traccia
Complete Social Media Management
Principiante
5.0
(1)
Become a Web Development expert
Interactive exercises
Learning videos
AI-assistant on all courses
Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams