Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86530 > unrolled thread
| Started by | Jai <jaiprakashsingh213@gmail.com> |
|---|---|
| First post | 2015-02-26 11:14 -0800 |
| Last post | 2015-02-28 11:54 +0000 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
requesting you all to please guide me , which tutorials is best to learn redis database Jai <jaiprakashsingh213@gmail.com> - 2015-02-26 11:14 -0800
Re: requesting you all to please guide me , which tutorials is best to learn redis database Jason Friedman <jsf80238@gmail.com> - 2015-02-27 17:43 -0700
Re: requesting you all to please guide me , which tutorials is best to learn redis database Denis McMahon <denismfmcmahon@gmail.com> - 2015-02-28 11:54 +0000
| From | Jai <jaiprakashsingh213@gmail.com> |
|---|---|
| Date | 2015-02-26 11:14 -0800 |
| Subject | requesting you all to please guide me , which tutorials is best to learn redis database |
| Message-ID | <e8be9d61-060a-4561-bc81-10eeaf23c0d1@googlegroups.com> |
hello all,
i want to learn redis database and its use via python , please guide me which tutorials i should be study, so that i can learn it in good way
I search this on google but i am little confuse, so please help me
thank you jai
[toc] | [next] | [standalone]
| From | Jason Friedman <jsf80238@gmail.com> |
|---|---|
| Date | 2015-02-27 17:43 -0700 |
| Message-ID | <mailman.19326.1425084236.18130.python-list@python.org> |
| In reply to | #86530 |
> i want to learn redis database and its use via python , please guide me which tutorials i should be study, so that i can learn it in good way How about https://pypi.python.org/pypi/redis/?
[toc] | [prev] | [next] | [standalone]
| From | Denis McMahon <denismfmcmahon@gmail.com> |
|---|---|
| Date | 2015-02-28 11:54 +0000 |
| Message-ID | <mcsa8p$okp$1@dont-email.me> |
| In reply to | #86530 |
On Thu, 26 Feb 2015 11:14:50 -0800, Jai wrote: > i want to learn redis database and its use via python , please > guide me which tutorials i should be study, so that i can learn it > in good way Using databases via python often involves working with dictionaries or lists, lists of dictionaries, lists of lists etc. Before you start trying to work with a database and python together, you should have a good grasp of the core python data structures, built in functions, statements, io, statements, flow control etc. You should also have a good grasp of the language (presumably an sql variant) used by the database, and a very good understanding of how string formatting works in python, as you'll be using python to build command strings to send to the database. Then you may be ready to start gluing the two together. -- Denis McMahon, denismfmcmahon@gmail.com
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web