diff --git a/404.html b/404.html index 0650b908995..43e5e1fb66a 100644 --- a/404.html +++ b/404.html @@ -43,12 +43,12 @@ - + - - - + + + diff --git a/archive/2002/index.html b/archive/2002/index.html index 09d1968a3e8..d90d7b2c7da 100644 --- a/archive/2002/index.html +++ b/archive/2002/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2002","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2002/"},"url":"https://pythondeadlin.es/archive/2002/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1357,6 +1357,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2003/index.html b/archive/2003/index.html index cbaa0fbea09..a71ffa1e35f 100644 --- a/archive/2003/index.html +++ b/archive/2003/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2003","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2003/"},"url":"https://pythondeadlin.es/archive/2003/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1422,6 +1422,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2004/index.html b/archive/2004/index.html index 8dd2ee559f2..739386b16ef 100644 --- a/archive/2004/index.html +++ b/archive/2004/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2004","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2004/"},"url":"https://pythondeadlin.es/archive/2004/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1422,6 +1422,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2005/index.html b/archive/2005/index.html index 681ddf3a07c..58c55d8969e 100644 --- a/archive/2005/index.html +++ b/archive/2005/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2005","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2005/"},"url":"https://pythondeadlin.es/archive/2005/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1487,6 +1487,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2006/index.html b/archive/2006/index.html index 8c66fe9d854..100da339a0f 100644 --- a/archive/2006/index.html +++ b/archive/2006/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2006","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2006/"},"url":"https://pythondeadlin.es/archive/2006/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1487,6 +1487,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2007/index.html b/archive/2007/index.html index 5a1f150a550..2912d047a98 100644 --- a/archive/2007/index.html +++ b/archive/2007/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2007","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2007/"},"url":"https://pythondeadlin.es/archive/2007/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1617,6 +1617,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2008/index.html b/archive/2008/index.html index bf06d880581..17284457e40 100644 --- a/archive/2008/index.html +++ b/archive/2008/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2008","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2008/"},"url":"https://pythondeadlin.es/archive/2008/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1882,6 +1882,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2009/index.html b/archive/2009/index.html index a7ee45e2178..f6354ccea7f 100644 --- a/archive/2009/index.html +++ b/archive/2009/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2009","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2009/"},"url":"https://pythondeadlin.es/archive/2009/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -2009,6 +2009,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2010/index.html b/archive/2010/index.html index f78162a0e0f..ad8efe06fa8 100644 --- a/archive/2010/index.html +++ b/archive/2010/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2010","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2010/"},"url":"https://pythondeadlin.es/archive/2010/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -2339,6 +2339,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2011/index.html b/archive/2011/index.html index 94f976df4f1..9b6eea66826 100644 --- a/archive/2011/index.html +++ b/archive/2011/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2011","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2011/"},"url":"https://pythondeadlin.es/archive/2011/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -2534,6 +2534,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2012/index.html b/archive/2012/index.html index 6670e94fd7f..02d82509f2b 100644 --- a/archive/2012/index.html +++ b/archive/2012/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2012","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2012/"},"url":"https://pythondeadlin.es/archive/2012/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -3374,6 +3374,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2013/index.html b/archive/2013/index.html index 4bc1b0ed126..9ff7ddec012 100644 --- a/archive/2013/index.html +++ b/archive/2013/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2013","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2013/"},"url":"https://pythondeadlin.es/archive/2013/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -3528,6 +3528,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2014/index.html b/archive/2014/index.html index c253d603d46..ee5a592797e 100644 --- a/archive/2014/index.html +++ b/archive/2014/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2014","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2014/"},"url":"https://pythondeadlin.es/archive/2014/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -3472,6 +3472,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2015/index.html b/archive/2015/index.html index ebb3a764794..c187c1e2078 100644 --- a/archive/2015/index.html +++ b/archive/2015/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2015","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2015/"},"url":"https://pythondeadlin.es/archive/2015/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -3852,6 +3852,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2016/index.html b/archive/2016/index.html index 96cafb0c38c..ab4fe652548 100644 --- a/archive/2016/index.html +++ b/archive/2016/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2016","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2016/"},"url":"https://pythondeadlin.es/archive/2016/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -4516,6 +4516,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2017/index.html b/archive/2017/index.html index ddff480875e..3eed3f3a8eb 100644 --- a/archive/2017/index.html +++ b/archive/2017/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2017","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2017/"},"url":"https://pythondeadlin.es/archive/2017/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -4742,6 +4742,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2018/index.html b/archive/2018/index.html index d882ef9b8ba..18f9eb600c9 100644 --- a/archive/2018/index.html +++ b/archive/2018/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2018","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2018/"},"url":"https://pythondeadlin.es/archive/2018/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -4854,6 +4854,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2019/index.html b/archive/2019/index.html index 8b25da1e9f4..1f8dfd015c6 100644 --- a/archive/2019/index.html +++ b/archive/2019/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2019","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2019/"},"url":"https://pythondeadlin.es/archive/2019/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -5757,6 +5757,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2020/index.html b/archive/2020/index.html index bc2669be440..4cb0269c6f2 100644 --- a/archive/2020/index.html +++ b/archive/2020/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2020","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2020/"},"url":"https://pythondeadlin.es/archive/2020/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -4281,6 +4281,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2021/index.html b/archive/2021/index.html index 431d9d0bbfb..a16f9deb15c 100644 --- a/archive/2021/index.html +++ b/archive/2021/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2021","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2021/"},"url":"https://pythondeadlin.es/archive/2021/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -3801,6 +3801,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2022/index.html b/archive/2022/index.html index 50f4e5fe627..e0c27a0ccc9 100644 --- a/archive/2022/index.html +++ b/archive/2022/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2022","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2022/"},"url":"https://pythondeadlin.es/archive/2022/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -5088,6 +5088,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2023/index.html b/archive/2023/index.html index 68e2dc21b4b..5bb57e03d13 100644 --- a/archive/2023/index.html +++ b/archive/2023/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2023","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2023/"},"url":"https://pythondeadlin.es/archive/2023/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -6930,6 +6930,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2024/index.html b/archive/2024/index.html index 1f460669fa4..54e19bc0fab 100644 --- a/archive/2024/index.html +++ b/archive/2024/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2024","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2024/"},"url":"https://pythondeadlin.es/archive/2024/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -448,6 +448,81 @@

Past Events


+
+
+
+ + PyData Vermont 2024 + + + PyData Vermont '24 + + + Link to Conference Website + ​ + + + + Link to Call for Participation for PyData Vermont + ​ + + + + + + Link to Sponsorship page of PyData Vermont + ​ + + + +
+
+ + +
+
+
+
+
+ July 29 – 30, 2024. + + + Burlington, USA + + +
+ +
+
+
+
+ Deadline: + Friday, 26 April 2024 +
+
+
+
+
+
+ + + +
+
+
+
+
+ +
+
+
Past Events + + Link to Conference Twitter + ​ + +
@@ -3840,6 +3920,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/2025/index.html b/archive/2025/index.html index e5d7815c4cd..764812fcb4c 100644 --- a/archive/2025/index.html +++ b/archive/2025/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:28:03+00:00","datePublished":"2024-09-10T22:28:03+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2025","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2025/"},"url":"https://pythondeadlin.es/archive/2025/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1227,6 +1227,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/archive/index.html b/archive/index.html index 70bcb01faaf..aa9406641ac 100644 --- a/archive/index.html +++ b/archive/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -1267,6 +1267,30 @@

Past Events

+ $('#pydata-vermont-2024 .DATA-tag').html("Python for Data".toLocaleLowerCase("en")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python for Web".toLocaleLowerCase("en")); diff --git a/calendar/index.html b/calendar/index.html index 60005b591af..6d790559ff1 100644 --- a/calendar/index.html +++ b/calendar/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -3528,9 +3528,9 @@ // add deadlines in red conf_list_all.push({ - id: "python-barcamp-karlsruhe-2025-deadline", - abbreviation: "python-barcamp-karlsruhe-2025", - name: "Python BarCamp Karlsruhe 2025 CfP (extended)", + id: "python-barcamp-karlsruhe-2024-deadline", + abbreviation: "python-barcamp-karlsruhe-2024", + name: "Python BarCamp Karlsruhe 2024 CfP (extended)", color: "red", location: "Karlsruhe, Germany", date: "February 15 – 16, 2025", @@ -3565,9 +3565,9 @@ conf_list_all.push({ - id: "python-barcamp-karlsruhe-2025-conference", - abbreviation: "python-barcamp-karlsruhe-2025", - name: "Python BarCamp Karlsruhe 2025", + id: "python-barcamp-karlsruhe-2024-conference", + abbreviation: "python-barcamp-karlsruhe-2024", + name: "Python BarCamp Karlsruhe 2024", color: color, location: "Karlsruhe, Germany", date: "February 15 – 16, 2025", @@ -3791,6 +3791,59 @@ + // add deadlines in red + conf_list_all.push({ + id: "pycon-panama-2024-deadline", + abbreviation: "pycon-panama-2024", + name: "PyCon Panamá 2024 CfP (extended)", + color: "red", + location: "Panama City, Panamá", + date: "October 16 – 18, 2024", + subject: "PY", + startDate: Date.parse("TBA"), + endDate: Date.parse("TBA"), + }); + + + + // add Conferences in chosen color + + var color = "black"; + // use first sub to choose color + + + color = "#4B8BBE"; + + + + + + + + + + + + + + + + + conf_list_all.push({ + id: "pycon-panama-2024-conference", + abbreviation: "pycon-panama-2024", + name: "PyCon Panamá 2024", + color: color, + location: "Panama City, Panamá", + date: "October 16 – 18, 2024", + subject: "PY", + startDate: Date.parse("2024-10-16"), + endDate: Date.parse("2024-10-18"), + }); + + + + // add deadlines in red conf_list_all.push({ id: "python-norte-2024-deadline", diff --git a/conference/afropython-conf-2019/index.html b/conference/afropython-conf-2019/index.html index 06920496c5a..23e03425340 100644 --- a/conference/afropython-conf-2019/index.html +++ b/conference/afropython-conf-2019/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -580,10 +580,10 @@

-
+
+ + +
+
-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
TBA +
+
+
+
+
+ Calendar icon + October 16 – 18, 2024 +
+ + + + + + + + +
+
+
+
+
+ Download Conference Deadline: +
+
+
+ Download Conference Dates: +
+
+
+ Deadline in timezone from conference website: +
+
+ TBA +
+
+ Deadline in your local timezone: +
+
+ +
+
+
+ +
+
+ +
+ +
+ + + +
+
+ +
+ + + + + + + + diff --git a/conference/pycon-philippines-2012/index.html b/conference/pycon-philippines-2012/index.html index 4541243e00a..36d479b2ad6 100644 --- a/conference/pycon-philippines-2012/index.html +++ b/conference/pycon-philippines-2012/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -576,10 +576,10 @@

a.k.a. PyCon PH 2012

-
+
diff --git a/conference/pydata-warsaw-2017/index.html b/conference/pydata-warsaw-2017/index.html index 8b3e4f43b31..35494e46374 100644 --- a/conference/pydata-warsaw-2017/index.html +++ b/conference/pydata-warsaw-2017/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -580,10 +580,10 @@

-
+
+{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Jesper Dramsch"},"description":"Countdown for the Call for Participation of this conference including conference dates and details.","headline":"Python BarCamp Karlsruhe 2024 Conference Deadlines","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","url":"https://pythondeadlin.es/conference/python-barcamp-karlsruhe-2024/"} - + - + - + - + - - - + + + @@ -415,19 +415,19 @@ English Español Deutsch @@ -450,11 +450,11 @@ href="/conference/" >Conference - / Python BarCamp Karlsruhe 2025 Conference Deadlines + / Python BarCamp Karlsruhe 2024 Conference Deadlines

- Python BarCamp Karlsruhe 2025 + Python BarCamp Karlsruhe 2024

@@ -550,23 +550,23 @@

+ + Link to Conference Twitter + ​ + +
@@ -3840,6 +3920,30 @@

Vergangene Konferenzen

+ $('#pydata-vermont-2024 .DATA-tag').html("Python für Daten".toLocaleLowerCase("de")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python für Web".toLocaleLowerCase("de")); diff --git a/de/archive/2025/index.html b/de/archive/2025/index.html index 11b8f82a879..4f5dfea3097 100644 --- a/de/archive/2025/index.html +++ b/de/archive/2025/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:30:07+00:00","datePublished":"2024-09-10T22:30:07+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2025","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2025/"},"url":"https://pythondeadlin.es/archive/2025/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1227,6 +1227,30 @@

Vergangene Konferenzen

+ $('#pydata-vermont-2024 .DATA-tag').html("Python für Daten".toLocaleLowerCase("de")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python für Web".toLocaleLowerCase("de")); diff --git a/de/conference/afropython-conf-2019/index.html b/de/conference/afropython-conf-2019/index.html index f31fdc52ae0..818077e82ac 100644 --- a/de/conference/afropython-conf-2019/index.html +++ b/de/conference/afropython-conf-2019/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -580,10 +580,10 @@

-
+
+ + +
+
-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
TBA +
+
+
+
+
+ Calendar icon + 16. – 18. Oktober 2024 +
+ + + + + + + + +
+
+
+
+
+ Download der Konferenzdeadline: +
+
+
+ Download der Konferenzdaten: +
+
+
+ Deadline in der Zeitzone der Konferenz: +
+
+ TBA +
+
+ Deadline in lokaler Zeitzone: +
+
+ +
+
+
+ +
+
+ +
+ +
+ + + +
+
+ +
+ + + + + + + + diff --git a/de/conference/pycon-philippines-2012/index.html b/de/conference/pycon-philippines-2012/index.html index dfac893f7aa..5f6adb0da97 100644 --- a/de/conference/pycon-philippines-2012/index.html +++ b/de/conference/pycon-philippines-2012/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -576,10 +576,10 @@

a.k.a. PyCon PH 2012

-
+
diff --git a/de/conference/pydata-warsaw-2017/index.html b/de/conference/pydata-warsaw-2017/index.html index c48df8cc3b3..61bcbd6c1a0 100644 --- a/de/conference/pydata-warsaw-2017/index.html +++ b/de/conference/pydata-warsaw-2017/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -580,10 +580,10 @@

-
+
+{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Jesper Dramsch"},"description":"Countdown for the Call for Participation of this conference including conference dates and details.","headline":"Python BarCamp Karlsruhe 2024 Conference Deadlines","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","url":"https://pythondeadlin.es/conference/python-barcamp-karlsruhe-2024/"} - + - + - + - + - - - + + + @@ -415,19 +415,19 @@ English Español Deutsch @@ -450,11 +450,11 @@ href="/conference/" >Conference - / Python BarCamp Karlsruhe 2025 Conference Deadlines + / Python BarCamp Karlsruhe 2024 Conference Deadlines

- Python BarCamp Karlsruhe 2025 + Python BarCamp Karlsruhe 2024

@@ -550,23 +550,23 @@

@@ -4057,6 +4062,8 @@

+ +
@@ -5991,6 +5998,64 @@

+
+
+
+ + PyData Vermont + + + PyData Vermont + + + Link to Conference Website + ​ + + +
+
+
+ + +
+
+ + + + Letzte Konferenz in:  + + + + + Burlington, United States of America + + +
+
+
+
+
+
+ + Letztes Jahr in 2024. + +
+
+
+
+
+ + + + +
+
+
+
+
+
+
+ diff --git a/de/series/afropython-conf/index.html b/de/series/afropython-conf/index.html index 779013c7fd4..d7e4d48ca98 100644 --- a/de/series/afropython-conf/index.html +++ b/de/series/afropython-conf/index.html @@ -44,12 +44,12 @@ - + - - - + + + diff --git a/de/series/belpy/index.html b/de/series/belpy/index.html index e8ca766f784..d8e9599de0d 100644 --- a/de/series/belpy/index.html +++ b/de/series/belpy/index.html @@ -44,12 +44,12 @@ - + - - - + + + diff --git a/de/series/caipyra/index.html b/de/series/caipyra/index.html index 47f267f090b..a30d7d02bc9 100644 --- a/de/series/caipyra/index.html +++ b/de/series/caipyra/index.html @@ -44,12 +44,12 @@ - + - - - + + + diff --git a/de/series/django-day-copenhagen/index.html b/de/series/django-day-copenhagen/index.html index ae974298e3d..231b439bedd 100644 --- a/de/series/django-day-copenhagen/index.html +++ b/de/series/django-day-copenhagen/index.html @@ -44,12 +44,12 @@ - + - - - + + + @@ -891,10 +891,10 @@

-
+
+ + + @@ -339,10 +371,25 @@

https://2025.pycon.it/en

+
+ Twitter icon + @PyConIT +
+ + +
+ Mastodon icon + Mastodon +
+ +
Mastodon Posts by PyCon Italia:
+
+ See all Mastodon posts for PyCon Italia +

@@ -370,6 +417,13 @@

+ + Link to Conference Mastodon + ​ + +

diff --git a/de/series/pycon-jamaica/index.html b/de/series/pycon-jamaica/index.html index 567abae2515..192db9ca294 100644 --- a/de/series/pycon-jamaica/index.html +++ b/de/series/pycon-jamaica/index.html @@ -44,12 +44,12 @@ - + - - - + + + @@ -651,10 +651,10 @@

-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+ + + +
+
+ +
+
+
+
+ + +
+
+
+ + PyCon Panamá 2024 + + + PyCon Panamá '24 + + + Link to Conference Website + ​ + + + + + +
+
+ + +
+
+
+
+
+ + 16. – 18. Oktober 2024. + + + Panama City, Panamá + + + +
+ + +
+
+
+
Deadline: + TBA +
+
+ +
+
+
+
+ + + + +
+
+
+
+
+
+
+ +
+ +
+ +

+
+ + + + diff --git a/de/series/pycon-philippines/index.html b/de/series/pycon-philippines/index.html index 6c1583e5b25..626cae2cd0a 100644 --- a/de/series/pycon-philippines/index.html +++ b/de/series/pycon-philippines/index.html @@ -44,12 +44,12 @@ - + - - - + + + @@ -1248,10 +1248,10 @@

-
+
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2002","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2002/"},"url":"https://pythondeadlin.es/archive/2002/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1357,6 +1357,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2003/index.html b/es/archive/2003/index.html index 1be183aca1b..1f5d65fe443 100644 --- a/es/archive/2003/index.html +++ b/es/archive/2003/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2003","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2003/"},"url":"https://pythondeadlin.es/archive/2003/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1422,6 +1422,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2004/index.html b/es/archive/2004/index.html index 4598da3dfd5..014fd47f355 100644 --- a/es/archive/2004/index.html +++ b/es/archive/2004/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2004","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2004/"},"url":"https://pythondeadlin.es/archive/2004/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1422,6 +1422,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2005/index.html b/es/archive/2005/index.html index 65224e76e4b..abbfc7192b6 100644 --- a/es/archive/2005/index.html +++ b/es/archive/2005/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2005","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2005/"},"url":"https://pythondeadlin.es/archive/2005/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1487,6 +1487,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2006/index.html b/es/archive/2006/index.html index 81cca02ad62..d8769f25796 100644 --- a/es/archive/2006/index.html +++ b/es/archive/2006/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2006","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2006/"},"url":"https://pythondeadlin.es/archive/2006/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1487,6 +1487,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2007/index.html b/es/archive/2007/index.html index feb900ddd3e..b7aa2ff57ae 100644 --- a/es/archive/2007/index.html +++ b/es/archive/2007/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2007","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2007/"},"url":"https://pythondeadlin.es/archive/2007/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1617,6 +1617,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2008/index.html b/es/archive/2008/index.html index 0ad2a72e15d..5fcc8c2f85d 100644 --- a/es/archive/2008/index.html +++ b/es/archive/2008/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2008","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2008/"},"url":"https://pythondeadlin.es/archive/2008/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1882,6 +1882,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2009/index.html b/es/archive/2009/index.html index 43cf29359bb..4e62b519682 100644 --- a/es/archive/2009/index.html +++ b/es/archive/2009/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2009","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2009/"},"url":"https://pythondeadlin.es/archive/2009/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -2009,6 +2009,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2010/index.html b/es/archive/2010/index.html index 1dbec5ace8d..63c69682b68 100644 --- a/es/archive/2010/index.html +++ b/es/archive/2010/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2010","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2010/"},"url":"https://pythondeadlin.es/archive/2010/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -2339,6 +2339,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2011/index.html b/es/archive/2011/index.html index ac088a78c0c..ffe2f9d6a94 100644 --- a/es/archive/2011/index.html +++ b/es/archive/2011/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2011","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2011/"},"url":"https://pythondeadlin.es/archive/2011/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -2534,6 +2534,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2012/index.html b/es/archive/2012/index.html index 47dc124579f..da6d7d6c778 100644 --- a/es/archive/2012/index.html +++ b/es/archive/2012/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2012","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2012/"},"url":"https://pythondeadlin.es/archive/2012/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -3374,6 +3374,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2013/index.html b/es/archive/2013/index.html index 87382058773..57a9a7d759a 100644 --- a/es/archive/2013/index.html +++ b/es/archive/2013/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2013","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2013/"},"url":"https://pythondeadlin.es/archive/2013/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -3528,6 +3528,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2014/index.html b/es/archive/2014/index.html index 4beb5b5e9f1..f369a6a1ea2 100644 --- a/es/archive/2014/index.html +++ b/es/archive/2014/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2014","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2014/"},"url":"https://pythondeadlin.es/archive/2014/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -3472,6 +3472,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2015/index.html b/es/archive/2015/index.html index 2800c433bcd..e3bacb4e545 100644 --- a/es/archive/2015/index.html +++ b/es/archive/2015/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2015","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2015/"},"url":"https://pythondeadlin.es/archive/2015/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -3852,6 +3852,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2016/index.html b/es/archive/2016/index.html index 6bc2d6a75f1..943ac783455 100644 --- a/es/archive/2016/index.html +++ b/es/archive/2016/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2016","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2016/"},"url":"https://pythondeadlin.es/archive/2016/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -4516,6 +4516,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2017/index.html b/es/archive/2017/index.html index be1343dae5d..1da4d46691f 100644 --- a/es/archive/2017/index.html +++ b/es/archive/2017/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2017","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2017/"},"url":"https://pythondeadlin.es/archive/2017/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -4742,6 +4742,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2018/index.html b/es/archive/2018/index.html index 65334ab35ad..f2bc5b110e5 100644 --- a/es/archive/2018/index.html +++ b/es/archive/2018/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2018","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2018/"},"url":"https://pythondeadlin.es/archive/2018/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -4854,6 +4854,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2019/index.html b/es/archive/2019/index.html index 13a6500bbf6..5ff68bb1a98 100644 --- a/es/archive/2019/index.html +++ b/es/archive/2019/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2019","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2019/"},"url":"https://pythondeadlin.es/archive/2019/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -5757,6 +5757,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2020/index.html b/es/archive/2020/index.html index 5ce34a7947d..485b255a9bd 100644 --- a/es/archive/2020/index.html +++ b/es/archive/2020/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2020","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2020/"},"url":"https://pythondeadlin.es/archive/2020/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -4281,6 +4281,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2021/index.html b/es/archive/2021/index.html index c7a7ac4d90c..895fce913c6 100644 --- a/es/archive/2021/index.html +++ b/es/archive/2021/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2021","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2021/"},"url":"https://pythondeadlin.es/archive/2021/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -3801,6 +3801,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2022/index.html b/es/archive/2022/index.html index 50646941517..9cb98f6bc14 100644 --- a/es/archive/2022/index.html +++ b/es/archive/2022/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2022","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2022/"},"url":"https://pythondeadlin.es/archive/2022/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -5088,6 +5088,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2023/index.html b/es/archive/2023/index.html index 91442067148..dae1737839c 100644 --- a/es/archive/2023/index.html +++ b/es/archive/2023/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2023","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2023/"},"url":"https://pythondeadlin.es/archive/2023/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -6930,6 +6930,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2024/index.html b/es/archive/2024/index.html index 6d57650f64b..ad8e346f002 100644 --- a/es/archive/2024/index.html +++ b/es/archive/2024/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2024","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2024/"},"url":"https://pythondeadlin.es/archive/2024/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -448,6 +448,81 @@

Eventos Pasados


+
+
+
+ + PyData Vermont 2024 + + + PyData Vermont '24 + + + Link to Conference Website + ​ + + + + Link to Call for Participation for PyData Vermont + ​ + + + + + + Link to Sponsorship page of PyData Vermont + ​ + + + +
+
+ + +
+
+
+
+
+ 29 – 30 de julio de 2024. + + + Burlington, USA + + +
+ +
+
+
+
+ Deadline: + Friday, 26 April 2024 +
+
+
+
+
+
+ + + +
+
+
+
+
+ +
+
+
Eventos Pasados

+ + Link to Conference Twitter + ​ + +
@@ -3840,6 +3920,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archive/2025/index.html b/es/archive/2025/index.html index 5dac8a2a4b4..101ea8f4672 100644 --- a/es/archive/2025/index.html +++ b/es/archive/2025/index.html @@ -21,14 +21,14 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Jesper Dramsch"},"dateModified":"2024-09-10T22:29:05+00:00","datePublished":"2024-09-10T22:29:05+00:00","description":"Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks!","headline":"2025","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://pythondeadlin.es/archive/2025/"},"url":"https://pythondeadlin.es/archive/2025/"} @@ -43,12 +43,12 @@ - + - - - + + + @@ -1227,6 +1227,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/archivo/index.html b/es/archivo/index.html index 04fec021945..592de76a8f9 100644 --- a/es/archivo/index.html +++ b/es/archivo/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -1267,6 +1267,30 @@

Eventos Pasados

+ $('#pydata-vermont-2024 .DATA-tag').html("Python para Datos".toLocaleLowerCase("es")); + + + + // Use specified timezone for deadlines if available else use AoE timezone + + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00", {zone: "America/New_York"}); + var confDate = DateTime.fromSQL("2024-07-29", {zone: "America/New_York"}); + + + // check if timezone is valid otherwise replace by system timezone + if (cfpDate.invalid || confDate.invalid) { + var cfpDate = DateTime.fromSQL("2024-05-03 23:59:00"); + var confDate = DateTime.fromSQL("2024-07-29"); + console.log("Invalid timezone in pydata-vermont-2024. Using system timezone instead."); + } + + // deadline in local timezone + $('#pydata-vermont-2024 .deadline-time').html(cfpDate.setZone('system').toLocaleString(DateTime.DATE_HUGE)); + + + + + $('#wagtail-space-us-2024 .WEB-tag').html("Python para Web".toLocaleLowerCase("es")); diff --git a/es/buscar/index.html b/es/buscar/index.html index 1862994ccf0..444ecbd5b42 100644 --- a/es/buscar/index.html +++ b/es/buscar/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -1286,6 +1286,17 @@

Buscar

"alt_name": "" }, + "pycon-panama": { + "title": "PyCon Panamá", + "content": "PyCon Panamá", + "date": "2024", + "url": "/es/series/pycon-panama/", + "place": "Panama City, Panamá", + "subs": "PY", + "link": "https://pycon.pa/", + "alt_name": "" + }, + "pycon-philippines": { "title": "PyCon Philippines", "content": "PyCon Philippines", @@ -2246,7 +2257,7 @@

Buscar

"python-barcamp-karlsruhe": { "title": "Python BarCamp Karlsruhe", "content": "Python BarCamp Karlsruhe", - "date": "2025", + "date": "2024", "url": "/es/series/python-barcamp-karlsruhe/", "place": "Karlsruhe, Germany", "subs": "CAMP", @@ -2642,18 +2653,6 @@

Buscar

} , - "python-barcamp-karlsruhe-2025": { - "title": "Python BarCamp Karlsruhe 2025", - "content": "Python BarCamp Karlsruhe 2025", - "date": "15 – 16 de febrero de 2025", - "url": "/es/conference/python-barcamp-karlsruhe-2025", - "place": "Karlsruhe, Germany", - "subs": "CAMP", - "link": "https://barcamps.eu/python-barcamp-karlsruhe-2025/", - "alt_name": "" - } - , - "pycascades-2025": { "title": "PyCascades 2025", "content": "PyCascades 2025", @@ -2702,6 +2701,18 @@

Buscar

} , + "pycon-panama-2024": { + "title": "PyCon Panamá 2024", + "content": "PyCon Panamá 2024", + "date": "16 – 18 de octubre de 2024", + "url": "/es/conference/pycon-panama-2024", + "place": "Panama City, Panamá", + "subs": "PY", + "link": "https://pycon.pa/", + "alt_name": "" + } + , + "pydata-tel-aviv-2024": { "title": "PyData Tel Aviv 2024", "content": "PyData Tel Aviv 2024", @@ -2726,6 +2737,18 @@

Buscar

} , + "python-barcamp-karlsruhe-2024": { + "title": "Python BarCamp Karlsruhe 2024", + "content": "Python BarCamp Karlsruhe 2024", + "date": "15 – 16 de febrero de 2025", + "url": "/es/conference/python-barcamp-karlsruhe-2024", + "place": "Karlsruhe, Germany", + "subs": "CAMP", + "link": "https://barcamps.eu/python-barcamp-karlsruhe-2025/", + "alt_name": "" + } + , + "python-nordeste-2024": { "title": "Python Nordeste 2024", "content": "Python Nordeste 2024", @@ -3626,6 +3649,18 @@

Buscar

} , + "pydata-vermont-2024": { + "title": "PyData Vermont 2024", + "content": "PyData Vermont 2024", + "date": "29 – 30 de julio de 2024", + "url": "/es/conference/pydata-vermont-2024", + "place": "Burlington, USA", + "subs": "DATA", + "link": "https://pydata.org/vermont2024/", + "alt_name": "" + } + , + "pydata-eindhoven-2024": { "title": "PyData Eindhoven 2024", "content": "PyData Eindhoven 2024", diff --git a/es/calendario/index.html b/es/calendario/index.html index 5a09425b994..d7cbef9929e 100644 --- a/es/calendario/index.html +++ b/es/calendario/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -3528,9 +3528,9 @@ // add deadlines in red conf_list_all.push({ - id: "python-barcamp-karlsruhe-2025-deadline", - abbreviation: "python-barcamp-karlsruhe-2025", - name: "Python BarCamp Karlsruhe 2025 CfP (extended)", + id: "python-barcamp-karlsruhe-2024-deadline", + abbreviation: "python-barcamp-karlsruhe-2024", + name: "Python BarCamp Karlsruhe 2024 CfP (extended)", color: "red", location: "Karlsruhe, Germany", date: "15 – 16 de febrero de 2025", @@ -3565,9 +3565,9 @@ conf_list_all.push({ - id: "python-barcamp-karlsruhe-2025-conference", - abbreviation: "python-barcamp-karlsruhe-2025", - name: "Python BarCamp Karlsruhe 2025", + id: "python-barcamp-karlsruhe-2024-conference", + abbreviation: "python-barcamp-karlsruhe-2024", + name: "Python BarCamp Karlsruhe 2024", color: color, location: "Karlsruhe, Germany", date: "15 – 16 de febrero de 2025", @@ -3791,6 +3791,59 @@ + // add deadlines in red + conf_list_all.push({ + id: "pycon-panama-2024-deadline", + abbreviation: "pycon-panama-2024", + name: "PyCon Panamá 2024 CfP (extended)", + color: "red", + location: "Panama City, Panamá", + date: "16 – 18 de octubre de 2024", + subject: "PY", + startDate: Date.parse("TBA"), + endDate: Date.parse("TBA"), + }); + + + + // add Conferences in chosen color + + var color = "black"; + // use first sub to choose color + + + color = "#4B8BBE"; + + + + + + + + + + + + + + + + + conf_list_all.push({ + id: "pycon-panama-2024-conference", + abbreviation: "pycon-panama-2024", + name: "PyCon Panamá 2024", + color: color, + location: "Panama City, Panamá", + date: "16 – 18 de octubre de 2024", + subject: "PY", + startDate: Date.parse("2024-10-16"), + endDate: Date.parse("2024-10-18"), + }); + + + + // add deadlines in red conf_list_all.push({ id: "python-norte-2024-deadline", diff --git a/es/conference/afropython-conf-2019/index.html b/es/conference/afropython-conf-2019/index.html index 6f19829f3b8..8d9b4021045 100644 --- a/es/conference/afropython-conf-2019/index.html +++ b/es/conference/afropython-conf-2019/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -580,10 +580,10 @@

-
+
+ + +
+
-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
TBA +
+
+
+
+
+ Calendar icon + 16 – 18 de octubre de 2024 +
+ + + + + + + + +
+
+
+
+
+ Descargar fecha límite de la conferencia: +
+
+
+ Descargar datos de la conferencia: +
+
+
+ Fecha límite en la zona horaria de la conferencia: +
+
+ TBA +
+
+ Fecha límite en sua zona horaria : +
+
+ +
+
+
+ +
+
+ +
+ +
+ + + +
+
+ +
+ + + + + + + + diff --git a/es/conference/pycon-philippines-2012/index.html b/es/conference/pycon-philippines-2012/index.html index 55292ecbd60..750770c509f 100644 --- a/es/conference/pycon-philippines-2012/index.html +++ b/es/conference/pycon-philippines-2012/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -576,10 +576,10 @@

a.k.a. PyCon PH 2012

-
+
diff --git a/es/conference/pydata-warsaw-2017/index.html b/es/conference/pydata-warsaw-2017/index.html index d8717cf5ebe..11596cb8e82 100644 --- a/es/conference/pydata-warsaw-2017/index.html +++ b/es/conference/pydata-warsaw-2017/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -580,10 +580,10 @@

-
+
+{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Jesper Dramsch"},"description":"Countdown for the Call for Participation of this conference including conference dates and details.","headline":"Python BarCamp Karlsruhe 2024 Conference Deadlines","image":"https://pythondeadlin.es/static/img/python-deadlines-social-preview.png","url":"https://pythondeadlin.es/conference/python-barcamp-karlsruhe-2024/"} - + - + - + - + - - - + + + @@ -415,19 +415,19 @@ English Español Deutsch @@ -450,11 +450,11 @@ href="/conference/" >Conference - / Python BarCamp Karlsruhe 2025 Conference Deadlines + / Python BarCamp Karlsruhe 2024 Conference Deadlines

- Python BarCamp Karlsruhe 2025 + Python BarCamp Karlsruhe 2024

@@ -550,23 +550,23 @@

@@ -4057,6 +4062,8 @@

+ +
@@ -5991,6 +5998,64 @@

+
+
+
+ + PyData Vermont + + + PyData Vermont + + + Link to Conference Website + ​ + + +
+
+
+ + +
+
+ + + + Última conferencia en:  + + + + + Burlington, United States of America + + +
+
+
+
+
+
+ + Ùltimo año en 2024. + +
+
+
+
+
+ + + + +
+
+
+
+
+
+
+ diff --git a/es/series/afropython-conf/index.html b/es/series/afropython-conf/index.html index 0aa2b9fe75c..037b1ef72d2 100644 --- a/es/series/afropython-conf/index.html +++ b/es/series/afropython-conf/index.html @@ -44,12 +44,12 @@ - + - - - + + + diff --git a/es/series/belpy/index.html b/es/series/belpy/index.html index eb6f069505e..daaeacc54f7 100644 --- a/es/series/belpy/index.html +++ b/es/series/belpy/index.html @@ -44,12 +44,12 @@ - + - - - + + + diff --git a/es/series/caipyra/index.html b/es/series/caipyra/index.html index 5b98136f441..94154406a1a 100644 --- a/es/series/caipyra/index.html +++ b/es/series/caipyra/index.html @@ -44,12 +44,12 @@ - + - - - + + + diff --git a/es/series/django-day-copenhagen/index.html b/es/series/django-day-copenhagen/index.html index f4f8dcb7fcc..63038b4df5f 100644 --- a/es/series/django-day-copenhagen/index.html +++ b/es/series/django-day-copenhagen/index.html @@ -44,12 +44,12 @@ - + - - - + + + @@ -891,10 +891,10 @@

-
+
+ + + @@ -339,10 +371,25 @@

https://2025.pycon.it/en

+
+ Twitter icon + @PyConIT +
+ + +
+ Mastodon icon + Mastodon +
+ +
Mastodon Posts by PyCon Italia:
+
+ See all Mastodon posts for PyCon Italia +

@@ -370,6 +417,13 @@

+ + Link to Conference Mastodon + ​ + +

diff --git a/es/series/pycon-jamaica/index.html b/es/series/pycon-jamaica/index.html index fc740e119fa..6af8bdff083 100644 --- a/es/series/pycon-jamaica/index.html +++ b/es/series/pycon-jamaica/index.html @@ -44,12 +44,12 @@ - + - - - + + + @@ -651,10 +651,10 @@

-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+ + + +
+
+ +
+
+
+
+ + +
+
+
+ + PyCon Panamá 2024 + + + PyCon Panamá '24 + + + Link to Conference Website + ​ + + + + + +
+
+ + +
+
+
+
+
+ + 16 – 18 de octubre de 2024. + + + Panama City, Panamá + + + +
+ + +
+
+
+
Deadline: + TBA +
+
+ +
+
+
+
+ + + + +
+
+
+
+
+
+
+ +
+ +
+ +

+
+ + + + diff --git a/es/series/pycon-philippines/index.html b/es/series/pycon-philippines/index.html index 954538a11d5..f2776a027b2 100644 --- a/es/series/pycon-philippines/index.html +++ b/es/series/pycon-philippines/index.html @@ -44,12 +44,12 @@ - + - - - + + + @@ -1248,10 +1248,10 @@

-
+
diff --git a/python-conferences.ics b/python-conferences.ics index c0bb20565e0..58a7c98131c 100644 --- a/python-conferences.ics +++ b/python-conferences.ics @@ -6,7 +6,7 @@ X-PUBLISHED-TTL:PT1HBEGIN:VEVENT SUMMARY:PyTexas 2025 UID:pytexas-2025 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20250411 DTEND;VALUE=DATE:20250413 DESCRIPTION:PyTexas 2025 found on PythonDeadlin.es. @@ -16,7 +16,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:GeoPython 2025 UID:geopython-2025 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20250224 DTEND;VALUE=DATE:20250226 DESCRIPTION:GeoPython 2025 found on PythonDeadlin.es. @@ -26,7 +26,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Wroclaw 2024 UID:pycon-wroclaw-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241130 DTEND;VALUE=DATE:20241130 DESCRIPTION:PyCon Wroclaw 2024 found on PythonDeadlin.es. @@ -36,7 +36,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:Python Ho 2024 UID:python-ho-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241025 DTEND;VALUE=DATE:20241026 DESCRIPTION:Python Ho 2024 found on PythonDeadlin.es. @@ -46,7 +46,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyLadiesCon 2024 UID:pyladiescon-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241206 DTEND;VALUE=DATE:20241208 DESCRIPTION:PyLadiesCon 2024 found on PythonDeadlin.es. @@ -56,7 +56,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCascades 2025 UID:pycascades-2025 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20250208 DTEND;VALUE=DATE:20250209 DESCRIPTION:PyCascades 2025 found on PythonDeadlin.es. @@ -66,7 +66,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Chile 2024 UID:pycon-chile-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241025 DTEND;VALUE=DATE:20241027 DESCRIPTION:PyCon Chile 2024 found on PythonDeadlin.es. @@ -76,7 +76,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyData NYC 2024 UID:pydata-nyc-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241106 DTEND;VALUE=DATE:20241108 DESCRIPTION:PyData NYC 2024 found on PythonDeadlin.es. @@ -86,7 +86,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:Python in Education Day 2024 UID:python-in-education-day-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241014 DTEND;VALUE=DATE:20241014 DESCRIPTION:Python in Education Day 2024 found on PythonDeadlin.es. @@ -96,7 +96,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Sweden 2024 UID:pycon-sweden-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241114 DTEND;VALUE=DATE:20241115 DESCRIPTION:PyCon Sweden 2024 found on PythonDeadlin.es. @@ -106,7 +106,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:Xtreme Python 2024 UID:xtreme-python-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241119 DTEND;VALUE=DATE:20241119 DESCRIPTION:Xtreme Python 2024 found on PythonDeadlin.es. @@ -116,7 +116,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:Plone Conference 2024 UID:plone-conference-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241125 DTEND;VALUE=DATE:20241201 DESCRIPTION:Plone Conference 2024 found on PythonDeadlin.es. @@ -126,7 +126,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Ireland 2024 UID:pycon-ireland-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241116 DTEND;VALUE=DATE:20241116 DESCRIPTION:PyCon Ireland 2024 found on PythonDeadlin.es. @@ -136,7 +136,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon South Africa 2024 UID:pycon-south-africa-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241002 DTEND;VALUE=DATE:20241006 DESCRIPTION:PyCon South Africa 2024 found on PythonDeadlin.es. @@ -146,7 +146,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Poland 2024 UID:pycon-poland-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240829 DTEND;VALUE=DATE:20240901 DESCRIPTION:PyCon Poland 2024 found on PythonDeadlin.es. @@ -156,7 +156,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:Python Brasil 2024 UID:python-brasil-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241016 DTEND;VALUE=DATE:20241021 DESCRIPTION:Python Brasil 2024 found on PythonDeadlin.es. @@ -166,7 +166,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Asia Pacific 2024 UID:pycon-asia-pacific-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241025 DTEND;VALUE=DATE:20241027 DESCRIPTION:PyCon Asia Pacific 2024 found on PythonDeadlin.es. @@ -176,7 +176,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyBay 2024 UID:pybay-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240921 DTEND;VALUE=DATE:20240921 DESCRIPTION:PyBay 2024 found on PythonDeadlin.es. @@ -186,7 +186,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Netherlands 2024 UID:pycon-netherlands-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241010 DTEND;VALUE=DATE:20241010 DESCRIPTION:PyCon Netherlands 2024 found on PythonDeadlin.es. @@ -196,7 +196,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Niger 2024 UID:pycon-niger-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240928 DTEND;VALUE=DATE:20240929 DESCRIPTION:PyCon Niger 2024 found on PythonDeadlin.es. @@ -206,7 +206,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Zimbabwe 2024 UID:pycon-zimbabwe-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241031 DTEND;VALUE=DATE:20241102 DESCRIPTION:PyCon Zimbabwe 2024 found on PythonDeadlin.es. @@ -216,7 +216,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Somalia 2024 UID:pycon-somalia-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240821 DTEND;VALUE=DATE:20240822 DESCRIPTION:PyCon Somalia 2024 found on PythonDeadlin.es. @@ -226,7 +226,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Australia 2024 UID:pycon-australia-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241122 DTEND;VALUE=DATE:20241126 DESCRIPTION:PyCon Australia 2024 found on PythonDeadlin.es. @@ -236,7 +236,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon France 2024 UID:pycon-france-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241031 DTEND;VALUE=DATE:20241103 DESCRIPTION:PyCon France 2024 found on PythonDeadlin.es. @@ -246,7 +246,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Africa 2024 UID:pycon-africa-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240924 DTEND;VALUE=DATE:20240928 DESCRIPTION:PyCon Africa 2024 found on PythonDeadlin.es. @@ -256,7 +256,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Hong Kong 2024 UID:pycon-hong-kong-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241116 DTEND;VALUE=DATE:20241116 DESCRIPTION:PyCon Hong Kong 2024 found on PythonDeadlin.es. @@ -266,7 +266,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:Swiss Python Summit 2024 UID:swiss-python-summit-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241017 DTEND;VALUE=DATE:20241018 DESCRIPTION:Swiss Python Summit 2024 found on PythonDeadlin.es. @@ -276,7 +276,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Malaysia 2024 UID:pycon-malaysia-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240824 DTEND;VALUE=DATE:20240825 DESCRIPTION:PyCon Malaysia 2024 found on PythonDeadlin.es. @@ -286,7 +286,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyHEP.dev 2024 UID:pyhep-dev-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240826 DTEND;VALUE=DATE:20240830 DESCRIPTION:PyHEP.dev 2024 found on PythonDeadlin.es. @@ -296,7 +296,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon South Korea 2024 UID:pycon-south-korea-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241025 DTEND;VALUE=DATE:20241027 DESCRIPTION:PyCon South Korea 2024 found on PythonDeadlin.es. @@ -306,7 +306,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Latin America 2024 UID:pycon-latin-america-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240919 DTEND;VALUE=DATE:20240921 DESCRIPTION:PyCon Latin America 2024 found on PythonDeadlin.es. @@ -316,7 +316,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyTorch Conference 2024 UID:pytorch-conference-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240918 DTEND;VALUE=DATE:20240919 DESCRIPTION:PyTorch Conference 2024 found on PythonDeadlin.es. @@ -326,7 +326,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:Piter Py 2024 UID:piter-py-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240926 DTEND;VALUE=DATE:20240927 DESCRIPTION:Piter Py 2024 found on PythonDeadlin.es. @@ -336,7 +336,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Israel 2024 UID:pycon-israel-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240916 DTEND;VALUE=DATE:20240916 DESCRIPTION:PyCon Israel 2024 found on PythonDeadlin.es. @@ -346,7 +346,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Japan 2024 UID:pycon-japan-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240927 DTEND;VALUE=DATE:20240929 DESCRIPTION:PyCon Japan 2024 found on PythonDeadlin.es. @@ -356,7 +356,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Spain 2024 UID:pycon-spain-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241004 DTEND;VALUE=DATE:20241006 DESCRIPTION:PyCon Spain 2024 found on PythonDeadlin.es. @@ -366,7 +366,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon MEA 2024 UID:pycon-mea-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241014 DTEND;VALUE=DATE:20241018 DESCRIPTION:PyCon MEA 2024 found on PythonDeadlin.es. @@ -376,7 +376,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon India 2024 UID:pycon-india-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240920 DTEND;VALUE=DATE:20240923 DESCRIPTION:PyCon India 2024 found on PythonDeadlin.es. @@ -386,7 +386,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:EuroSciPy 2024 UID:euroscipy-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240826 DTEND;VALUE=DATE:20240830 DESCRIPTION:EuroSciPy 2024 found on PythonDeadlin.es. @@ -396,7 +396,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:Kiwi PyCon 2024 UID:kiwi-pycon-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240823 DTEND;VALUE=DATE:20240825 DESCRIPTION:Kiwi PyCon 2024 found on PythonDeadlin.es. @@ -406,7 +406,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyData Amsterdam 2024 UID:pydata-amsterdam-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240918 DTEND;VALUE=DATE:20240920 DESCRIPTION:PyData Amsterdam 2024 found on PythonDeadlin.es. @@ -416,7 +416,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:Python Sul 2024 UID:python-sul-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240913 DTEND;VALUE=DATE:20240915 DESCRIPTION:Python Sul 2024 found on PythonDeadlin.es. @@ -426,7 +426,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Uganda 2024 UID:pycon-uganda-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241009 DTEND;VALUE=DATE:20241013 DESCRIPTION:PyCon Uganda 2024 found on PythonDeadlin.es. @@ -436,7 +436,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Portugal 2024 UID:pycon-portugal-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241017 DTEND;VALUE=DATE:20241019 DESCRIPTION:PyCon Portugal 2024 found on PythonDeadlin.es. @@ -446,7 +446,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:DjangoCon US 2024 UID:djangocon-us-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240922 DTEND;VALUE=DATE:20240927 DESCRIPTION:DjangoCon US 2024 found on PythonDeadlin.es. @@ -456,7 +456,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Estonia 2024 UID:pycon-estonia-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240905 DTEND;VALUE=DATE:20240906 DESCRIPTION:PyCon Estonia 2024 found on PythonDeadlin.es. @@ -466,7 +466,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Taiwan 2024 UID:pycon-taiwan-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240921 DTEND;VALUE=DATE:20240922 DESCRIPTION:PyCon Taiwan 2024 found on PythonDeadlin.es. @@ -476,7 +476,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyData Paris 2024 UID:pydata-paris-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240925 DTEND;VALUE=DATE:20240926 DESCRIPTION:PyData Paris 2024 found on PythonDeadlin.es. @@ -486,7 +486,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:EARL 2024 UID:earl-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240904 DTEND;VALUE=DATE:20240905 DESCRIPTION:EARL 2024 found on PythonDeadlin.es. @@ -496,27 +496,27 @@ END:VEVENTBEGIN:VEVENT SUMMARY:Python Nordeste 2024 UID:python-nordeste-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240809 DTEND;VALUE=DATE:20240811 DESCRIPTION:Python Nordeste 2024 found on PythonDeadlin.es. LOCATION:Natal, Brazil ORGANIZER:pythondeadlin.es END:VEVENTBEGIN:VEVENT -SUMMARY:Python BarCamp Karlsruhe 2025 -UID:python-barcamp-karlsruhe-2025 +SUMMARY:Python BarCamp Karlsruhe 2024 +UID:python-barcamp-karlsruhe-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20250215 DTEND;VALUE=DATE:20250216 -DESCRIPTION:Python BarCamp Karlsruhe 2025 found on PythonDeadlin.es. +DESCRIPTION:Python BarCamp Karlsruhe 2024 found on PythonDeadlin.es. LOCATION:Karlsruhe, Germany ORGANIZER:pythondeadlin.es END:VEVENTBEGIN:VEVENT SUMMARY:Django Day Copenhagen 2024 UID:django-day-copenhagen-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241004 DTEND;VALUE=DATE:20241004 DESCRIPTION:Django Day Copenhagen 2024 found on PythonDeadlin.es. @@ -526,7 +526,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyData Tel Aviv 2024 UID:pydata-tel-aviv-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20241104 DTEND;VALUE=DATE:20241104 DESCRIPTION:PyData Tel Aviv 2024 found on PythonDeadlin.es. @@ -536,7 +536,7 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon Italia 2025 UID:pycon-italia-2025 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20250528 DTEND;VALUE=DATE:20250531 DESCRIPTION:PyCon Italia 2025 found on PythonDeadlin.es. @@ -546,17 +546,27 @@ END:VEVENTBEGIN:VEVENT SUMMARY:PyCon US 2025 UID:pycon-us-2025 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20250514 DTEND;VALUE=DATE:20250521 DESCRIPTION:PyCon US 2025 found on PythonDeadlin.es. LOCATION:Pittsburgh, USA ORGANIZER:pythondeadlin.es END:VEVENTBEGIN:VEVENT +SUMMARY:PyCon Panamá 2024 +UID:pycon-panama-2024 +ORGANIZER:pythondeadlin.es +DTSTAMP:20240910T222803Z +DTSTART;VALUE=DATE:20241016 +DTEND;VALUE=DATE:20241018 +DESCRIPTION:PyCon Panamá 2024 found on PythonDeadlin.es. +LOCATION:Panama City, Panamá +ORGANIZER:pythondeadlin.es +END:VEVENTBEGIN:VEVENT SUMMARY:Python Norte 2024 UID:python-norte-2024 ORGANIZER:pythondeadlin.es -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;VALUE=DATE:20240927 DTEND;VALUE=DATE:20240928 DESCRIPTION:Python Norte 2024 found on PythonDeadlin.es. diff --git a/python-deadlines.ics b/python-deadlines.ics index bce3c0abdb9..683a441d26a 100644 --- a/python-deadlines.ics +++ b/python-deadlines.ics @@ -10,7 +10,7 @@ SUMMARY:PyTexas 2025 Tutorial Deadline UID:pytexas-2025-tutorial ORGANIZER:pythondeadlin.es DESCRIPTION:PyTexas 2025 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=America/Chicago:20250114T235900 END:VEVENT BEGIN:VEVENT @@ -18,7 +18,7 @@ SUMMARY:PyTexas 2025 Deadline UID:pytexas-2025 ORGANIZER:pythondeadlin.es DESCRIPTION:PyTexas 2025 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=America/Chicago:20250114T235900 END:VEVENT @@ -29,7 +29,7 @@ SUMMARY:GeoPython 2025 Deadline UID:geopython-2025 ORGANIZER:pythondeadlin.es DESCRIPTION:GeoPython 2025 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20241115T235900 END:VEVENT @@ -40,7 +40,7 @@ SUMMARY:PyCon Wroclaw 2024 Deadline UID:pycon-wroclaw-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Wroclaw 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Warsaw:20241014T235900 END:VEVENT @@ -51,7 +51,7 @@ SUMMARY:Python Ho 2024 Deadline UID:python-ho-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Python Ho 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Etc/GMT:20240924T112233 END:VEVENT @@ -62,7 +62,7 @@ SUMMARY:PyLadiesCon 2024 Deadline UID:pyladiescon-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyLadiesCon 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240916T213200 END:VEVENT @@ -73,7 +73,7 @@ SUMMARY:PyCascades 2025 Deadline UID:pycascades-2025 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCascades 2025 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240915T235900 END:VEVENT @@ -84,7 +84,7 @@ SUMMARY:PyCon Chile 2024 Deadline UID:pycon-chile-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Chile 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=America/Santiago:20240906T235900 END:VEVENT @@ -95,7 +95,7 @@ SUMMARY:PyData NYC 2024 Deadline UID:pydata-nyc-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyData NYC 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=America/New_York:20240903T235900 END:VEVENT @@ -106,7 +106,7 @@ SUMMARY:Python in Education Day 2024 Deadline UID:python-in-education-day-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Python in Education Day 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240831T235900 END:VEVENT @@ -117,7 +117,7 @@ SUMMARY:PyCon Sweden 2024 Deadline UID:pycon-sweden-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Sweden 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Stockholm:20240831T230000 END:VEVENT @@ -128,7 +128,7 @@ SUMMARY:Xtreme Python 2024 Deadline UID:xtreme-python-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Xtreme Python 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240830T235900 END:VEVENT @@ -139,7 +139,7 @@ SUMMARY:Plone Conference 2024 Deadline UID:plone-conference-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Plone Conference 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240825T235900 END:VEVENT @@ -150,7 +150,7 @@ SUMMARY:PyCon Ireland 2024 Deadline UID:pycon-ireland-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Ireland 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Dublin:20240825T235900 END:VEVENT @@ -161,7 +161,7 @@ SUMMARY:PyCon South Africa 2024 Tutorial Deadline UID:pycon-south-africa-2024-tutorial ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon South Africa 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Africa/Johannesburg:20240818T235900 END:VEVENT BEGIN:VEVENT @@ -169,7 +169,7 @@ SUMMARY:PyCon South Africa 2024 Deadline UID:pycon-south-africa-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon South Africa 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Africa/Johannesburg:20240818T235900 END:VEVENT @@ -180,7 +180,7 @@ SUMMARY:PyCon Poland 2024 Deadline (extended) UID:pycon-poland-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Poland 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Warsaw:20240820T235900 END:VEVENT @@ -191,7 +191,7 @@ SUMMARY:Python Brasil 2024 Deadline (extended) UID:python-brasil-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Python Brasil 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=America/Sao_Paulo:20240810T235900 END:VEVENT @@ -202,7 +202,7 @@ SUMMARY:PyCon Asia Pacific 2024 Deadline (extended) UID:pycon-asia-pacific-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Asia Pacific 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240801T235900 END:VEVENT @@ -213,7 +213,7 @@ SUMMARY:PyBay 2024 Deadline (extended) UID:pybay-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyBay 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240731T235900 END:VEVENT @@ -224,7 +224,7 @@ SUMMARY:PyCon Netherlands 2024 Deadline (extended) UID:pycon-netherlands-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Netherlands 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240731T235900 END:VEVENT @@ -235,7 +235,7 @@ SUMMARY:PyCon Niger 2024 Deadline (extended) UID:pycon-niger-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Niger 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240730T235900 END:VEVENT @@ -246,7 +246,7 @@ SUMMARY:PyCon Zimbabwe 2024 Deadline (extended) UID:pycon-zimbabwe-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Zimbabwe 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Etc/GMT:20240731T000000 END:VEVENT @@ -257,7 +257,7 @@ SUMMARY:PyCon Somalia 2024 Deadline (extended) UID:pycon-somalia-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Somalia 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240725T235900 END:VEVENT @@ -268,7 +268,7 @@ SUMMARY:PyCon Australia 2024 Deadline (extended) UID:pycon-australia-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Australia 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Australia/Melbourne:20240722T220000 END:VEVENT @@ -279,7 +279,7 @@ SUMMARY:PyCon France 2024 Deadline (extended) UID:pycon-france-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon France 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Paris:20240721T235900 END:VEVENT @@ -290,7 +290,7 @@ SUMMARY:PyCon Africa 2024 Tutorial Deadline UID:pycon-africa-2024-tutorial ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Africa 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240708T235900 END:VEVENT BEGIN:VEVENT @@ -298,7 +298,7 @@ SUMMARY:PyCon Africa 2024 Deadline (extended) UID:pycon-africa-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Africa 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240708T235900 END:VEVENT @@ -309,7 +309,7 @@ SUMMARY:PyCon Hong Kong 2024 Deadline (extended) UID:pycon-hong-kong-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Hong Kong 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Asia/Hong_Kong:20240701T235900 END:VEVENT @@ -320,7 +320,7 @@ SUMMARY:Swiss Python Summit 2024 Deadline (extended) UID:swiss-python-summit-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Swiss Python Summit 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Zurich:20240630T235900 END:VEVENT @@ -331,7 +331,7 @@ SUMMARY:PyCon Malaysia 2024 Deadline (extended) UID:pycon-malaysia-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Malaysia 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Asia/Kuala_Lumpur:20240630T235900 END:VEVENT @@ -342,7 +342,7 @@ SUMMARY:PyHEP.dev 2024 Deadline (extended) UID:pyhep-dev-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyHEP.dev 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Brussels:20240625T055900 END:VEVENT @@ -353,7 +353,7 @@ SUMMARY:PyCon South Korea 2024 Deadline (extended) UID:pycon-south-korea-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon South Korea 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240622T235900 END:VEVENT @@ -364,7 +364,7 @@ SUMMARY:PyCon Latin America 2024 Tutorial Deadline UID:pycon-latin-america-2024-tutorial ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Latin America 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240610T235900 END:VEVENT BEGIN:VEVENT @@ -372,7 +372,7 @@ SUMMARY:PyCon Latin America 2024 Deadline (extended) UID:pycon-latin-america-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Latin America 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240610T235900 END:VEVENT @@ -383,7 +383,7 @@ SUMMARY:PyTorch Conference 2024 Deadline (extended) UID:pytorch-conference-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyTorch Conference 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=America/Los_Angeles:20240609T235900 END:VEVENT @@ -394,7 +394,7 @@ SUMMARY:Piter Py 2024 Deadline (extended) UID:piter-py-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Piter Py 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240601T235900 END:VEVENT @@ -405,7 +405,7 @@ SUMMARY:PyCon Israel 2024 Deadline (extended) UID:pycon-israel-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Israel 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Asia/Jerusalem:20240601T235900 END:VEVENT @@ -416,7 +416,7 @@ SUMMARY:PyCon Japan 2024 Deadline (extended) UID:pycon-japan-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Japan 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240531T235900 END:VEVENT @@ -427,7 +427,7 @@ SUMMARY:PyCon Spain 2024 Tutorial Deadline UID:pycon-spain-2024-tutorial ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Spain 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Madrid:20240531T235900 END:VEVENT BEGIN:VEVENT @@ -435,7 +435,7 @@ SUMMARY:PyCon Spain 2024 Deadline (extended) UID:pycon-spain-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Spain 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Madrid:20240531T210000 END:VEVENT @@ -446,7 +446,7 @@ SUMMARY:PyCon MEA 2024 Deadline (extended) UID:pycon-mea-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon MEA 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Asia/Dubai:20240531T235900 END:VEVENT @@ -457,7 +457,7 @@ SUMMARY:PyCon India 2024 Tutorial Deadline UID:pycon-india-2024-tutorial ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon India 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Asia/Kolkata:20240531T235900 END:VEVENT BEGIN:VEVENT @@ -465,7 +465,7 @@ SUMMARY:PyCon India 2024 Deadline (extended) UID:pycon-india-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon India 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Asia/Kolkata:20240531T235900 END:VEVENT @@ -476,7 +476,7 @@ SUMMARY:EuroSciPy 2024 Tutorial Deadline UID:euroscipy-2024-tutorial ORGANIZER:pythondeadlin.es DESCRIPTION:EuroSciPy 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Warsaw:20240602T235900 END:VEVENT BEGIN:VEVENT @@ -484,7 +484,7 @@ SUMMARY:EuroSciPy 2024 Deadline (extended) UID:euroscipy-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:EuroSciPy 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Warsaw:20240609T235959 END:VEVENT @@ -495,7 +495,7 @@ SUMMARY:Kiwi PyCon 2024 Deadline (extended) UID:kiwi-pycon-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Kiwi PyCon 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Pacific/Auckland:20240523T235900 END:VEVENT @@ -506,7 +506,7 @@ SUMMARY:PyData Amsterdam 2024 Deadline (extended) UID:pydata-amsterdam-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyData Amsterdam 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Amsterdam:20240602T235900 END:VEVENT @@ -517,7 +517,7 @@ SUMMARY:Python Sul 2024 Deadline (extended) UID:python-sul-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Python Sul 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=America/Sao_Paulo:20240531T235900 END:VEVENT @@ -528,7 +528,7 @@ SUMMARY:PyCon Uganda 2024 Tutorial Deadline UID:pycon-uganda-2024-tutorial ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Uganda 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240430T235900 END:VEVENT BEGIN:VEVENT @@ -536,7 +536,7 @@ SUMMARY:PyCon Uganda 2024 Deadline (extended) UID:pycon-uganda-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Uganda 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240430T235900 END:VEVENT @@ -547,7 +547,7 @@ SUMMARY:PyCon Portugal 2024 Deadline (extended) UID:pycon-portugal-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Portugal 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Lisbon:20240515T000000 END:VEVENT @@ -558,7 +558,7 @@ SUMMARY:DjangoCon US 2024 Deadline (extended) UID:djangocon-us-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:DjangoCon US 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=America/New_York:20240424T120000 END:VEVENT @@ -569,7 +569,7 @@ SUMMARY:PyCon Estonia 2024 Deadline (extended) UID:pycon-estonia-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Estonia 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Tallinn:20240415T235900 END:VEVENT @@ -580,7 +580,7 @@ SUMMARY:PyCon Taiwan 2024 Tutorial Deadline UID:pycon-taiwan-2024-tutorial ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Taiwan 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240408T235900 END:VEVENT BEGIN:VEVENT @@ -588,7 +588,7 @@ SUMMARY:PyCon Taiwan 2024 Deadline (extended) UID:pycon-taiwan-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyCon Taiwan 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240408T235900 END:VEVENT @@ -599,7 +599,7 @@ SUMMARY:PyData Paris 2024 Deadline (extended) UID:pydata-paris-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyData Paris 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240408T235900 END:VEVENT @@ -610,7 +610,7 @@ SUMMARY:EARL 2024 Deadline (extended) UID:earl-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:EARL 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Zurich:20240331T235900 END:VEVENT @@ -621,18 +621,18 @@ SUMMARY:Python Nordeste 2024 Deadline (extended) UID:python-nordeste-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Python Nordeste 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240304T235900 END:VEVENT BEGIN:VEVENT -SUMMARY:Python BarCamp Karlsruhe 2025 Deadline (extended) -UID:python-barcamp-karlsruhe-2025 +SUMMARY:Python BarCamp Karlsruhe 2024 Deadline (extended) +UID:python-barcamp-karlsruhe-2024 ORGANIZER:pythondeadlin.es -DESCRIPTION:Python BarCamp Karlsruhe 2025 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DESCRIPTION:Python BarCamp Karlsruhe 2024 found on PythonDeadlin.es. +DTSTAMP:20240910T222803Z DTSTART;TZID=:20240214T235900 END:VEVENT @@ -643,7 +643,7 @@ SUMMARY:Django Day Copenhagen 2024 Deadline (extended) UID:django-day-copenhagen-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Django Day Copenhagen 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Europe/Copenhagen:20230831T235959 END:VEVENT @@ -654,7 +654,7 @@ SUMMARY:PyData Tel Aviv 2024 Deadline (extended) UID:pydata-tel-aviv-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:PyData Tel Aviv 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=Asia/Jerusalem:20230714T235900 END:VEVENT @@ -666,12 +666,15 @@ END:VEVENT + + + BEGIN:VEVENT SUMMARY:Python Norte 2024 Deadline (extended) UID:python-norte-2024 ORGANIZER:pythondeadlin.es DESCRIPTION:Python Norte 2024 found on PythonDeadlin.es. -DTSTAMP:20240910T221609Z +DTSTAMP:20240910T222803Z DTSTART;TZID=:None END:VEVENT END:VCALENDAR diff --git a/python-events-export.xml b/python-events-export.xml index 1567a243f69..4dcc48b0ecd 100644 --- a/python-events-export.xml +++ b/python-events-export.xml @@ -9,7 +9,7 @@ Newsfeed for Python Events Calendar from Python Conference Deadlines Countdowns to your favourite Python conferences with calls for participation and resources to submit awesome talks! https://pythondeadlin.es/feed.xml - Tue, 10 Sep 2024 22:16:09 +0000 + Tue, 10 Sep 2024 22:28:03 +0000 PyTexas 2025 Conference Deadline diff --git a/resources/beyond-python-deadlines/index.html b/resources/beyond-python-deadlines/index.html index 6cc5731c4dc..349ec9059c5 100644 --- a/resources/beyond-python-deadlines/index.html +++ b/resources/beyond-python-deadlines/index.html @@ -43,12 +43,12 @@ - + - - - + + + diff --git a/resources/common-pitfalls/index.html b/resources/common-pitfalls/index.html index 532b1de7611..214c9a5ed2c 100644 --- a/resources/common-pitfalls/index.html +++ b/resources/common-pitfalls/index.html @@ -43,12 +43,12 @@ - + - - - + + + diff --git a/resources/find-target-audience/index.html b/resources/find-target-audience/index.html index 6dd8e239cf6..328780af1c3 100644 --- a/resources/find-target-audience/index.html +++ b/resources/find-target-audience/index.html @@ -43,12 +43,12 @@ - + - - - + + + diff --git a/resources/good-conference-talk-proposals/index.html b/resources/good-conference-talk-proposals/index.html index acf95ccb827..d59b84b34a4 100644 --- a/resources/good-conference-talk-proposals/index.html +++ b/resources/good-conference-talk-proposals/index.html @@ -43,12 +43,12 @@ - + - - - + + + diff --git a/resources/how-to-get-presentation-python-conferences/index.html b/resources/how-to-get-presentation-python-conferences/index.html index 43e5c5a0215..a4dd24ed1f4 100644 --- a/resources/how-to-get-presentation-python-conferences/index.html +++ b/resources/how-to-get-presentation-python-conferences/index.html @@ -43,12 +43,12 @@ - + - - - + + + diff --git a/resources/how-to-get-started-talk-python-conferences/index.html b/resources/how-to-get-started-talk-python-conferences/index.html index 1b5f836947b..aef3e562ad4 100644 --- a/resources/how-to-get-started-talk-python-conferences/index.html +++ b/resources/how-to-get-started-talk-python-conferences/index.html @@ -43,12 +43,12 @@ - + - - - + + + diff --git a/resources/index.html b/resources/index.html index db5401970fc..484f65b9b5f 100644 --- a/resources/index.html +++ b/resources/index.html @@ -42,12 +42,12 @@ - + - - - + + + diff --git a/resources/what-about/index.html b/resources/what-about/index.html index 78b6a0c77f6..80c0b8bea31 100644 --- a/resources/what-about/index.html +++ b/resources/what-about/index.html @@ -43,12 +43,12 @@ - + - - - + + + diff --git a/resources/what-are-python-cfps/index.html b/resources/what-are-python-cfps/index.html index 42dcd783672..f3b96ba73c8 100644 --- a/resources/what-are-python-cfps/index.html +++ b/resources/what-are-python-cfps/index.html @@ -43,12 +43,12 @@ - + - - - + + + diff --git a/search/index.html b/search/index.html index 6de3ba5885a..d3cce1a5b74 100644 --- a/search/index.html +++ b/search/index.html @@ -42,12 +42,12 @@ - + - - - + + + @@ -1374,6 +1374,17 @@

Search

"alt_name": "" }, + "pycon-panama": { + "title": "PyCon Panamá", + "content": "PyCon Panamá", + "date": "2024", + "url": "/series/pycon-panama/", + "place": "Panama City, Panamá", + "subs": "PY", + "link": "https://pycon.pa/", + "alt_name": "" + }, + "pycon-philippines": { "title": "PyCon Philippines", "content": "PyCon Philippines", @@ -2334,7 +2345,7 @@

Search

"python-barcamp-karlsruhe": { "title": "Python BarCamp Karlsruhe", "content": "Python BarCamp Karlsruhe", - "date": "2025", + "date": "2024", "url": "/series/python-barcamp-karlsruhe/", "place": "Karlsruhe, Germany", "subs": "CAMP", @@ -2730,18 +2741,6 @@

Search

} , - "python-barcamp-karlsruhe-2025": { - "title": "Python BarCamp Karlsruhe 2025", - "content": "Python BarCamp Karlsruhe 2025", - "date": "February 15 – 16, 2025", - "url": "/conference/python-barcamp-karlsruhe-2025", - "place": "Karlsruhe, Germany", - "subs": "CAMP", - "link": "https://barcamps.eu/python-barcamp-karlsruhe-2025/", - "alt_name": "" - } - , - "pycascades-2025": { "title": "PyCascades 2025", "content": "PyCascades 2025", @@ -2790,6 +2789,18 @@

Search

} , + "pycon-panama-2024": { + "title": "PyCon Panamá 2024", + "content": "PyCon Panamá 2024", + "date": "October 16 – 18, 2024", + "url": "/conference/pycon-panama-2024", + "place": "Panama City, Panamá", + "subs": "PY", + "link": "https://pycon.pa/", + "alt_name": "" + } + , + "pydata-tel-aviv-2024": { "title": "PyData Tel Aviv 2024", "content": "PyData Tel Aviv 2024", @@ -2814,6 +2825,18 @@

Search

} , + "python-barcamp-karlsruhe-2024": { + "title": "Python BarCamp Karlsruhe 2024", + "content": "Python BarCamp Karlsruhe 2024", + "date": "February 15 – 16, 2025", + "url": "/conference/python-barcamp-karlsruhe-2024", + "place": "Karlsruhe, Germany", + "subs": "CAMP", + "link": "https://barcamps.eu/python-barcamp-karlsruhe-2025/", + "alt_name": "" + } + , + "python-nordeste-2024": { "title": "Python Nordeste 2024", "content": "Python Nordeste 2024", @@ -3714,6 +3737,18 @@

Search

} , + "pydata-vermont-2024": { + "title": "PyData Vermont 2024", + "content": "PyData Vermont 2024", + "date": "July 29 – 30, 2024", + "url": "/conference/pydata-vermont-2024", + "place": "Burlington, USA", + "subs": "DATA", + "link": "https://pydata.org/vermont2024/", + "alt_name": "" + } + , + "pydata-eindhoven-2024": { "title": "PyData Eindhoven 2024", "content": "PyData Eindhoven 2024", diff --git a/series/afropython-conf/index.html b/series/afropython-conf/index.html index aca827e5224..70a33d00527 100644 --- a/series/afropython-conf/index.html +++ b/series/afropython-conf/index.html @@ -44,12 +44,12 @@ - + - - - + + + diff --git a/series/belpy/index.html b/series/belpy/index.html index 8b98fa8be68..930662a30d0 100644 --- a/series/belpy/index.html +++ b/series/belpy/index.html @@ -44,12 +44,12 @@ - + - - - + + + diff --git a/series/caipyra/index.html b/series/caipyra/index.html index f4dff1e0931..cb157fde50f 100644 --- a/series/caipyra/index.html +++ b/series/caipyra/index.html @@ -44,12 +44,12 @@ - + - - - + + + diff --git a/series/django-day-copenhagen/index.html b/series/django-day-copenhagen/index.html index d3d32e8fd92..fb205c0364c 100644 --- a/series/django-day-copenhagen/index.html +++ b/series/django-day-copenhagen/index.html @@ -44,12 +44,12 @@ - + - - - + + + @@ -891,10 +891,10 @@

-
+
+ + + @@ -339,10 +371,25 @@

https://2025.pycon.it/en

+
+ Twitter icon + @PyConIT +
+ + +
+ Mastodon icon + Mastodon +
+ +
Mastodon Posts by PyCon Italia:
+
+ See all Mastodon posts for PyCon Italia +

@@ -370,6 +417,13 @@

+ + Link to Conference Mastodon + ​ + +
diff --git a/series/pycon-jamaica/index.html b/series/pycon-jamaica/index.html index f70c24cb3be..5586a08374a 100644 --- a/series/pycon-jamaica/index.html +++ b/series/pycon-jamaica/index.html @@ -44,12 +44,12 @@ - + - - - + + + @@ -651,10 +651,10 @@

-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+ + + +
+
+ +
+
+
+
+ + +
+
+
+ + PyCon Panamá 2024 + + + PyCon Panamá '24 + + + Link to Conference Website + ​ + + + + + +
+
+ + +
+
+
+
+
+ + October 16 – 18, 2024. + + + Panama City, Panamá + + + +
+ + +
+
+
+
Deadline: + TBA +
+
+ +
+
+
+
+ + + + +
+
+
+
+
+
+
+ +
+ +
+ +

+
+ + + + diff --git a/series/pycon-philippines/index.html b/series/pycon-philippines/index.html index a8fcaaf2880..8779703619d 100644 --- a/series/pycon-philippines/index.html +++ b/series/pycon-philippines/index.html @@ -44,12 +44,12 @@ - + - - - + + + @@ -1248,10 +1248,10 @@

-
+