Lessons

The following lessons explain different programming concepts and have been published by our members. Search for a particular lesson using the filters

Understanding SQL Injection: The Second Most Critical OWASP Vulnerability

Learn everything about SQL Injection

Master SQL databases and unlock data's potential! Learn the essentials of SQL, from queries to transactions. Discover more now!

SQLAlchemy in its version 2 allows us to manage our database as if they were ordinary objects in the code. Learn how to take advantage of this powerful ORM.

Learn how to connect to SQL databases using Python! Discover essential techniques for SQLite, MySQL, and PostgreSQL to enhance your data analysis skills.

One of the challenges of working with databases is to organize the information in tables in an efficient way that guarantees the consistency of the data, for this the normal forms do not say that we must comply to have the database better ordered.