Make SQL Queries Secure in Python

  Рет қаралды 17,986

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 22
@FreihEitner
@FreihEitner 11 ай бұрын
Thank you! I had always read one should use prepared statements because they are more secure but I never saw HOW they were more secure explained so neatly.
@Luc1an_
@Luc1an_ 2 жыл бұрын
Hello, can you make a tutorial on how to make async Api calls in background using any web framework of Python?
@lawrencedoliveiro9104
@lawrencedoliveiro9104 2 жыл бұрын
I prefer to use APSW rather than the standard SQLite3 module that comes with Python. Also, here is a handy generator function I like to use, that performs a query and lets you iterate over the returned rows, putting them through an optional mapping function (e.g. turning the row tuple into a dict mapping field names to values) before returning them: def db_iter(conn, cmd, values = None, mapfn = lambda x : x) : for item in conn.cursor().execute(cmd, values) : yield mapfn(item) ♯end for ♯end db_iter
@HideBuz
@HideBuz 8 ай бұрын
Your content is always top notch! Thanks!
@alexzakr
@alexzakr 8 ай бұрын
Thanks for the simple explanation! It's really valuable!
@Mullheimer
@Mullheimer Жыл бұрын
Wow, crazy speed and well explained. Thx
@mehmetaliertorer5819
@mehmetaliertorer5819 2 жыл бұрын
Can you do a video about password authentication from the database but with hash encryptions
@walkaisa9933
@walkaisa9933 Жыл бұрын
What’s the name of the sql syntax highlighting extension?
@ayushpurohit8266
@ayushpurohit8266 Жыл бұрын
Does it work for python/mysql connector? Also, how is this different from f-string or .format()?
@RuneFToftlund
@RuneFToftlund 8 ай бұрын
great, excellent video. Maybe just slow down when executing and swapping window. Otherwise great.
@vivekan97
@vivekan97 2 жыл бұрын
Great content 💯
@piotrmazgaj
@piotrmazgaj 2 жыл бұрын
Hi, I have a similar problem but it concerns the tables' name. I need to create many, many tables (each table for separate stock data and stock name is a table name). How can I put into my SQL query table name as variable, but without breaching the sanitation rule?
@jimmynoosetron6518
@jimmynoosetron6518 2 жыл бұрын
Do the thing where you
@lawrencedoliveiro9104
@lawrencedoliveiro9104 2 жыл бұрын
That’s a, shall we say, suboptimal way to do it. Given that the structure of the data is the same for all stocks, have just one table, and add the stock ID as a column to the table.
@Trazynn
@Trazynn 2 жыл бұрын
I'd love more windows file handling tutorials. Your file renamer was ace.
@Trazynn
@Trazynn 2 жыл бұрын
Maybe constructing pdf's in bulk but with dynamic content, like giving people a certificate with their name and their score in it or something.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 2 жыл бұрын
The Cairo graphics library lets you render graphics calls to different kinds of target surfaces, including PDF, SVG and PostScript files.
@jeekakrishna
@jeekakrishna 2 жыл бұрын
it is so usefull for me...i was beggining to learn this database and python connection....Can you direct me some free database hosting solutions for begginers and how to use them ?
@Redknightsilverdragon
@Redknightsilverdragon Жыл бұрын
Thank you
@mahmoodjamshidian9525
@mahmoodjamshidian9525 2 жыл бұрын
It was interesting
@codewithrohit2927
@codewithrohit2927 2 жыл бұрын
Hi
@link6563
@link6563 2 жыл бұрын
TEACH ME HOW TO BE A l33t h4x0rs
XPath Crash Course For Python Web Scraping
30:07
NeuralNine
Рет қаралды 30 М.
Massively Speed-Up SQL Queries with Indexes
14:42
NeuralNine
Рет қаралды 9 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
MySQL Basics in Python
21:41
NeuralNine
Рет қаралды 21 М.
Every Python dev falls for this (name mangling)
14:11
mCoding
Рет қаралды 140 М.
Raw SQL, SQL Query Builder, or ORM?
16:19
ArjanCodes
Рет қаралды 106 М.
SQLite in Python || Python Tutorial || Learn Python Programming
10:11
SQL Injection Prevention: Security Simplified
9:44
Vickie Li Dev
Рет қаралды 21 М.
5 Useful Dunder Methods In Python
16:10
Indently
Рет қаралды 66 М.
SQLAlchemy Turns Python Objects Into Database Entries
22:23
NeuralNine
Рет қаралды 187 М.
SQLite Databases With Python - Full Course
1:29:37
freeCodeCamp.org
Рет қаралды 696 М.
Coding Encrypted Chat in Python
20:33
NeuralNine
Рет қаралды 51 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН