Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > fr.comp.lang.python > #3847
| Path | csiph.com!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail |
|---|---|
| NNTP-Posting-Date | Fri, 06 May 2022 23:25:24 -0500 |
| Newsgroups | fr.comp.lang.python |
| Subject | Transformer une BD .sqlite en .js avec python version 3.8 |
| X-poster | PEAR::Net_NNTP v1.5.0 (stable) |
| From | msamandine <nospam_amsmarie8@gmail.com.invalid> |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | 8bit |
| Organization | !No_Organization! |
| Message-ID | <UNydnQ0sEcMoaej_nZ2dnUU7_83NnZ2d@giganews.com> (permalink) |
| Date | Fri, 06 May 2022 23:25:25 -0500 |
| Lines | 30 |
| X-Usenet-Provider | http://www.giganews.com |
| X-Trace | sv3-LzZJj9qC6K6gqXNZFEqRCZpCmtlG7eyiTIVijA6O5Xzlfoxe5MnRdL+6K0AKIufTa1qYEPySMeb+c3C!VtU0QQHzdE6ecTi9HP66o20bfy95ApIuaUxYPiVukc2OsIHg4HpX5r78gXHBPyFtoZFrCEaYK4Yk |
| X-Complaints-To | abuse@giganews.com |
| X-DMCA-Notifications | http://www.giganews.com/info/dmca.html |
| X-Abuse-and-DMCA-Info | Please be sure to forward a copy of ALL headers |
| X-Abuse-and-DMCA-Info | Otherwise we will be unable to process your complaint properly |
| X-Postfilter | 1.3.40 |
| X-Original-Lines | 23 |
| X-Original-Bytes | 2142 |
| Xref | csiph.com fr.comp.lang.python:3847 |
Show key headers only | View raw
Bonjour, Je suis débutante en python et je me suis lancée un petit projet, à savoir afficher sur le web un graphique à partir d’une BD .sqlite. Pour ce faire, voici le cheminement que je souhaite suivre : transformer la BD .sqlite en .js pour ensuite pouvoir faire un graphique en nuage de points qui sera affiché sur le web, ce qui nécessitera un fichier .htm. Voici un extrait de ma BD .sqlite : Articles / Genre / Nb_Enfants 2 / M / 1 2 / M / 2 1 / F / 3 3 / M / 0 Et, voici la conversion (le résumé) que je souhaite obtenir : Nb_Enfants / Genre / 1_article / 2_articles / 3_articles / 4_articles 0 / M / 23 / 14 / 15 / 18 0 / F / 42 / 12 / 12 / 15 1 / M / 12 / 8 / 5 / 5 1 / F / 32 / 23 / 12 / 3 Par exemple, 23 hommes n’ayant pas d’enfants ont publié un article ; 23 femmes ayant un enfant ont publié 2 articles ; etc. Actuellement, je bute sur une chose à savoir résumer ma BD initiale. Je pense qu’il doit exister une manière de coder assez succincte, mais je n’arrive vraiment pas à trouver laquelle. Est-ce que qqn pourrait m’aider svp ? Merci d’avance !
Back to fr.comp.lang.python | Previous | Next — Next in thread | Find similar
Transformer une BD .sqlite en .js avec python version 3.8 msamandine <nospam_amsmarie8@gmail.com.invalid> - 2022-05-06 23:25 -0500
Re: Transformer une BD .sqlite en .js avec python version 3.8 yves <yves@free.invalid> - 2022-05-08 14:01 +0000
Re: Transformer une BD .sqlite en .js avec python version 3.8 msamandine <nospam_amsmarie8@gmail.com.invalid> - 2022-05-08 23:57 -0500
Re: Transformer une BD .sqlite en .js avec python version 3.8 yves <yves@free.invalid> - 2022-05-09 08:33 +0000
Re: Transformer une BD .sqlite en .js avec python version 3.8 yves <yves@free.invalid> - 2022-05-08 14:05 +0000
Re: Transformer une BD .sqlite en .js avec python version 3.8 yves <yves@free.invalid> - 2022-05-08 14:09 +0000
Re: Transformer une BD .sqlite en .js avec python version 3.8 Benoit Izac <use.reply.to@INVALID.ADDRESS> - 2022-05-08 21:20 +0200
Re: Transformer une BD .sqlite en .js avec python version 3.8 msamandine <nospam_amsmarie8@gmail.com.invalid> - 2022-05-09 01:06 -0500
Re: Transformer une BD .sqlite en .js avec python version 3.8 yves <yves@free.invalid> - 2022-05-09 08:43 +0000
Re: Transformer une BD .sqlite en .js avec python version 3.8 Benoit Izac <use.reply.to@INVALID.ADDRESS> - 2022-05-09 16:19 +0200
csiph-web