From meenamanoj18670 at gmail.com Sun Feb 2 07:01:44 2025 From: meenamanoj18670 at gmail.com (Manoj Parmar) Date: Sun, 2 Feb 2025 17:31:44 +0530 Subject: [python-events] (no subject) Message-ID: import firebase_admin from firebase_admin import credentials, firestore import random import string cred = credentials.Certificate("your_firebase_credentials.json") firebase_admin.initialize_app(cred) db = firestore.client() def generate_referral_code(): return ''.join(random.choices(string.ascii_uppercase + string.digits, k=8)) def create_user(user_id, name, referred_by=None): referral_code = generate_referral_code() user_data = { "name": name, "referral_code": referral_code, "referred_by": referred_by, "wallet": 0 # Initial wallet balance } db.collection("users").document(user_id).set(user_data) if referred_by: referrer = db.collection("users").where("referral_code", "==", referred_by).get() if referrer: referrer_id = referrer[0].id referrer_doc = db.collection("users").document(referrer_id) referrer_doc.update({"wallet": firestore.Increment(100)}) # ?100 ???? return referral_code user_id = "user_123" name = "Rahul" referred_by = "N62SYKE8" # Existing user's referral code new_code = create_user(user_id, name, referred_by) print(f"New user's referral code: {new_code}") import razorpay client = razorpay.Client(auth=("your_api_key", "your_api_secret")) def withdraw_money(user_id, amount, upi_id): if amount < 100: return "Minimum withdrawal is ?100" payment = client.payout.create({ "account_number": "virtual_account_number", "amount": amount * 100, # INR to paisa conversion "currency": "INR", "mode": "UPI", "purpose": "payout", "fund_account": { "account_type": "vpa", "vpa": { "address": upi_id } } }) return payment print(withdraw_money("user_123", 500, "user at upi")) -------------- next part -------------- An HTML attachment was scrubbed... URL: From helio at loureiro.eng.br Sun Feb 2 08:30:11 2025 From: helio at loureiro.eng.br (helio at loureiro.eng.br) Date: Sun, 02 Feb 2025 13:30:11 +0000 Subject: [python-events] New event: PyCon Sweden @ Thu Oct 30 - Fri Oct 31, 2025 (Python Events Calendar) Message-ID: PyCon Sweden Thursday Oct 30 ? Friday Oct 31, 2025 Location Clarion Hotel Skanstull, Stockholm, Sweden https://www.google.com/maps/search/Clarion+Hotel+Skanstull,+Stockholm,+Sweden?hl=en PyCon Sweden ~~//~~ Invitation from Google Calendar: https://calendar.google.com/calendar/ You are receiving this email because you are subscribed to calendar notifications. To stop receiving these emails, go to https://calendar.google.com/calendar/r/settings, select this calendar, and change "Other notifications". Forwarding this invitation could allow any recipient to send a response to the organizer, be added to the guest list, invite others regardless of their own invitation status, or modify your RSVP. Learn more https://support.google.com/calendar/answer/37135#forwarding -------------- next part -------------- An HTML attachment was scrubbed... URL: From standardbos at gmail.com Tue Feb 4 06:04:56 2025 From: standardbos at gmail.com (Mayokun Adeoti) Date: Tue, 4 Feb 2025 12:04:56 +0100 Subject: [python-events] Please publish our event Message-ID: Hello, Please find below the details of the event: * name of the event: Python Weekend Abuja * type of event: Workshop * focus on Python: 80% * approximate number of attendees: 30 * location (incl. country): Abuja, Nigeria * dates/times/recurrence (incl. time zone): February 21st and 22nd, 2025. 8am - 4pm daily (WAT) * HTML link using the format Python Weekend Abuja: Warm regards, Mayokun Adeoti Organizer -------------- next part -------------- An HTML attachment was scrubbed... URL: From helio at loureiro.eng.br Tue Feb 4 08:23:31 2025 From: helio at loureiro.eng.br (Helio Loureiro) Date: Tue, 4 Feb 2025 14:23:31 +0100 Subject: [python-events] Please publish our event In-Reply-To: References: Message-ID: Added. Best Regards, Helio Loureiro On Tue, 4 Feb 2025 at 12:05, Mayokun Adeoti via python-events < python-events at python.org> wrote: > Hello, > > Please find below the details of the event: > > * name of the event: Python Weekend Abuja > * type of event: Workshop > * focus on Python: 80% > * approximate number of attendees: 30 > * location (incl. country): Abuja, Nigeria > * dates/times/recurrence (incl. time zone): February 21st and 22nd, 2025. > 8am - 4pm daily (WAT) > * HTML link using the format Python Weekend Abuja: > > Warm regards, > Mayokun Adeoti > Organizer > _______________________________________________ > python-events mailing list > python-events at python.org > https://mail.python.org/mailman/listinfo/python-events > > Calendar wiki page: https://wiki.python.org/moin/PythonEventsCalendar > -------------- next part -------------- An HTML attachment was scrubbed... URL: From helio at loureiro.eng.br Tue Feb 4 08:22:19 2025 From: helio at loureiro.eng.br (helio at loureiro.eng.br) Date: Tue, 04 Feb 2025 13:22:19 +0000 Subject: [python-events] Updated invitation: Python Weekend Abuja @ Every 2 days from 8am to 4pm from Fri Feb 21 to Sat Mar 22 (CET) (Python User Group Calendar) Message-ID: This event has been updated Changed: time Python Weekend Abuja Every 2 days from 8am to 4pm from Friday Feb 21 to Saturday Mar 22 Central European Time - Berlin Location Abuja, Federal Capital Territory, Nigeria https://www.google.com/maps/search/Abuja,+Federal+Capital+Territory,+Nigeria?hl=en Python Weekend Abuja ~~//~~ Invitation from Google Calendar: https://calendar.google.com/calendar/ You are receiving this email because you are subscribed to calendar notifications. To stop receiving these emails, go to https://calendar.google.com/calendar/r/settings, select this calendar, and change "Other notifications". Forwarding this invitation could allow any recipient to send a response to the organizer, be added to the guest list, invite others regardless of their own invitation status, or modify your RSVP. Learn more https://support.google.com/calendar/answer/37135#forwarding -------------- next part -------------- An HTML attachment was scrubbed... URL: From helio at loureiro.eng.br Tue Feb 4 08:23:04 2025 From: helio at loureiro.eng.br (helio at loureiro.eng.br) Date: Tue, 04 Feb 2025 13:23:04 +0000 Subject: [python-events] Updated invitation: Python Weekend Abuja @ Sat Feb 22, 2025 8am - 4pm (CET) (Python User Group Calendar) Message-ID: This event has been updated Changed: time Python Weekend Abuja Saturday Feb 22, 2025 ? 8am ? 4pm Central European Time - Berlin Location Abuja, Federal Capital Territory, Nigeria https://www.google.com/maps/search/Abuja,+Federal+Capital+Territory,+Nigeria?hl=en Python Weekend Abuja ~~//~~ Invitation from Google Calendar: https://calendar.google.com/calendar/ You are receiving this email because you are subscribed to calendar notifications. To stop receiving these emails, go to https://calendar.google.com/calendar/r/settings, select this calendar, and change "Other notifications". Forwarding this invitation could allow any recipient to send a response to the organizer, be added to the guest list, invite others regardless of their own invitation status, or modify your RSVP. Learn more https://support.google.com/calendar/answer/37135#forwarding -------------- next part -------------- An HTML attachment was scrubbed... URL: From helio at loureiro.eng.br Tue Feb 4 08:21:30 2025 From: helio at loureiro.eng.br (helio at loureiro.eng.br) Date: Tue, 04 Feb 2025 13:21:30 +0000 Subject: [python-events] New event: Python Weekend Abuja @ Fri Feb 21, 2025 8am - 4pm (CET) (Python User Group Calendar) Message-ID: Python Weekend Abuja Friday Feb 21, 2025 ? 8am ? 4pm Central European Time - Berlin Location Abuja, Federal Capital Territory, Nigeria https://www.google.com/maps/search/Abuja,+Federal+Capital+Territory,+Nigeria?hl=en Python Weekend Abuja ~~//~~ Invitation from Google Calendar: https://calendar.google.com/calendar/ You are receiving this email because you are subscribed to calendar notifications. To stop receiving these emails, go to https://calendar.google.com/calendar/r/settings, select this calendar, and change "Other notifications". Forwarding this invitation could allow any recipient to send a response to the organizer, be added to the guest list, invite others regardless of their own invitation status, or modify your RSVP. Learn more https://support.google.com/calendar/answer/37135#forwarding -------------- next part -------------- An HTML attachment was scrubbed... URL: From nkenyor at gmail.com Thu Feb 6 18:41:15 2025 From: nkenyor at gmail.com (Kenyor Ntem) Date: Fri, 7 Feb 2025 00:41:15 +0100 Subject: [python-events] Event Information: Empowering Developers Through Python Development: PySphere Nigeria Message-ID: Hello Marc-Andre ? Hope you're doing well. Please add the following event: * name of the event: Empowering Developers Through Python Development: PySphere Nigeria * type of event: Training Program * focus on Python: 100% * approximate number of attendees: over 100(Virtual) * location (incl. country): Nigeria/Virtual * dates/times/recurrence (incl. time zone): * HTML link using the format Empowering Developers Through Python Development: PySphere Nigeria: https://roynek.com/pysphere We wish you add the details above to the Python events website/page. Thank you for your usual understanding and cooperation. Best regards. Ntem, Kenyor K. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mb at x14.nl Fri Feb 7 03:36:51 2025 From: mb at x14.nl (Michiel Beijen) Date: Fri, 7 Feb 2025 09:36:51 +0100 Subject: [python-events] Please add second meeting for Python Leiden User Group Message-ID: <022185c6-692c-464f-ae81-e5b1f1cdd857@x14.nl> Hi, we have our second meeting planned. On a new location, I'm verry happy with it! ?* name of the event: Python Leiden User Group ?* type of event: user group meeting ?* focus on Python: yes ?* approximate number of attendees: 40 ?* location (incl. country): Leiden, The Netherlands ?* dates/times/recurrence (incl. time zone): Thursday 27th of March 2025, 20:00 - 22:00 CET ?* HTML link using the format name of the event: Python Leiden User Group meeting @ Technolab Kindest regards, Michiel -------------- next part -------------- An HTML attachment was scrubbed... URL: From mal at egenix.com Fri Feb 7 06:09:09 2025 From: mal at egenix.com (Marc-Andre Lemburg) Date: Fri, 7 Feb 2025 12:09:09 +0100 Subject: [python-events] Please add second meeting for Python Leiden User Group In-Reply-To: <022185c6-692c-464f-ae81-e5b1f1cdd857@x14.nl> References: <022185c6-692c-464f-ae81-e5b1f1cdd857@x14.nl> Message-ID: <07381765-f34d-4343-8e68-3cebb2a3139f@egenix.com> Added. Thanks, Michiel. On 07.02.2025 09:36, Michiel Beijen wrote: > > Hi, we have our second meeting planned. On a new location, I'm verry > happy with it! > > > ?* name of the event: Python Leiden User Group > > ?* type of event: user group meeting > > ?* focus on Python: yes > > ?* approximate number of attendees: 40 > > ?* location (incl. country): Leiden, The Netherlands > > ?* dates/times/recurrence (incl. time zone): Thursday 27th of March > 2025, 20:00 - 22:00 CET > > ?* HTML link using the format name > of the event: > > > Python > Leiden User Group meeting @ Technolab > > > Kindest regards, > > > Michiel > > > _______________________________________________ > python-events mailing list > python-events at python.org > https://mail.python.org/mailman/listinfo/python-events > > Calendar wiki page:https://wiki.python.org/moin/PythonEventsCalendar -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Feb 07 2025) >>> 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 mal at egenix.com Fri Feb 7 06:11:12 2025 From: mal at egenix.com (Marc-Andre Lemburg) Date: Fri, 7 Feb 2025 12:11:12 +0100 Subject: [python-events] Event Information: Empowering Developers Through Python Development: PySphere Nigeria In-Reply-To: References: Message-ID: Hi Kenyor, your submission does not include a specific date. When does this event take place ? Thanks. On 07.02.2025 00:41, Kenyor Ntem via python-events wrote: > Hello Marc-Andre ? > > > Hope you're doing well. > > > Please add the following event: > > * name of the event: Empowering Developers Through Python Development: > PySphere Nigeria > ?* type of event: Training Program > ?* focus on Python: 100% > ?* approximate number of attendees: over 100(Virtual) > ?* location (incl. country): Nigeria/Virtual > ?* dates/times/recurrence (incl. time zone): > ?* HTML link using the format href="https://roynek.com/pysphere">Empowering Developers Through > Python Development: PySphere Nigeria: > https://roynek.com/pysphere > > > We wish you add the details above to the Python events website/page. > Thank you for your usual understanding and cooperation. > > Best regards. > > Ntem, Kenyor K. > > > _______________________________________________ > python-events mailing list > python-events at python.org > https://mail.python.org/mailman/listinfo/python-events > > Calendar wiki page: https://wiki.python.org/moin/PythonEventsCalendar -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Feb 07 2025) >>> 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 mal.python.org at gmail.com Fri Feb 7 06:16:19 2025 From: mal.python.org at gmail.com (mal.python.org at gmail.com) Date: Fri, 07 Feb 2025 11:16:19 +0000 Subject: [python-events] New event: Python Leiden User Group @ Thu Mar 27, 2025 8pm - 10pm (CET) (Python User Group Calendar) Message-ID: Python Leiden User Group Thursday Mar 27, 2025 ? 8pm ? 10pm Central European Time - Berlin Location Leiden, The Netherlands https://www.google.com/maps/search/Leiden,+The+Netherlands?hl=en Python Leiden User Group meeting @ Technolab ~~//~~ Invitation from Google Calendar: https://calendar.google.com/calendar/ You are receiving this email because you are subscribed to calendar notifications. To stop receiving these emails, go to https://calendar.google.com/calendar/r/settings, select this calendar, and change "Other notifications". Forwarding this invitation could allow any recipient to send a response to the organizer, be added to the guest list, invite others regardless of their own invitation status, or modify your RSVP. Learn more https://support.google.com/calendar/answer/37135#forwarding -------------- next part -------------- An HTML attachment was scrubbed... URL: From nkenyor at gmail.com Fri Feb 7 08:05:18 2025 From: nkenyor at gmail.com (Kenyor Ntem) Date: Fri, 7 Feb 2025 14:05:18 +0100 Subject: [python-events] Event Information: Empowering Developers Through Python Development: PySphere Nigeria In-Reply-To: References: Message-ID: Hello Marc-Andre Sorry I missed that out and thank you for pointing it out. It would be on the 25th of August, 2025 (08/25/2025). Thank you and have an awesome day ? On Fri, 7 Feb 2025, 12:11 Marc-Andre Lemburg, wrote: > Hi Kenyor, > > your submission does not include a specific date. When does this event > take place ? > > Thanks. > > On 07.02.2025 00:41, Kenyor Ntem via python-events wrote: > > Hello Marc-Andre ? > > > > > > Hope you're doing well. > > > > > > Please add the following event: > > > > * name of the event: Empowering Developers Through Python Development: > > PySphere Nigeria > > * type of event: Training Program > > * focus on Python: 100% > > * approximate number of attendees: over 100(Virtual) > > * location (incl. country): Nigeria/Virtual > > * dates/times/recurrence (incl. time zone): > > * HTML link using the format > href="https://roynek.com/pysphere">Empowering Developers Through > > Python Development: PySphere Nigeria: > > https://roynek.com/pysphere > > > > > > We wish you add the details above to the Python events website/page. > > Thank you for your usual understanding and cooperation. > > > > Best regards. > > > > Ntem, Kenyor K. > > > > > > _______________________________________________ > > python-events mailing list > > python-events at python.org > > https://mail.python.org/mailman/listinfo/python-events > > > > Calendar wiki page: https://wiki.python.org/moin/PythonEventsCalendar > > -- > Marc-Andre Lemburg > eGenix.com > > Professional Python Services directly from the Experts (#1, Feb 07 2025) > >>> 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 mal at egenix.com Fri Feb 7 10:12:51 2025 From: mal at egenix.com (Marc-Andre Lemburg) Date: Fri, 7 Feb 2025 16:12:51 +0100 Subject: [python-events] Event Information: Empowering Developers Through Python Development: PySphere Nigeria In-Reply-To: References: Message-ID: Oh, I now see that you are referring to a training program. Please add this to the training page we have on the wiki: PythonTraining - Python Wiki The calendars are only meant for events such as conferences, one-day workshops, etc. On 07.02.2025 14:05, Kenyor Ntem wrote: > > Hello Marc-Andre > > Sorry I missed that out and thank you for pointing it out. > > It would be on the 25th of August, 2025 (08/25/2025). > > Thank you and have an awesome day ? > > > On Fri, 7 Feb 2025, 12:11 Marc-Andre Lemburg, wrote: > > Hi Kenyor, > > your submission does not include a specific date. When does this > event > take place ? > > Thanks. > > On 07.02.2025 00:41, Kenyor Ntem via python-events wrote: > > Hello Marc-Andre ? > > > > > > Hope you're doing well. > > > > > > Please add the following event: > > > > * name of the event: Empowering Developers Through Python > Development: > > PySphere Nigeria > > ?* type of event: Training Program > > ?* focus on Python: 100% > > ?* approximate number of attendees: over 100(Virtual) > > ?* location (incl. country): Nigeria/Virtual > > ?* dates/times/recurrence (incl. time zone): > > ?* HTML link using the format > href="https://roynek.com/pysphere">Empowering Developers Through > > Python Development: PySphere Nigeria: > > https://roynek.com/pysphere > > > > > > We wish you add the details above to the Python events > website/page. > > Thank you for your usual understanding and cooperation. > > > > Best regards. > > > > Ntem, Kenyor K. > > > > > > _______________________________________________ > > python-events mailing list > > python-events at python.org > > https://mail.python.org/mailman/listinfo/python-events > > > > Calendar wiki page: > https://wiki.python.org/moin/PythonEventsCalendar > > -- > Marc-Andre Lemburg > eGenix.com > > Professional Python Services directly from the Experts (#1, Feb 07 > 2025) > >>> 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, Feb 07 2025) >>> 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 nkenyor at gmail.com Fri Feb 7 10:19:42 2025 From: nkenyor at gmail.com (Kenyor Ntem) Date: Fri, 7 Feb 2025 16:19:42 +0100 Subject: [python-events] Event Information: Empowering Developers Through Python Development: PySphere Nigeria In-Reply-To: References: Message-ID: Thank you for the clarification. I'm grateful On Fri, 7 Feb 2025, 16:12 Marc-Andre Lemburg, wrote: > Oh, I now see that you are referring to a training program. > > Please add this to the training page we have on the wiki: PythonTraining > - Python Wiki > > The calendars are only meant for events such as conferences, one-day > workshops, etc. > On 07.02.2025 14:05, Kenyor Ntem wrote: > > Hello Marc-Andre > > Sorry I missed that out and thank you for pointing it out. > > It would be on the 25th of August, 2025 (08/25/2025). > > Thank you and have an awesome day ? > > On Fri, 7 Feb 2025, 12:11 Marc-Andre Lemburg, wrote: > >> Hi Kenyor, >> >> your submission does not include a specific date. When does this event >> take place ? >> >> Thanks. >> >> On 07.02.2025 00:41, Kenyor Ntem via python-events wrote: >> > Hello Marc-Andre ? >> > >> > >> > Hope you're doing well. >> > >> > >> > Please add the following event: >> > >> > * name of the event: Empowering Developers Through Python Development: >> > PySphere Nigeria >> > * type of event: Training Program >> > * focus on Python: 100% >> > * approximate number of attendees: over 100(Virtual) >> > * location (incl. country): Nigeria/Virtual >> > * dates/times/recurrence (incl. time zone): >> > * HTML link using the format > > href="https://roynek.com/pysphere">Empowering Developers Through >> > Python Development: PySphere Nigeria: >> > https://roynek.com/pysphere >> > >> > >> > We wish you add the details above to the Python events website/page. >> > Thank you for your usual understanding and cooperation. >> > >> > Best regards. >> > >> > Ntem, Kenyor K. >> > >> > >> > _______________________________________________ >> > python-events mailing list >> > python-events at python.org >> > https://mail.python.org/mailman/listinfo/python-events >> > >> > Calendar wiki page: https://wiki.python.org/moin/PythonEventsCalendar >> >> -- >> Marc-Andre Lemburg >> eGenix.com >> >> Professional Python Services directly from the Experts (#1, Feb 07 2025) >> >>> 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, Feb 07 2025) > >>> 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 tamalanwaronline at gmail.com Sun Feb 9 09:51:34 2025 From: tamalanwaronline at gmail.com (Tamal Chowdhury) Date: Sun, 9 Feb 2025 20:51:34 +0600 Subject: [python-events] Please add the following event Message-ID: Please add the following event: * name of the event: Python User Group Dhaka Monthly Meetup * type of event: user group meeting * focus on Python: 100% * approximate number of attendees: 20 * location (incl. country): Chandrima Udyan, Dhaka, Bangladesh * dates/times/recurrence (incl. time zone): Feb 15, 2025. 5PM, monthly. * HTML link using the format: Python User Group Dhaka Monthly Meetup *-* *Tamal Chowdhury* Full Stack Developer JavaScript, React, NextJS BlogKori.com | Linkedin | Github -------------- next part -------------- An HTML attachment was scrubbed... URL: From tamalanwaronline at gmail.com Sun Feb 9 10:11:02 2025 From: tamalanwaronline at gmail.com (Tamal Chowdhury) Date: Sun, 9 Feb 2025 21:11:02 +0600 Subject: [python-events] Please add the following event In-Reply-To: References: Message-ID: The time zone is +6 *-* *Tamal Chowdhury* Full Stack Developer JavaScript, React, NextJS BlogKori.com | Linkedin | Github On Sun, Feb 9, 2025 at 8:51?PM Tamal Chowdhury wrote: > Please add the following event: > > * name of the event: Python User Group Dhaka Monthly Meetup > * type of event: user group meeting > * focus on Python: 100% > * approximate number of attendees: 20 > * location (incl. country): Chandrima Udyan, Dhaka, Bangladesh > * dates/times/recurrence (incl. time zone): Feb 15, 2025. 5PM, monthly. > * HTML link using the format: Python User Group Dhaka > Monthly Meetup > *-* > *Tamal Chowdhury* > Full Stack Developer JavaScript, React, NextJS > BlogKori.com | Linkedin | > Github > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pythongambia at gmail.com Mon Feb 10 11:56:21 2025 From: pythongambia at gmail.com (python-gambia) Date: Mon, 10 Feb 2025 10:56:21 -0600 Subject: [python-events] Events for the PSF Calendar Message-ID: Good afternoon. We have three events approved for this year to be posted on the PSF event website as follows. I used the format I got at the last event and put together the following. Let me know if I missed anything and I will quickly update. *Creating Python Communities - *Banjul - The name of the event is *"Creating Python Communities"* - Type of event (conference, bar camp, sprint, user group meeting, etc.) *Conference/Workshop* - focus on Python and approximate size* (50 Attendees)* - the location *( Banjul, Gambia )* - the dates/times *(February 20th 2025)* - a link with more details for the event (using HTML format "*Building Python Communities *Banjul, Gambia") *Creating Python Communities - *Bakau, Gambia - The name of the event is *"Creating Python Communities"* - Type of event (conference, bar camp, sprint, user group meeting, etc.) *Conference/Workshop* - focus on Python and approximate size* (50 Attendees)* - the location *(Bakau, Gambia)* - the dates/times *(April 15th 2025)* - a link with more details for the event (using HTML format "*Creating Python Communities - *Bakau, Gambia") *Creating Python Communities -* Serekunda, Gambia - The name of the event is *"Creating Python Communities"* - Type of event (conference, bar camp, sprint, user group meeting, etc.) *Conference/Workshop* - focus on Python and approximate size* (50 Attendees)* - the location *(Serekunda, Gambia)* - the dates/times *(June 29th 2025)* - a link with more details for the event (using HTML format "*Creating Python Communities - *Serekunda, Gambia") Sincerely, Lisa -------------- next part -------------- An HTML attachment was scrubbed... URL: From selina at python-summit.ch Wed Feb 12 03:46:55 2025 From: selina at python-summit.ch (Selina Malacarne) Date: Wed, 12 Feb 2025 09:46:55 +0100 Subject: [python-events] Swiss Python Summit 2025 Message-ID: Dear all, We are pleased to inform you that a date has been set for the upcoming *Swiss Python Summit*. * name of the event: *Swiss Python Summit * * type of event: *Conference* * focus on Python: *General Language Topics & Data Science Topics* * approximate number of attendees: *100 - 150* * location (incl. country): *Rapperswil, Switzerland * * dates/times/recurrence (incl. time zone): *October 16 and 17, 2025, 8 AM - 8 PM, UTC/GMT +1 hour* * HTML link using the format name of the event: *Swiss Python Summit* Thanks for adding the event to your calendar :-) Best Regards, Selina & Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From mal.python.org at gmail.com Wed Feb 12 04:20:19 2025 From: mal.python.org at gmail.com (mal.python.org at gmail.com) Date: Wed, 12 Feb 2025 09:20:19 +0000 Subject: [python-events] New event: Swiss Python Summit 2025 @ Thu Oct 16 - Fri Oct 17, 2025 (Python Events Calendar) Message-ID: Swiss Python Summit 2025 Thursday Oct 16 ? Friday Oct 17, 2025 Location Rapperswil, Switzerland https://www.google.com/maps/search/Rapperswil,+Switzerland?hl=en Swiss Python Summit 2025 ~~//~~ Invitation from Google Calendar: https://calendar.google.com/calendar/ You are receiving this email because you are subscribed to calendar notifications. To stop receiving these emails, go to https://calendar.google.com/calendar/r/settings, select this calendar, and change "Other notifications". Forwarding this invitation could allow any recipient to send a response to the organizer, be added to the guest list, invite others regardless of their own invitation status, or modify your RSVP. Learn more https://support.google.com/calendar/answer/37135#forwarding -------------- next part -------------- An HTML attachment was scrubbed... URL: From mal at egenix.com Wed Feb 12 04:20:28 2025 From: mal at egenix.com (Marc-Andre Lemburg) Date: Wed, 12 Feb 2025 10:20:28 +0100 Subject: [python-events] Swiss Python Summit 2025 In-Reply-To: References: Message-ID: Added. Thanks, Selina. On 12.02.2025 09:46, Selina Malacarne via python-events wrote: > Dear all, > > We are pleased to inform you that a date has been set for the upcoming > *Swiss Python Summit*. > > ?* name of the event: *Swiss Python Summit * > ?* type of event: *Conference* > ?* focus on Python: *General Language Topics & Data Science Topics* > ?* approximate number of attendees: *100 - 150* > ?* location (incl. country): *Rapperswil, Switzerland * > ?* dates/times/recurrence (incl. time zone): *October 16 and 17, 2025, > 8 AM - 8 PM,?UTC/GMT +1 hour* > ?* HTML link using the format name of the > event: *Swiss Python > Summit* > * > * > Thanks for adding the event to your?calendar :-) > > Best Regards, > Selina & Team > > _______________________________________________ > python-events mailing list > python-events at python.org > https://mail.python.org/mailman/listinfo/python-events > > Calendar wiki page:https://wiki.python.org/moin/PythonEventsCalendar -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Feb 12 2025) >>> 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 mal.python.org at gmail.com Wed Feb 12 07:30:02 2025 From: mal.python.org at gmail.com (mal.python.org at gmail.com) Date: Wed, 12 Feb 2025 12:30:02 +0000 Subject: [python-events] New event: Python User Group Dhaka Monthly Meetup @ Sat Feb 15, 2025 10am - 12pm (CET) (Python User Group Calendar) Message-ID: Python User Group Dhaka Monthly Meetup Saturday Feb 15, 2025 ? 10am ? 12pm Central European Time - Berlin Location Dhaka, Bangladesh https://www.google.com/maps/search/Dhaka,+Bangladesh?hl=en Python User Group Dhaka Monthly Meetup ~~//~~ Invitation from Google Calendar: https://calendar.google.com/calendar/ You are receiving this email because you are subscribed to calendar notifications. To stop receiving these emails, go to https://calendar.google.com/calendar/r/settings, select this calendar, and change "Other notifications". Forwarding this invitation could allow any recipient to send a response to the organizer, be added to the guest list, invite others regardless of their own invitation status, or modify your RSVP. Learn more https://support.google.com/calendar/answer/37135#forwarding -------------- next part -------------- An HTML attachment was scrubbed... URL: From mal at egenix.com Wed Feb 12 07:30:11 2025 From: mal at egenix.com (Marc-Andre Lemburg) Date: Wed, 12 Feb 2025 13:30:11 +0100 Subject: [python-events] Please add the following event In-Reply-To: References: Message-ID: <03461062-45d9-4c60-8453-588d8ef0dbc5@egenix.com> Added. Thanks, Tamal. On 09.02.2025 15:51, Tamal Chowdhury via python-events wrote: > Please add the following event: > > ?* name of the event: Python User Group Dhaka Monthly Meetup > ?* type of event: user group meeting > ?* focus on Python: 100% > ?* approximate number of attendees: 20 > ?* location (incl. country): Chandrima Udyan, Dhaka, Bangladesh > ?* dates/times/recurrence (incl. time zone): Feb 15, 2025. 5PM, monthly. > ?* HTML link using the format: href="https://www.facebook.com/share/15QmRLdonb/">Python User Group > Dhaka Monthly Meetup > *-* > *Tamal Chowdhury* > Full Stack Developer JavaScript, React, NextJS > BlogKori.com | Linkedin > | Github > > > _______________________________________________ > python-events mailing list > python-events at python.org > https://mail.python.org/mailman/listinfo/python-events > > Calendar wiki page:https://wiki.python.org/moin/PythonEventsCalendar -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Feb 12 2025) >>> 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 mal.python.org at gmail.com Wed Feb 12 07:32:46 2025 From: mal.python.org at gmail.com (mal.python.org at gmail.com) Date: Wed, 12 Feb 2025 12:32:46 +0000 Subject: [python-events] New event: Workshop: Creating Python Communities @ Thu Feb 20, 2025 (Python User Group Calendar) Message-ID: Workshop: Creating Python Communities Thursday Feb 20, 2025 Location Banjul, Gambia https://www.google.com/maps/search/Banjul,+Gambia?hl=en Workshop: Creating Python Communities ~~//~~ Invitation from Google Calendar: https://calendar.google.com/calendar/ You are receiving this email because you are subscribed to calendar notifications. To stop receiving these emails, go to https://calendar.google.com/calendar/r/settings, select this calendar, and change "Other notifications". Forwarding this invitation could allow any recipient to send a response to the organizer, be added to the guest list, invite others regardless of their own invitation status, or modify your RSVP. Learn more https://support.google.com/calendar/answer/37135#forwarding -------------- next part -------------- An HTML attachment was scrubbed... URL: From mal.python.org at gmail.com Wed Feb 12 07:33:41 2025 From: mal.python.org at gmail.com (mal.python.org at gmail.com) Date: Wed, 12 Feb 2025 12:33:41 +0000 Subject: [python-events] New event: Workshop: Creating Python Communities @ Tue Apr 15, 2025 (Python User Group Calendar) Message-ID: Workshop: Creating Python Communities Tuesday Apr 15, 2025 Location Bakau, Gambia https://www.google.com/maps/search/Bakau,+Gambia?hl=en Workshop: Creating Python Communities ~~//~~ Invitation from Google Calendar: https://calendar.google.com/calendar/ You are receiving this email because you are subscribed to calendar notifications. To stop receiving these emails, go to https://calendar.google.com/calendar/r/settings, select this calendar, and change "Other notifications". Forwarding this invitation could allow any recipient to send a response to the organizer, be added to the guest list, invite others regardless of their own invitation status, or modify your RSVP. Learn more https://support.google.com/calendar/answer/37135#forwarding -------------- next part -------------- An HTML attachment was scrubbed... URL: From mal.python.org at gmail.com Wed Feb 12 07:34:47 2025 From: mal.python.org at gmail.com (mal.python.org at gmail.com) Date: Wed, 12 Feb 2025 12:34:47 +0000 Subject: [python-events] New event: Workshop: Creating Python Communities @ Sun Jun 29, 2025 (Python User Group Calendar) Message-ID: Workshop: Creating Python Communities Sunday Jun 29, 2025 Location Serekunda, Gambia https://www.google.com/maps/search/Serekunda,+Gambia?hl=en Workshop: Creating Python Communities ~~//~~ Invitation from Google Calendar: https://calendar.google.com/calendar/ You are receiving this email because you are subscribed to calendar notifications. To stop receiving these emails, go to https://calendar.google.com/calendar/r/settings, select this calendar, and change "Other notifications". Forwarding this invitation could allow any recipient to send a response to the organizer, be added to the guest list, invite others regardless of their own invitation status, or modify your RSVP. Learn more https://support.google.com/calendar/answer/37135#forwarding -------------- next part -------------- An HTML attachment was scrubbed... URL: From mal at egenix.com Wed Feb 12 07:35:14 2025 From: mal at egenix.com (Marc-Andre Lemburg) Date: Wed, 12 Feb 2025 13:35:14 +0100 Subject: [python-events] Events for the PSF Calendar In-Reply-To: References: Message-ID: <46a37bda-3ce2-495a-98b9-b50feb4e18a0@egenix.com> Added. Thanks, Lisa. On 10.02.2025 17:56, python-gambia via python-events wrote: > > Good afternoon. > > We have three events approved for this year?to be posted on the > PSF?event website as follows. > > I used the format I got at the last event and put together the following. > > Let me know if I missed?anything and I will quickly?update. > > * > * > > *Creating Python Communities - *Banjul > > * The name of the event is *"Creating Python Communities"* > * Type of event (conference, bar camp, sprint, user group meeting, > etc.) *Conference/Workshop* > * focus on Python and approximate size*?(50 Attendees)* > * the location *(**Banjul, Gambia?)* > * the dates/times *(February 20th 2025)* > * a link with more details for the event (using HTML format " href="https://python-gm.org/event-details/">*Building Python > Communities *Banjul, Gambia") > > > > *Creating Python Communities - *Bakau, Gambia > > * The name of the event is *"*Creating Python Communities*"* > * Type of event (conference, bar camp, sprint, user group meeting, > etc.) *Conference/Workshop* > * focus on Python and approximate size*?(50 Attendees)* > * the location *(Bakau, Gambia)* > * the dates/times *(April 15th 2025)* > * a link with more details for the event (using HTML format " href="https://python-gm.org/event-details-bakau/">*Creating Python > Communities - *Bakau, Gambia") > > > *Creating Python Communities -***Serekunda, Gambia > > * The name of the event is *"*Creating Python Communities*"* > * Type of event (conference, bar camp, sprint, user group meeting, > etc.) *Conference/Workshop* > * focus on Python and approximate size*?(50 Attendees)* > * the location *(Serekunda, Gambia)* > * the dates/times *(June 29th?2025)* > * a link with more details for the event (using HTML format " href="https://python-gm.org/event-details-serekunda/">*Creating > Python Communities - *Serekunda, Gambia") > > Sincerely, > Lisa > > _______________________________________________ > python-events mailing list > python-events at python.org > https://mail.python.org/mailman/listinfo/python-events > > Calendar wiki page:https://wiki.python.org/moin/PythonEventsCalendar -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Feb 12 2025) >>> 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 vasu.sharma at pycon.de Wed Feb 12 16:40:57 2025 From: vasu.sharma at pycon.de (Vasu Sharma) Date: Wed, 12 Feb 2025 22:40:57 +0100 Subject: [python-events] PyCon DE & PyData 2025 | Upcoming Events Request In-Reply-To: References: <010f0193f9666611-c29d3359-48a3-4e5b-83fb-c87356700835-000000@us-east-2.amazonses.com> Message-ID: Hi team, Hope you are doing well. I am writing on behalf of the Diversity Committee, PyCon DE & PyData 2025. We are hoping to be included in "Upcoming Events " section of python.org. Following are the key details: Conference name: PyCon DE & PyData 2025 Dates: 23rd-25th April 2025 Venue: Darmstadtium, Darmstadt (Frankfurt area), Germany Website: https://2025.pycon.de/ Is there any more information you would need from us? Please reach out to us, should there be more questions/concerns. We look forward to your response. Wishing you a nice day ahead! Regards, Vasu Sharma (she/her) -------------- next part -------------- An HTML attachment was scrubbed... URL: From mal at egenix.com Thu Feb 13 05:55:55 2025 From: mal at egenix.com (Marc-Andre Lemburg) Date: Thu, 13 Feb 2025 11:55:55 +0100 Subject: [python-events] PyCon DE & PyData 2025 | Upcoming Events Request In-Reply-To: References: <010f0193f9666611-c29d3359-48a3-4e5b-83fb-c87356700835-000000@us-east-2.amazonses.com> Message-ID: Hi Vasu, the event is already listed in our calendars and on that page. Thanks. On 12.02.2025 22:40, Vasu Sharma via python-events wrote: > Hi team, > > Hope you are doing well. > I am writing on behalf of the Diversity Committee, PyCon DE & PyData > 2025. We are hoping to be included in "Upcoming Events > " section of python.org . > Following are the key details: > Conference name: PyCon DE & PyData 2025 > Dates: 23rd-25th April 2025 > Venue: Darmstadtium, Darmstadt (Frankfurt area), Germany > Website: https://2025.pycon.de/ > > Is there any more information you would need from us? Please reach out > to us, should there be more questions/concerns. > We look forward to your response. > > Wishing you a nice day ahead! > > Regards, > Vasu Sharma > (she/her) > > _______________________________________________ > python-events mailing list > python-events at python.org > https://mail.python.org/mailman/listinfo/python-events > > Calendar wiki page:https://wiki.python.org/moin/PythonEventsCalendar -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Feb 13 2025) >>> 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 hugo at python.org Thu Feb 13 08:26:23 2025 From: hugo at python.org (Hugo van Kemenade) Date: Thu, 13 Feb 2025 15:26:23 +0200 Subject: [python-events] Helsinki Python meetup: 26 Feb 2025 Message-ID: Please add the following event: * name of the event: Helsinki Python meetup * type of event: user group meeting * focus on Python: yes * approximate number of attendees: 160 * location (incl. country): Helsinki, Finland * dates/times/recurrence (incl. time zone): 17:30 EET, 26 Feb 2025 * HTML link using the format name of the event: Helsinki Python meetup Thank you! Hugo -------------- next part -------------- An HTML attachment was scrubbed... URL: