Python 2.7 Tutorial Pt 11

preview_player
Показать описание
In this Python Tutorial Video I cover how to use the Shelve Module to allow for new ways to store your information similar to a database. I'll continue creating these Python module tutorials, starting with Python database modules.

Рекомендации по теме
Комментарии
Автор

@SackettGraphics Agreed! I'm going to rename my tutorials asap. Slipped up in trying to get out as many good tutorials as fast as possible. Thanks :)

derekbanas
Автор

You are very welcome :) Check out Python 2.7 Tutorial Pt 15 for GUI stuff

derekbanas
Автор

Great! I know it can be a lot to wrap your head around, but if you keep at it you'll get it :)

derekbanas
Автор

this part was one of the best part up to now, I completely got it, thank you Dear Derek

rahan
Автор

Thank you :) Yes I do cover Python 3. The first video is called Python How to Program Pt 1

derekbanas
Автор

Facial recognition is pretty complicated. I plan on covering in later tutorials, but I can't at this time

derekbanas
Автор

Thank you so much! I love that database that you tought me. 😀

nephi
Автор

You're going to want to right programs like that using C. Python is too slow. I'm making a C tutorial very soon

derekbanas
Автор

thank you very much for making these tutorials... these makes me to learn more:)
i need error free code for facial recognition which detects faces and stores in a folder :)
ok now can u make a tutorial on serial port:)
how to access serial port and how can we send commands through it, , , because i am getting errors errors errors when i open python:)please

Автор

Do you have a python 3x tutorial. Your stuff is good

AlexanderMccarthey
Автор

hi derek, i hv gone through 11 videos of ur tutorial..and they are excellent.
i hv a query, "is it possible to make trees, stacks, etc."

Actually i hv to make a RED BLACK tree with all of its operations working..apart from C, i know Java..which is lengthy.. Python would help me out..?

rohitshukla
Автор

Hi Derek,

Thank you very much for this!

I am writing a voting code which looks a bit like this, but I want to write a GUI, so that people can vote in the website. I haven't done GUI before, do you have any tips?

Thanks!

MrIrishBrazilian
Автор

no sir...
my project name is face and object detection using computer vision
i have done face recognition using python and open cv, ,, i will mail u that code... i am not getting an image to store when a face detects, ,,you said shelve module creates a database, , i am not able to store images with that:)

Автор

Hi Derek, I copy your code and I have the next error:
AttributeError: 'module' object has no attribute 'open'
in
database = shelve.open('customers.dat', writeback=True)

I don't know why, Do you know? Thanks for all Derek!

andresduque-sb
Автор

hello ;;;; i would like to store images from video ;;;is it possible by shelve:)
mail me the code how to get images when ever face detected in video...

Автор

i sent the code in facebook

which detects face :)

please modify that as when ever a face detected that frame must be store in database...

Автор

i didnt get reply from u
i am getting except KeyError :
is a syntax error


Автор

ok thank you:)and in this code i am getting a syntax error at
except KeyError: