From sonny at codedex.io Wed Nov 2 17:53:27 2022 From: sonny at codedex.io (Sonny Li) Date: Wed, 2 Nov 2022 17:53:27 -0400 Subject: [pydotorg-www] Hi Python Wiki! Adding New Documentation Message-ID: Hi Python Wiki, My name is Sonny, and I'm the Founder & Chief Vibes Officer of Cod?dex , a brand new learn to code platform with an 8-bit aesthetic. Before that, I managed Codecademy's curriculum for five years and taught Computer Science at Columbia and NYU. I dedicated my career to this intersection between education and technology. And throughout the last ten years, Python.org has been a part of every step in my coding journey. Cod?dex is currently focused on Python right now. We have over 100 hours of free Python content with over 250k page views in the last three months, growing steadily. Website: www.codedex.io ? *I'm reaching out to see if we can be listed in the free in-browser coding tutorials section.* It would mean the world for the team. As to why: - We teach Python 3.10. Some of the resources in the bullet points are still teaching 2.7. - We have over 100 hours of free Python content. - Our mission is to empower the next generation of builders, instead of making profit. Here's a preview of the website: [image: homepage.gif] Best, Sonny Sonny Li Founder & Chief Vibes Officer www.codedex.io -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: homepage.gif Type: image/gif Size: 6817720 bytes Desc: not available URL: From mats at wichmann.us Wed Nov 2 18:15:18 2022 From: mats at wichmann.us (Mats Wichmann) Date: Wed, 2 Nov 2022 16:15:18 -0600 Subject: [pydotorg-www] Hi Python Wiki! Adding New Documentation In-Reply-To: References: Message-ID: On 11/2/22 15:53, Sonny Li wrote: > Hi Python Wiki, > > My name?is Sonny, and I'm the Founder & Chief Vibes Officer of Cod?dex > , a brand new learn to code platform with an > 8-bit aesthetic. Sorry - what in the world does that mean "8-bit aesthetic"? Helps not to use jargon when trying to explain things to people. Never heard this term, I see it's used some on the internet, but no clue seems to be given what it means. Something from the gaming world maybe? > *I'm reaching out to see if we can be listed in the free in-browser > coding tutorials section.* It would mean the world for the team. Section of what? If this is on the wiki, sure, we'll enable you to edit it (if you provide the requested details, namely your wiki name), and the addition will be very welcome. If it's some part of the python.org website that's not the wiki, it may be a little trickier. Different bits are under the purview of different decision-makers, not all of whom listen here. You may still want to add yourself to the wiki pages as an interim measure. From sonny at codedex.io Wed Nov 2 18:26:12 2022 From: sonny at codedex.io (Sonny Li) Date: Wed, 2 Nov 2022 18:26:12 -0400 Subject: [pydotorg-www] Hi Python Wiki! Adding New Documentation In-Reply-To: References: Message-ID: Apologies for the poor explanation. By 8-bit aesthetics, I meant it's a learn to code platform that has a retro feel. Here's the page that I was referring to: https://wiki.python.org/moin/BeginnersGuide. Specifically this section: [image: Screen Shot 2022-11-02 at 6.18.27 PM.png] Enabling me to add it would be great and I'd appreciate it! My wiki username is *SonnyLi* Thanks, Mats! Let me know when that's done, and I'll make an edit. ? Sonny Li Founder & Chief Vibes Officer www.codedex.io On Wed, Nov 2, 2022 at 6:15 PM Mats Wichmann wrote: > On 11/2/22 15:53, Sonny Li wrote: > > Hi Python Wiki, > > > > My name is Sonny, and I'm the Founder & Chief Vibes Officer of Cod?dex > > , a brand new learn to code platform with an > > 8-bit aesthetic. > > Sorry - what in the world does that mean "8-bit aesthetic"? Helps not > to use jargon when trying to explain things to people. Never heard this > term, I see it's used some on the internet, but no clue seems to be > given what it means. Something from the gaming world maybe? > > > *I'm reaching out to see if we can be listed in the free in-browser > > coding tutorials section.* It would mean the world for the team. > > Section of what? > > If this is on the wiki, sure, we'll enable you to edit it (if you > provide the requested details, namely your wiki name), and the addition > will be very welcome. If it's some part of the python.org website > that's not the wiki, it may be a little trickier. Different bits are > under the purview of different decision-makers, not all of whom listen > here. You may still want to add yourself to the wiki pages as an > interim measure. > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2022-11-02 at 6.18.27 PM.png Type: image/png Size: 45307 bytes Desc: not available URL: From mal at egenix.com Wed Nov 2 18:41:24 2022 From: mal at egenix.com (Marc-Andre Lemburg) Date: Wed, 2 Nov 2022 23:41:24 +0100 Subject: [pydotorg-www] You can now use jQuery UI logic on python.org CMS pages Message-ID: <5d1a8dd6-d9fb-6b9d-fc54-0dbe77172227@egenix.com> We've added a new CMS page type "Markdown (unsafe)" to the website today. This allows using jQuery UI elements on select pages: https://jqueryui.com/ Here's an example using an accordion: https://www.python.org/psf/trademarks-faq/ Here's an example of the code to add to the page (at the bottom), after enabling the new page type: """ """ -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Nov 02 2022) >>> Python Projects, Coaching and Support ... https://www.egenix.com/ >>> Python Product Development ... https://consulting.egenix.com/ ________________________________________________________________________ ::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 https://www.egenix.com/company/contact/ https://www.malemburg.com/ From mats at wichmann.us Wed Nov 2 19:45:24 2022 From: mats at wichmann.us (Mats Wichmann) Date: Wed, 2 Nov 2022 17:45:24 -0600 Subject: [pydotorg-www] Hi Python Wiki! Adding New Documentation In-Reply-To: References: Message-ID: <345b8765-a108-1e87-9d88-842b61879c69@wichmann.us> On 11/2/22 16:26, Sonny Li wrote: > Apologies for the poor explanation. By 8-bit aesthetics, I meant it's a > learn to code platform that has a retro feel. > > Here's the page that?I was referring to: > https://wiki.python.org/moin/BeginnersGuide > . > > Specifically this section: > > Screen Shot 2022-11-02 at 6.18.27 PM.png > > Enabling me to add it would be great and I'd appreciate it! My wiki > username is *SonnyLi* > * > * > Thanks, Mats! Let me know when that's done, and I'll make an edit.?? You should be able to edit now. Our usual first-time admonition is simple: "be nice" (that is, don't unduly promote your services above others). On the other hand, if you see things that need cleaning up - wikis do tend to go stale without constant attention - feel free to do so. From sonny at codedex.io Wed Nov 2 20:13:16 2022 From: sonny at codedex.io (Sonny Li) Date: Wed, 2 Nov 2022 20:13:16 -0400 Subject: [pydotorg-www] Hi Python Wiki! Adding New Documentation In-Reply-To: <345b8765-a108-1e87-9d88-842b61879c69@wichmann.us> References: <345b8765-a108-1e87-9d88-842b61879c69@wichmann.us> Message-ID: Thanks Mats! ? On Wed, Nov 2, 2022 at 7:45 PM Mats Wichmann wrote: > On 11/2/22 16:26, Sonny Li wrote: > > Apologies for the poor explanation. By 8-bit aesthetics, I meant it's a > > learn to code platform that has a retro feel. > > > > Here's the page that I was referring to: > > https://wiki.python.org/moin/BeginnersGuide > > . > > > > Specifically this section: > > > > Screen Shot 2022-11-02 at 6.18.27 PM.png > > > > Enabling me to add it would be great and I'd appreciate it! My wiki > > username is *SonnyLi* > > * > > * > > Thanks, Mats! Let me know when that's done, and I'll make an edit. ? > > You should be able to edit now. > > Our usual first-time admonition is simple: "be nice" (that is, don't > unduly promote your services above others). On the other hand, if you > see things that need cleaning up - wikis do tend to go stale without > constant attention - feel free to do so. > > > > -- ?? Sonny Li Founder & Chief Vibes Officer www.codedex.io -------------- next part -------------- An HTML attachment was scrubbed... URL: From rosuav at gmail.com Thu Nov 3 02:02:49 2022 From: rosuav at gmail.com (Chris Angelico) Date: Thu, 3 Nov 2022 17:02:49 +1100 Subject: [pydotorg-www] Proposing Edits to Downloading Python Guide In-Reply-To: References: Message-ID: On Thu, 3 Nov 2022 at 09:12, Matthew Treinish wrote: > > On Mon, Oct 31, 2022 at 12:55:17PM +1100, Chris Angelico wrote: > > On Mon, 31 Oct 2022 at 12:21, Matthew Treinish wrote: > > > Looking at python.org the getting > > > started page (https://www.python.org/about/gettingstarted/) refers to this wiki page: > > > > > > https://wiki.python.org/moin/BeginnersGuide/Download > > > > > > for the details. I think the wiki page could probably use some updates as it looks a bit out > > > of date. I'd like to request permission to edit that page so that I can make it a bit more > > > up-to-date. > > > > I think you're right, and it's a great idea to update that page. Do > > you have a wiki editing account? > > > > Yeah, I have a wiki account. My username is: mtreinish Awesome. I've made you an editor; go ahead! ChrisA From mats at wichmann.us Fri Nov 4 12:08:21 2022 From: mats at wichmann.us (Mats Wichmann) Date: Fri, 4 Nov 2022 10:08:21 -0600 Subject: [pydotorg-www] Proposing Edits to Downloading Python Guide In-Reply-To: References: Message-ID: <47224300-37e7-9a23-bff4-cbaa70e88205@wichmann.us> On 10/25/22 13:32, Matthew Treinish wrote: > Hi, > > We're currently working on updating some getting started documentation for Qiskit and as it's > written in Python we wanted to link to instructions on how to install Python (you can see the > PR in progress for this here: https://github.com/Qiskit/qiskit/pull/1613). Previously, > this section of the documentation linked to the Anaconda website which in my opinion isn't a > good recommendation for a few reasons. So we were looking to update that documentation to > point to the official installation instructions for Python. Looking at python.org the getting > started page (https://www.python.org/about/gettingstarted/) refers to this wiki page: > > https://wiki.python.org/moin/BeginnersGuide/Download > > for the details. I think the wiki page could probably use some updates as it looks a bit out > of date. I'd like to request permission to edit that page so that I can make it a bit more > up-to-date. Something like the following: (between "----") > > ---- > > # Downloading Python I'd say linking back to the OS-specific pages from [https://docs.python.org/3/using/index.html] would be valuable - there are many tips for first-timers like dealing with the Python launcher and other Windows oddities and the Mac setup in those pages that people don't end up finding as easily as they should. From mtreinish at kortar.org Wed Nov 2 18:12:22 2022 From: mtreinish at kortar.org (Matthew Treinish) Date: Wed, 2 Nov 2022 18:12:22 -0400 Subject: [pydotorg-www] Proposing Edits to Downloading Python Guide In-Reply-To: References: Message-ID: On Mon, Oct 31, 2022 at 12:55:17PM +1100, Chris Angelico wrote: > On Mon, 31 Oct 2022 at 12:21, Matthew Treinish wrote: > > Looking at python.org the getting > > started page (https://www.python.org/about/gettingstarted/) refers to this wiki page: > > > > https://wiki.python.org/moin/BeginnersGuide/Download > > > > for the details. I think the wiki page could probably use some updates as it looks a bit out > > of date. I'd like to request permission to edit that page so that I can make it a bit more > > up-to-date. > > I think you're right, and it's a great idea to update that page. Do > you have a wiki editing account? > Yeah, I have a wiki account. My username is: mtreinish -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From mtreinish at kortar.org Fri Nov 4 14:36:37 2022 From: mtreinish at kortar.org (Matthew Treinish) Date: Fri, 4 Nov 2022 14:36:37 -0400 Subject: [pydotorg-www] Proposing Edits to Downloading Python Guide In-Reply-To: <47224300-37e7-9a23-bff4-cbaa70e88205@wichmann.us> References: <47224300-37e7-9a23-bff4-cbaa70e88205@wichmann.us> Message-ID: On Fri, Nov 04, 2022 at 10:08:21AM -0600, Mats Wichmann wrote: > On 10/25/22 13:32, Matthew Treinish wrote: > > Hi, > > > > We're currently working on updating some getting started documentation for Qiskit and as it's > > written in Python we wanted to link to instructions on how to install Python (you can see the > > PR in progress for this here: https://github.com/Qiskit/qiskit/pull/1613). Previously, > > this section of the documentation linked to the Anaconda website which in my opinion isn't a > > good recommendation for a few reasons. So we were looking to update that documentation to > > point to the official installation instructions for Python. Looking at python.org the getting > > started page (https://www.python.org/about/gettingstarted/) refers to this wiki page: > > > > https://wiki.python.org/moin/BeginnersGuide/Download > > > > for the details. I think the wiki page could probably use some updates as it looks a bit out > > of date. I'd like to request permission to edit that page so that I can make it a bit more > > up-to-date. Something like the following: (between "----") > > > > ---- > > > > # Downloading Python > > I'd say linking back to the OS-specific pages from > [https://docs.python.org/3/using/index.html] would be valuable - there are > many tips for first-timers like dealing with the Python launcher and other > Windows oddities and the Mac setup in those pages that people don't end up > finding as easily as they should. > That's a good idea, I wasn't aware of that section in the docs myself. I'll update the wiki again to add links to the per OS sections there. Thanks, Matthew Treinish -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From fjhenigman at gmail.com Tue Nov 15 12:26:01 2022 From: fjhenigman at gmail.com (Frank Henigman) Date: Tue, 15 Nov 2022 12:26:01 -0500 Subject: [pydotorg-www] I'd like to edit the wiki Message-ID: This page says dict.setdefault does a double lookup https://wiki.python.org/moin/PythonSpeed/PerformanceTips but that changed in 3.3: https://docs.python.org/3/whatsnew/3.3.html#other-language-changes Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mal at egenix.com Tue Nov 15 12:28:55 2022 From: mal at egenix.com (Marc-Andre Lemburg) Date: Tue, 15 Nov 2022 18:28:55 +0100 Subject: [pydotorg-www] I'd like to edit the wiki In-Reply-To: References: Message-ID: <337c014c-aa5d-69b6-2aa1-121ea9c241a2@egenix.com> Hi Frank, could you provide us with your wiki user name, so that we can make you an editor ? Thanks. On 15.11.2022 18:26, Frank Henigman wrote: > This page says dict.setdefault does a double lookup > https://wiki.python.org/moin/PythonSpeed/PerformanceTips > > but that changed in 3.3: > https://docs.python.org/3/whatsnew/3.3.html#other-language-changes > > > Thanks. > > _______________________________________________ > pydotorg-www mailing list > pydotorg-www at python.org > https://mail.python.org/mailman/listinfo/pydotorg-www -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Nov 15 2022) >>> Python Projects, Coaching and Support ... https://www.egenix.com/ >>> Python Product Development ... https://consulting.egenix.com/ ________________________________________________________________________ ::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 https://www.egenix.com/company/contact/ https://www.malemburg.com/ From fjhenigman at gmail.com Tue Nov 15 16:03:25 2022 From: fjhenigman at gmail.com (Frank Henigman) Date: Tue, 15 Nov 2022 16:03:25 -0500 Subject: [pydotorg-www] I'd like to edit the wiki In-Reply-To: <337c014c-aa5d-69b6-2aa1-121ea9c241a2@egenix.com> References: <337c014c-aa5d-69b6-2aa1-121ea9c241a2@egenix.com> Message-ID: sorry, it's FrankHenigman thanks! On Tue, Nov 15, 2022 at 12:29 PM Marc-Andre Lemburg wrote: > Hi Frank, > > could you provide us with your wiki user name, so that we > can make you an editor ? > > Thanks. > > On 15.11.2022 18:26, Frank Henigman wrote: > > This page says dict.setdefault does a double lookup > > https://wiki.python.org/moin/PythonSpeed/PerformanceTips > > > > but that changed in 3.3: > > https://docs.python.org/3/whatsnew/3.3.html#other-language-changes > > > > > > Thanks. > > > > _______________________________________________ > > pydotorg-www mailing list > > pydotorg-www at python.org > > https://mail.python.org/mailman/listinfo/pydotorg-www > > -- > Marc-Andre Lemburg > eGenix.com > > Professional Python Services directly from the Experts (#1, Nov 15 2022) > >>> Python Projects, Coaching and Support ... https://www.egenix.com/ > >>> Python Product Development ... https://consulting.egenix.com/ > ________________________________________________________________________ > > ::: We implement business ideas - efficiently in both time and costs ::: > > eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 > D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg > Registered at Amtsgericht Duesseldorf: HRB 46611 > https://www.egenix.com/company/contact/ > https://www.malemburg.com/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Philipp.Simon at klsmartin.com Thu Nov 17 08:17:43 2022 From: Philipp.Simon at klsmartin.com (Simon, Philipp) Date: Thu, 17 Nov 2022 13:17:43 +0000 Subject: [pydotorg-www] wiki write access Message-ID: Hi I (account name: "PhilippSimon") would like to edit the https://wiki.python.org/moin/DbusExamples article to add the dbus-next library which also works on windows. Regards Philipp -------------- next part -------------- An HTML attachment was scrubbed... URL: From rosuav at gmail.com Thu Nov 17 09:01:53 2022 From: rosuav at gmail.com (Chris Angelico) Date: Fri, 18 Nov 2022 01:01:53 +1100 Subject: [pydotorg-www] wiki write access In-Reply-To: References: Message-ID: On Fri, 18 Nov 2022 at 00:17, Simon, Philipp wrote: > > Hi > > I (account name: ?PhilippSimon?) would like to edit the https://wiki.python.org/moin/DbusExamples article to add the dbus-next library which also works on windows. > Sounds good, go for it! ChrisA From mal at egenix.com Thu Nov 17 09:07:11 2022 From: mal at egenix.com (Marc-Andre Lemburg) Date: Thu, 17 Nov 2022 15:07:11 +0100 Subject: [pydotorg-www] I'd like to edit the wiki In-Reply-To: References: <337c014c-aa5d-69b6-2aa1-121ea9c241a2@egenix.com> Message-ID: <1629572d-9d85-74da-16c4-fa5e1b8d4cd8@egenix.com> On 15.11.2022 22:03, Frank Henigman wrote: > sorry, it's?FrankHenigman > thanks! Thanks, you should now have editing rights. > On Tue, Nov 15, 2022 at 12:29 PM Marc-Andre Lemburg > wrote: > > Hi Frank, > > could you provide us with your wiki user name, so that we > can make you an editor ? > > Thanks. > > On 15.11.2022 18:26, Frank Henigman wrote: > > This page says dict.setdefault does a double lookup > > https://wiki.python.org/moin/PythonSpeed/PerformanceTips > > > > > > but that changed in 3.3: > > > https://docs.python.org/3/whatsnew/3.3.html#other-language-changes > > > > > > > > > Thanks. > > > > _______________________________________________ > > pydotorg-www mailing list > > pydotorg-www at python.org > > https://mail.python.org/mailman/listinfo/pydotorg-www > > > -- > Marc-Andre Lemburg > eGenix.com > > Professional Python Services directly from the Experts (#1, Nov 15 2022) > ?>>> Python Projects, Coaching and Support ... > https://www.egenix.com/ > ?>>> Python Product Development ... https://consulting.egenix.com/ > > ________________________________________________________________________ > > ::: We implement business ideas - efficiently in both time and costs ::: > > ? ? eGenix.com Software, Skills and Services GmbH? Pastor-Loeh-Str.48 > ? ? ?D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg > ? ? ? ? ? ? Registered at Amtsgericht Duesseldorf: HRB 46611 > https://www.egenix.com/company/contact/ > > https://www.malemburg.com/ > -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Nov 17 2022) >>> Python Projects, Coaching and Support ... https://www.egenix.com/ >>> Python Product Development ... https://consulting.egenix.com/ ________________________________________________________________________ ::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 https://www.egenix.com/company/contact/ https://www.malemburg.com/ From welkom241 at gmail.com Wed Nov 23 08:52:55 2022 From: welkom241 at gmail.com (=?UTF-8?B?0JDQu9C10Log0KHQvtC60L7Qu9C+0LI=?=) Date: Wed, 23 Nov 2022 16:52:55 +0300 Subject: [pydotorg-www] (no subject) Message-ID: -------------- next part -------------- An HTML attachment was scrubbed... URL: From christophe.moustier at free.fr Mon Nov 28 12:22:19 2022 From: christophe.moustier at free.fr (Christophe MOUSTIER) Date: Mon, 28 Nov 2022 18:22:19 +0100 Subject: [pydotorg-www] python project adding request Message-ID: Hi, I'd like to add this project (https://github.com/Moustov/pyharmonytooling) in the page https://wiki.python.org/moin/PythonInMusic. The package is available here: https://pypi.org/project/pyHarmonyTooling/ BR, CM From mal at egenix.com Mon Nov 28 13:17:26 2022 From: mal at egenix.com (Marc-Andre Lemburg) Date: Mon, 28 Nov 2022 19:17:26 +0100 Subject: [pydotorg-www] python project adding request In-Reply-To: References: Message-ID: Sure, please send your wiki username, so that we can add you as an editor. On 28.11.2022 18:22, Christophe MOUSTIER wrote: > Hi, > > I'd like to add this project > (https://github.com/Moustov/pyharmonytooling) in the page > https://wiki.python.org/moin/PythonInMusic. > > The package is available here: https://pypi.org/project/pyHarmonyTooling/ > > BR, > > CM > > > _______________________________________________ > pydotorg-www mailing list > pydotorg-www at python.org > https://mail.python.org/mailman/listinfo/pydotorg-www -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Nov 28 2022) >>> Python Projects, Coaching and Support ... https://www.egenix.com/ >>> Python Product Development ... https://consulting.egenix.com/ ________________________________________________________________________ ::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 https://www.egenix.com/company/contact/ https://www.malemburg.com/ From hewemel at web.de Mon Nov 28 16:06:42 2022 From: hewemel at web.de (hewemel at web.de) Date: Mon, 28 Nov 2022 22:06:42 +0100 Subject: [pydotorg-www] edit permission for wiki.python.org/moin/PythonGraphLibraries Message-ID: An HTML attachment was scrubbed... URL: From MWilson at comnexia.com Mon Nov 28 17:00:24 2022 From: MWilson at comnexia.com (Mike Wilson - COMNEXIA Corporation) Date: Mon, 28 Nov 2022 22:00:24 +0000 Subject: [pydotorg-www] are you trying to connect? Message-ID: Happy Monday! Thanks for reaching out. All I received was your email address, so I assume it's due to a mutual interest in technology services or cryptocurrency? Please let me know how we can help and I'll see if I can help or connect you with the correct person here at COMNEXIA. Thanks, Mike [https://www.comnexia.com/wp-content/uploads/2022/01/Mike_Wilson.png] Mike Wilson COMNEXIA Corporation p: (678) 323-5002 m: (404) 259-7460 w: comnexia.com e: mwilson at comnexia.com Schedule Time With Me -------------- next part -------------- An HTML attachment was scrubbed... URL: From aidis at ivairimedia.com Tue Nov 29 15:52:28 2022 From: aidis at ivairimedia.com (Aidis Stukas) Date: Tue, 29 Nov 2022 22:52:28 +0200 Subject: [pydotorg-www] Adding PyCon Lithuania to https://python.org/community/workshops/ Message-ID: Hi, We would like to add PyCon Lithuania to https://python.org/community/workshops/ PyCon Lithuania started in 2008, next year we plan to have 400+ participants. We use shorthand PyCon LT https://pycon.lt Please let us know if you need any further information. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rosuav at gmail.com Tue Nov 29 15:57:12 2022 From: rosuav at gmail.com (Chris Angelico) Date: Wed, 30 Nov 2022 07:57:12 +1100 Subject: [pydotorg-www] Adding PyCon Lithuania to https://python.org/community/workshops/ In-Reply-To: References: Message-ID: On Wed, 30 Nov 2022 at 07:52, Aidis Stukas wrote: > > Hi, > > We would like to add PyCon Lithuania to https://python.org/community/workshops/ > > PyCon Lithuania started in 2008, next year we plan to have 400+ participants. > > We use shorthand PyCon LT > https://pycon.lt > > Please let us know if you need any further information. No problem! Do you have a wiki editing account, either for yourself or for the organization? ChrisA From aidis at ivairimedia.com Tue Nov 29 16:06:12 2022 From: aidis at ivairimedia.com (Aidis Stukas) Date: Tue, 29 Nov 2022 23:06:12 +0200 Subject: [pydotorg-www] Adding PyCon Lithuania to https://python.org/community/workshops/ In-Reply-To: References: Message-ID: No, I don't think we have one. On Tue, Nov 29, 2022 at 10:57 PM Chris Angelico wrote: > On Wed, 30 Nov 2022 at 07:52, Aidis Stukas wrote: > > > > Hi, > > > > We would like to add PyCon Lithuania to > https://python.org/community/workshops/ > > > > PyCon Lithuania started in 2008, next year we plan to have 400+ > participants. > > > > We use shorthand PyCon LT > > https://pycon.lt > > > > Please let us know if you need any further information. > > No problem! Do you have a wiki editing account, either for yourself or > for the organization? > > ChrisA > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mats at wichmann.us Tue Nov 29 16:12:19 2022 From: mats at wichmann.us (Mats Wichmann) Date: Tue, 29 Nov 2022 14:12:19 -0700 Subject: [pydotorg-www] Adding PyCon Lithuania to https://python.org/community/workshops/ In-Reply-To: References: Message-ID: On 11/29/22 14:06, Aidis Stukas wrote: > No, I don't think we have one. Note that while it's worth adding yourself to the wiki, and to the events calendar, both of which are of a self-service nature, this still won't let you add to the page you originally mentioned. Not completely sure how we cause that to happen... there's a separate website repository (pythondotorg), but that's for the code that runs the website, not for the content. From aidis at ivairimedia.com Tue Nov 29 16:22:32 2022 From: aidis at ivairimedia.com (Aidis Stukas) Date: Tue, 29 Nov 2022 23:22:32 +0200 Subject: [pydotorg-www] Adding PyCon Lithuania to https://python.org/community/workshops/ In-Reply-To: References: Message-ID: I will have a look at how I can add the event to wiki. However, it is quite sad that there are difficulties to update the page mentioned. I just had a look and was able to find at least three conferences that are not active for at least few years. - PyCon FI (Finland) - PyCon Ukraine - RuPy I have no idea how difficult it is to update the website mentioned, but if it's somehow possible I think it would benefit both the community interested in attending events and us, organizers. On Tue, Nov 29, 2022 at 11:12 PM Mats Wichmann wrote: > On 11/29/22 14:06, Aidis Stukas wrote: > > No, I don't think we have one. > > Note that while it's worth adding yourself to the wiki, and to the > events calendar, both of which are of a self-service nature, this still > won't let you add to the page you originally mentioned. Not completely > sure how we cause that to happen... there's a separate website > repository (pythondotorg), but that's for the code that runs the > website, not for the content. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From christophe.moustier at free.fr Wed Nov 30 11:15:19 2022 From: christophe.moustier at free.fr (Christophe MOUSTIER) Date: Wed, 30 Nov 2022 17:15:19 +0100 Subject: [pydotorg-www] python project adding request In-Reply-To: References: Message-ID: <187c9916-f791-358e-aff4-d71265ca89da@free.fr> Hi, My username is ChristopheMoustier Le 28/11/2022 ? 19:17, Marc-Andre Lemburg a ?crit?: > Sure, please send your wiki username, so that we can add you as an > editor. > > On 28.11.2022 18:22, Christophe MOUSTIER wrote: >> Hi, >> >> I'd like to add this project >> (https://github.com/Moustov/pyharmonytooling) in the page >> https://wiki.python.org/moin/PythonInMusic. >> >> The package is available here: >> https://pypi.org/project/pyHarmonyTooling/ >> >> BR, >> >> CM >> >> >> _______________________________________________ >> pydotorg-www mailing list >> pydotorg-www at python.org >> https://mail.python.org/mailman/listinfo/pydotorg-www > -------------- next part -------------- An HTML attachment was scrubbed... URL: