Hi!
I'm pleased to announce the availability of wxGlade revision 1.0.1
Please download from https://sourceforge.net/projects/wxglade/files/wxglade/1.0.1/
wxGlade is a GUI builder for wxWidgets and wxPython.
The documentation includes a tutorial for people who have not used wxPython
before.
Included are also examples for integration with matplotlib.
A snapshot of the documentation is available at http://wxglade.sourceforge.net/docs/index.html
For support, there's a mailing list at https://sourceforge.net/p/wxglade/mailman/wxglade-general/
git repository and bug tracker are at https://github.com/wxGlade/wxGlade
(These pages are also linked from the help menu.)
Changes in revision 1.0.x:
==========================
Besides many improvements in usability, code generation and widget support,
this is also a major internal refactoring of the main data structure and how
widgets in the Design window are created / updated / destroyed.
*General:*
- sizers only required where wx requires them; not required e.g. for
Frame->Panel (used to be Frame->Sizer->Panel)
- better handling of display updates when properties are edited
- accessibility and usability improvements
- Dialog example
- documentation update
*Widgets:*
- all: separate class related properties into Class / Base Classes /
Instance Class
- Dialog: add StdDialogButtonSizer and standard buttons (stock items);
support SetAffirmativeId, SetEscapeId
- Button: support for image direction
- MenuBar: support lambda event handlers
- GridBagSizer: indicate overlapped slots in the Tree view
*Generated Code:*
- no separation into __set_properties/__do_layout any more
- support for instantiation classes
*Internal:*
- internal structures refactored
- add shell window and Tree Printer
wxGlade is released under the MIT license.
Happy New Year,
Dietmar Schwertberger
dietmar(a)schwertberger.de
<P><A HREF="https://sourceforge.net/projects/wxglade/files/wxglade/1.0.1/">wxGlade 1.0.1</A> - GUI builder for wxPython (31-Dec-20)
I have released v0.3.4 of the orderedstructs package that contains a high
performance SkipList implemented in C++ with Python bindings. A SkipList
behaves as an always sorted list with, typically, O(log(n)) cost for
insertion, look-up and removal. This makes it ideal for such operations as
computing the rolling median of a large dataset.
The characteristics of this SkipList implementation include:
- No capacity restrictions apart from available memory.
- Works with any C++ type <T> that has meaningful comparison operators.
- The C++ SkipList can be compiled as thread safe.
- The Python SkipList is thread safe.
- Python SkipLists can be long/float/bytes/object types, the latter can
have user defined comparison functions.
- With Python 3.8+ SkipLists can be combined with the
multiprocessing.shared_memory
<https://docs.python.org/3/library/multiprocessing.shared_memory.html#module…>
module for concurrent operation on large arrays. For example concurrent
roling medians
<https://skiplist.readthedocs.io/en/latest/rolling_median.html#rolling-media…>
which speed up near linearly with the number of cores.
- The implementation is extensively performance tested in C++ and Python.
There are a some novel features to this implementation:
- A SkipList is a probabilistic data structure but we have deterministic
tests that work for any (sane) random number generator. See testing a
probabalistic data structure
<http://skiplist.readthedocs.io/en/latest/test_notes.html#testing-a-probabil…>
- This SkipList can dynamically generate visualisations of its current
internal state. See visualising a skiplist
<http://skiplist.readthedocs.io/en/latest/visualisations.html#skiplist-visua…>
Project source: https://github.com/paulross/skiplist
PyPi: https://pypi.org/project/orderedstructs/
Documentation: http://skiplist.readthedocs.io/en/latest/index.html
Paul Ross.
Hi all,
We just released Sphinx-4.0.0b1.
It has many changes including incompatible ones.
Please confirm it working fine on your documents.
In detail, please see CHANGES:
https://github.com/sphinx-doc/sphinx/blob/4.0.x/CHANGES
You can use it with: pip install --pre Sphinx
Since this is a beta release, we expect that you may encounter bugs.
If you find a bug, please file an issue on Github issues:
https://github.com/sphinx-doc/sphinx/issues
Thanks,
Takeshi KOMIYA
In the EuroPython community, diversity and inclusion are one of our core
values. Therefore, we are launching a Speaker Mentorship Program in this
year's edition.
* EuroPython 2021 Speaker Mentorship Program *
https://ep2021.europython.eu/events/call-for-proposals/
We know how tough it is to prepare for a talk, find & organize the right
content around the topic and more so when it's the first time. So what
could be better than getting guidance and support from within the
community itself.
By means of this program, we would like to bridge the gap between a
developing and experienced speaker. Hence, we are looking for mentors
and mentees to sign up.
Please check our CFP page for full details:
https://ep2021.europython.eu/events/call-for-proposals/
Applications are open until Friday, April 30, 2021.
Quick Summary
-------------
EuroPython 2021 will be run online from July 26 - August 1:
- Two workshop/training days (July 26 - 27)
- Three conference days (July 28 - 30)
- Two sprint days (July 31 - August 1)
The sessions will be scheduled to ensure they are also accessible for
those in the Asian and Americas time zones.
Help spread the word
--------------------
Please help us spread this message by sharing it on your social
networks as widely as possible. Thank you !
Link to the blog post:
https://blog.europython.eu/europython-2021-speaker-mentorship-program/
Tweet:
https://twitter.com/europython/status/1387004298211602433
Enjoy,
--
EuroPython 2021 Team
https://www.europython-society.org/
We're happy to announce the EuroPython 2021 Call for Proposals (CFP) and
are accepting proposals for talks, training sessions, workshops, panels,
poster sessions, helpdesks and other interactive sessions at EuroPython
2021.
* EuroPython 2021 Call for Proposals (CFP) *
https://ep2021.europython.eu/events/call-for-proposals/
We will leave the CFP open from today until
Sunday, May 9, 23:59:59 CEST.
To submit a proposal, please log in to the site (or create an account
first) and then proceed to the CFP page:
Topics
------
We're looking for proposals on all aspects of Python from novice to
advanced level, including but not limited to: applications, frameworks,
Data Science, internals or topics which you're excited about, your
experiences with Python and its ecosystem and creative or artistic
things you've done with Python.
EuroPython is a community conference and we're eager to hear about how
you use Python in your professional and personal activities.
Feedback has shown that attendees are interested in advanced topics, we
would like to encourage more submissions with an advanced level scope
for EuroPython 2021. Please also note that we have added back training
and workshop submissions. We had to remove those last year due to lack
of resources.
Speaker Mentoring Program
-------------------------
This year we are running a mentoring program to encourage more first
time speakers to submit proposals, as well as provide training on
delivering talks effectively. We are also looking for more mentors to
help with the program.
Please check the CFP page for details on the mentoring program.
https://ep2021.europython.eu/events/call-for-proposals/#Speaker-Mentorship-…
Quick Summary
-------------
EuroPython 2021 will be run online from July 26 - August 1:
- Two workshop/training days (July 26 - 27)
- Three conference days (July 28 - 30)
- Two sprint days (July 31 - August 1)
The sessions will be scheduled to ensure they are also accessible for
those in the Asian and Americas time zones.
Help spread the word
--------------------
Please help us spread this message by sharing it on your social
networks as widely as possible. Thank you !
Link to the blog post:
https://blog.europython.eu/europython-2021-call-for-proposals-open-cfp/
Tweet:
https://twitter.com/europython/status/1386631947913400320
Enjoy,
--
EuroPython 2021 Team
https://www.europython-society.org/
Hi all,
On behalf of the SciPy development team I'm pleased to announce
the release of SciPy 1.6.3, which is a bug fix release.
Sources and binary wheels can be found at:
https://pypi.org/project/scipy/
and at: https://github.com/scipy/scipy/releases/tag/v1.6.3
<https://github.com/scipy/scipy/releases/tag/v1.6.1>
One of a few ways to install this release with pip:
pip install scipy==1.6.3
=====================
SciPy 1.6.3 Release Notes
=====================
SciPy 1.6.3 is a bug-fix release with no new features
compared to 1.6.2.
Authors
======
* Peter Bell
* Ralf Gommers
* Matt Haberland
* Peter Mahler Larsen
* Tirth Patel
* Tyler Reddy
* Pamphile ROY +
* Xingyu Liu +
A total of 8 people contributed to this release.
People with a "+" by their names contributed a patch for the first time.
This list of names is automatically generated, and may not be fully
complete.
Issues closed for 1.6.3
-------------------------------
* `#13772 <https://github.com/scipy/scipy/issues/13772>`__: Divide by zero
in distance.yule
* `#13796 <https://github.com/scipy/scipy/issues/13796>`__: CI:
prerelease_deps failures
* `#13890 <https://github.com/scipy/scipy/issues/13890>`__: TST: spatial
rotation failure in (1.6.3) wheels repo (ARM64)
Pull requests for 1.6.3
------------------------------
* `#13755 <https://github.com/scipy/scipy/pull/13755>`__: CI: fix the
matplotlib warning emitted during builing docs
* `#13773 <https://github.com/scipy/scipy/pull/13773>`__: BUG: Divide by
zero in yule dissimilarity of constant vectors
* `#13799 <https://github.com/scipy/scipy/pull/13799>`__: CI/MAINT:
deprecated np.typeDict
* `#13819 <https://github.com/scipy/scipy/pull/13819>`__: substitute
np.math.factorial with math.factorial
* `#13895 <https://github.com/scipy/scipy/pull/13895>`__: TST: add random
seeds in Rotation module
Checksums
=========
MD5
~~~
3b75d493f6c93b662f927d6c2ac60053
scipy-1.6.3-cp37-cp37m-macosx_10_9_x86_64.whl
ada6fa32f066dc58033ab47a4fbcd208 scipy-1.6.3-cp37-cp37m-manylinux1_i686.whl
29c6d6edbe9c2ba17dc4edd89ed31abb
scipy-1.6.3-cp37-cp37m-manylinux1_x86_64.whl
cde2f4824337fda5b2522795fff2135d
scipy-1.6.3-cp37-cp37m-manylinux2014_aarch64.whl
27fa4101babcfa7928e4c23e33212e71 scipy-1.6.3-cp37-cp37m-win32.whl
b0ef1b6ba4d3b54ad8f17dd10156c3f8 scipy-1.6.3-cp37-cp37m-win_amd64.whl
66b3ea5bb7869af010ae9d6a5015360b
scipy-1.6.3-cp38-cp38-macosx_10_9_x86_64.whl
0ef8582f203fdd4afe1ca56fc5b309f5 scipy-1.6.3-cp38-cp38-manylinux1_i686.whl
1194e9d88ef98595619acd657439fae4
scipy-1.6.3-cp38-cp38-manylinux1_x86_64.whl
4b8fe1b85fd8d60bbc787a06c0d545ee
scipy-1.6.3-cp38-cp38-manylinux2014_aarch64.whl
1d55aff23261c2fa8d7882bc7220c25d scipy-1.6.3-cp38-cp38-win32.whl
e82a80c799f1e5190be0cbd25b554766 scipy-1.6.3-cp38-cp38-win_amd64.whl
8309d581e025539bafaa98ba9c3122a7
scipy-1.6.3-cp39-cp39-macosx_10_9_x86_64.whl
75a9ba6865ff2fefcb5df917a412d99d scipy-1.6.3-cp39-cp39-manylinux1_i686.whl
fbfc53ba0ea23f56afb62c2a159e6303
scipy-1.6.3-cp39-cp39-manylinux1_x86_64.whl
4076d3cdb2b16f7d64229ac76c945b6f
scipy-1.6.3-cp39-cp39-manylinux2014_aarch64.whl
bd553432d6a55a6e139f76951766f31d scipy-1.6.3-cp39-cp39-win32.whl
6b9526aca2adf7b062ac92f184328147 scipy-1.6.3-cp39-cp39-win_amd64.whl
05b4ca400aa1157290abff69016f1cab scipy-1.6.3.tar.gz
cef7aa950dfc7f5be79b8c630bfe0cc1 scipy-1.6.3.tar.xz
f13ea8ab38fb03c17e38c3cda7877972 scipy-1.6.3.zip
SHA256
~~~~~~
2a799714bf1f791fb2650d73222b248d18d53fd40d6af2df2c898db048189606
scipy-1.6.3-cp37-cp37m-macosx_10_9_x86_64.whl
9e3302149a369697c6aaea18b430b216e3c88f9a61b62869f6104881e5f9ef85
scipy-1.6.3-cp37-cp37m-manylinux1_i686.whl
b79104878003487e2b4639a20b9092b02e1bad07fc4cf924b495cf413748a777
scipy-1.6.3-cp37-cp37m-manylinux1_x86_64.whl
44d452850f77e65e25b1eb1ac01e25770323a782bfe3a1a3e43847ad4266d93d
scipy-1.6.3-cp37-cp37m-manylinux2014_aarch64.whl
b30280fbc1fd8082ac822994a98632111810311a9ece71a0e48f739df3c555a2
scipy-1.6.3-cp37-cp37m-win32.whl
10dbcc7de03b8d635a1031cb18fd3eaa997969b64fdf78f99f19ac163a825445
scipy-1.6.3-cp37-cp37m-win_amd64.whl
1b21c6e0dc97b1762590b70dee0daddb291271be0580384d39f02c480b78290a
scipy-1.6.3-cp38-cp38-macosx_10_9_x86_64.whl
1caade0ede6967cc675e235c41451f9fb89ae34319ddf4740194094ab736b88d
scipy-1.6.3-cp38-cp38-manylinux1_i686.whl
19aeac1ad3e57338723f4657ac8520f41714804568f2e30bd547d684d72c392e
scipy-1.6.3-cp38-cp38-manylinux1_x86_64.whl
ad7269254de06743fb4768f658753de47d8b54e4672c5ebe8612a007a088bd48
scipy-1.6.3-cp38-cp38-manylinux2014_aarch64.whl
d647757373985207af3343301d89fe738d5a294435a4f2aafb04c13b4388c896
scipy-1.6.3-cp38-cp38-win32.whl
33d1677d46111cfa1c84b87472a0274dde9ef4a7ef2e1f155f012f5f1e995d8f
scipy-1.6.3-cp38-cp38-win_amd64.whl
d449d40e830366b4c612692ad19fbebb722b6b847f78a7b701b1e0d6cda3cc13
scipy-1.6.3-cp39-cp39-macosx_10_9_x86_64.whl
23995dfcf269ec3735e5a8c80cfceaf384369a47699df111a6246b83a55da582
scipy-1.6.3-cp39-cp39-manylinux1_i686.whl
fdf606341cd798530b05705c87779606fcdfaf768a8129c348ea94441da15b04
scipy-1.6.3-cp39-cp39-manylinux1_x86_64.whl
f68eb46b86b2c246af99fcaa6f6e37c7a7a413e1084a794990b877f2ff71f7b6
scipy-1.6.3-cp39-cp39-manylinux2014_aarch64.whl
01b38dec7e9f897d4db04f8de4e20f0f5be3feac98468188a0f47a991b796055
scipy-1.6.3-cp39-cp39-win32.whl
3274ce145b5dc416c49c0cf8b6119f787f0965cd35e22058fe1932c09fe15d77
scipy-1.6.3-cp39-cp39-win_amd64.whl
a75b014d3294fce26852a9d04ea27b5671d86736beb34acdfc05859246260707
scipy-1.6.3.tar.gz
3851fdcb1e6877241c3377aa971c85af0d44f90c57f4dd4e54e1b2bbd742635e
scipy-1.6.3.tar.xz
0a723da627af61665c7793fdf869ad2606be9cf32e2c0abc0d230f62c4f4914f
scipy-1.6.3.zip
We are happy to announce the start of our financial aid program for this
year’s EuroPython.
* EuroPython 2021 Financial Aid *
https://ep2021.europython.eu/registration/financial-aid/
As part of our commitment to the Python community and to increase our
reach to lower income countries, we will provide financial aid for
people in need to enable them to attend EuroPython 2021.
Financial Aid Sponsor for EuroPython 2021: The EuroPython Society (EPS)
is sponsoring EUR 10,000 worth of financial aid this year.
We offer financial aid in the following two ways:
- Discounted ticket. Get a standard conference ticket for the conference
with a very affordable price.
- Free ticket. For exceptional cases, we offer the standard conference
ticket for free.
Conference tickets include access to conference days (Wed-Fri),
sponsored workshops, Beginners’ Day workshop and sprints.
Please note: Access to our regular training sessions and workshops is
not included in the conference ticket.
Grant Eligibility
-----------------
EuroPython is a wonderful place to meet and share your experience with
Python developers from Europe and all around the world. Our goal is to
support people who want to help improve the Python community: conference
speakers, active developers from smaller Python communities and open
source contributors.
Our grants are open to all people in need of financial aid. We take into
account the following criteria during the selection process:
- Contributors: Potential speakers/trainers of EuroPython (those who
have submitted a proposal), volunteers and other contributors to
EuroPython and/or Python community projects.
- Economic factors: We want everybody to have a chance to join
EuroPython, regardless of economic situation or income level.
- Country based: As EuroPython 2021 will be run online and there may be
participants joining outside of Europe, we understand not all countries
have the same income levels and cost of living.
- Diversity: We aim to be the most diverse and inclusive event possible.
How to apply
------------
Please see our financial aid page for details on how to apply:
https://ep2021.europython.eu/registration/financial-aid/
Quick Summary
-------------
EuroPython 2021 will be run online from July 26 - August 1:
- Two workshop/training days (July 26 - 27)
- Three conference days (July 28 - 30)
- Two sprint days (July 31 - August 1)
The sessions will be scheduled to ensure they are also accessible for
those in the Asian and Americas time zones.
Help spread the word
--------------------
Please help us spread this message by sharing it on your social
networks as widely as possible. Thank you !
Link to the blog post:
https://blog.europython.eu/europython-2021-financial-aid/
Tweet:
https://twitter.com/europython/status/1384808840055730177
Enjoy,
--
EuroPython 2021 Team
https://www.europython-society.org/
I am pleased to announce the release of *ycecrean* 1.3.5.
Do you ever use `print()` or `log()` to debug your code? If so, *ycecream*,
or `y` for short, will make printing debug information a lot sweeter.
And on top of that, you get some basic benchmarking functionality.
*Ycecream* is available on GitHub: www.github.com/salabim/ycecream and on
PyPI.
For this who know the *icecream* package, here's an overview of the
differences:
----------------------------------------------------------------------------------------
characteristic ycecream IceCream
----------------------------------------------------------------------------------------
colourize no yes (can be
disabled)
platform Python 2.7, >=3.6, PyPy Python 2.7,
>=3.5, PyPy
default name y ic
dependencies none many
number of files 1 several
usable without installation yes no
can be used as a decorator yes no
can be used as a context manager yes no
PEP8 (Pythonic) API yes no
sorts dicts no by default, optional yes
supports compact, indent and
depth parameters of pprint yes no
use from a REPL limited functionality no
external configuration via json file no
observes line_length correctly yes no
indentation 4 blanks (overridable) dependent on
length of prefix
forking and cloning yes no
test script pytest unittest
----------------------------------------------------------------------------------------
Recent changes:
version 1.3.5 2021-04-20
=========================
New functionality (0)
---------------------
The attribute delta can now be used as an ordinary attribute,
including propagation and initialization from json.
New tests (0)
-------------
Tests for propagation of attributes added.
Tests for delta setting/reading added.
Bugfix (0)
----------
The recently introduced show_traceback facility didn't work under Python
2.7. Fixed.
version 1.3.4 2021-04-16
=========================
New functionality (0)
---------------------
Introduced a new attribute: show_traceback / st .
When show_traceback is True, the ordinary output of y() will be followed by
a printout of the
traceback, similar to an error traceback.
from ycecream import y
y.show_traceback=True
def x():
y()
x()
x()
prints
y| #4 in x()
Traceback (most recent call last)
File "c:\Users\Ruud\Dropbox (Personal)\Apps\Python
Ruud\ycecream\x.py", line 6, in <module>
x()
File "c:\Users\Ruud\Dropbox (Personal)\Apps\Python
Ruud\ycecream\x.py", line 4, in x
y()
y| #4 in x()
Traceback (most recent call last)
File "c:\Users\Ruud\Dropbox (Personal)\Apps\Python
Ruud\ycecream\x.py", line 7, in <module>
x()
File "c:\Users\Ruud\Dropbox (Personal)\Apps\Python
Ruud\ycecream\x.py", line 4, in x
y()
The show_traceback functionality is also available when y is used as a
decorator or context manager.
Documentation change (0)
------------------------
The description of ycecream on PyPI is now (nearly) the same as the
readme.md file.
version 1.3.3 2021-04-14
=========================
New functionality (0)
---------------------
Introduced a new attribute: enforce_line_length / ell .
If True, all output lines will be truncated to the current line_length.
This holds for all output lines, including as_str output.
Example:
y.configure(enforce_line_length=True, line_length=15)
s = "abcdefghijklmnopqrstuvwxyz"
y(s)
y(show_time=True)
prints something like
|y|
| s: 'abcdefg
|y| #35 @ 08:14:
New functionality (0)
---------------------
New shorthand alternatives:
sdi for sort_dicts
i for indent
de for depth
wi for wrap_indent
ell for enforce_line_length
version 1.3.2 2021-04-07
=========================
New functionality (0)
---------------------
y.new() has a new parameter ignore_json that makes it possible to ignore
the ycecream.json file.
Thus, if you don't want to use any attributes that are overridden by an
ycecream.json file:
y = y.new(ignore_json=True)
Internal changes (0)
--------------------
The PY2/PY3 specific code is clustered now to make maintenance easier.
In the pprint 3.8 module, the PrettyPrinter class is not even created for
PY2,
so no more need to disable specifically several dispatch calls.
version 1.3.1 2021-04-02
=========================
New functionality (0)
---------------------
The ycecream.json file may now also contain shorthand names,
like p for prefix.
New functionality (1)
---------------------
The attribute compact now has a shorthand name: c
So,
y(d, compact=True)
is equivalent to
y(d, c=1)
Changes in install ycecream.py (0)
----------------------------------
install ycecream.py will now also copy ycecream.json to site-packages, if
present.
Older versions of Python support (0)
------------------------------------
Ycecream now runs also under Python 2.7.
The implementation required a lot of changes, most notably phasing out
pathlib, f-strings,
some syntax incompatibilities and function signatures.
Under Python 2.7, the compact and sort_dicts attributes are ignored as the
2.7 version of
pprint.pformat (which is imported) does not support these parameters.
Also, the test script needed a lot of changes to be compatible with Python
2.7 and Python 3.x
Under Python 2.7, the scripts
install ycecream.py
and
install ycecream from github.py
require pathlib to be installed.
It is most likely that ycecream will run under Python 3.4 and 3.5, but that
has not been tested (yet).
We're pleased to announce the start of the EuroPython 2021 ticket sales:
* EuroPython 2021 Ticket Sales Open *
https://ep2021.europython.eu/registration/buy-tickets/
Updated ticket structure
------------------------
For EuroPython 2021, we'll have more than 10 training sessions and
workshops spread across two days. There is a combined ticket available
for those who wish to attend both.
We also added a new livestream-only ticket for getting access to the
live streams. It's free, but you'll miss out on the interactivity.
Ticket types
------------
- Combined tickets: Access to the whole seven day conference, including
training sessions, workshops, conference days and sprints.
- Conference + sprint tickets: Access to conference days and sprints.
- Sprint-only tickets: Free access to the sprint days only.
- Livestream-only tickets: Free access to the live streams of the
conference sessions only. No access to the conference system.
Ticket tiers
------------
- Business tickets: For people using Python to make a living and people
who want to support our grants program.
- Personal tickets: For people enjoying Python in their free time or as
a freelancer.
More details
------------
For full details, which include ticket prices, a comparison features and
the link to the ticket shop, please see our registration page. Our
financial aid program will be available starting Wednesday, April 21.
Participate in Talk Voting
--------------------------
With a conference or combined ticket, you will also be able to tell us
what you’d like to see at EuroPython 2021 by voting on the submitted
talk proposals. Talk voting will start after the end of the Call for
Proposals (CFP).
Guido van Rossum Core Developer Grant
-------------------------------------
For Python Core Developers, we have put a special grant in place, which
will allow core developers to get free combined tickets to the
conference.
If you want to sign up, please check our grant page for details on how
to apply.
Quick Summary
-------------
EuroPython 2021 will be run online from July 26 - August 1:
- Two workshop/training days (July 26 - 27)
- Three conference days (July 28 - 30)
- Two sprint days (July 31 - August 1)
The sessions will be scheduled to ensure they are also accessible for
those in the Asian and Americas time zones.
Help spread the word
--------------------
Please help us spread this message by sharing it on your social
networks as widely as possible. Thank you !
Link to the blog post:
https://blog.europython.eu/europython-2021-ticket-sales-started/
Tweet:
https://twitter.com/europython/status/1384076406418595846
Enjoy,
--
EuroPython 2021 Team
https://www.europython-society.org/
During the last few weeks the team has been hard at work making final
changes to the website, and we are excited to announce the launch of the
conference website for EuroPython 2021 today !
* EuroPython 2021 Conference Website *
https://ep2021.europython.eu/
We have also migrated the accounts from last year's website to the new
one, so you should be able to login right away. That said, we still
recommend changing your password as best practice. If you don't have an
account yet, you can easily create one to be ready for ticket sales.
Quick Summary
-------------
EuroPython 2021 will be run online from July 26 - August 1:
- Two workshop/training days (July 26 - 27)
- Three conference days (July 28 - 30)
- Two sprint days (July 31 - August 1)
The sessions will be scheduled to ensure they are also accessible for those in
the Asian and Americas time zones.
More updates
------------
- Ticket sales will start on Monday, April 19. We have refined the
ticket structure for EuroPython 2021 to make it easier to understand
and added a table outlining the differences between the various ticket
types.
- Financial aid will once again be available, since we've grown our
team. We'd like to enable more people from lower income countries to
attend. Applications can be filed starting Wednesday, April 21.
- The Call for Papers (CFP) will be opened on Monday, April 26. If you
want to prepare, you can already have a look at the CFP page on the
website. The CFP will stay open for two weeks. A mentorship program
for first time speakers is planned as well.
- Sponsorship packages are already available for review. If you decide
to sponsor until May 7, you can get a 10% Early Bird discount on your
packages.
We will send out more detailed posts on the above items in due course.
Please subscribe to our newsletter if you want to make sure to get all
information:
https://ep2021.europython.eu/newsletter/
Help spread the word
--------------------
Please help us spread this message by sharing it on your social
networks as widely as possible. Thank you !
Link to the blog post:
https://blog.europython.eu/europython-2021-launching-the-conference-website/
Tweet:
https://twitter.com/europython/status/1382986951830204420
Enjoy,
--
EuroPython 2021 Team
https://www.europython-society.org/