Videos

Youtubed activities

Jan 2022

19 Jan

Developping in Python

19/01/2022    
11:00 am-12:00 pm
François Durand
When you develop a Python project, it is highly recommended that you design it as a Python package, which gives you access to a variety [...]
12 Jan

Poisson approximations of sums of Bernoulli random variables

12/01/2022    
11:00 am-12:00 pm
Michel Davydov
Approximation by Poisson distributions or processes is of great interest in many applications including networks, queueing theory and even neuroscience, as the Poisson distribution arises [...]

Dec 2021

15 Dec

Testing in Python

15/12/2021    
11:00 am-12:00 pm
Maxime Mouchet
Thanks to its dynamic nature, it is extremely easy to prototype code with Python. However, this also means that it is difficult to catch errors [...]
08 Dec

MIMO Performance: From Theory to Practice

08/12/2021    
11:00 am-12:00 pm
Guodong Sun
In the past decades, multiple antenna systems were widely employed in modern wireless network to improve the communication performance. For example, iPhone XS is equipped [...]
01 Dec

MPLS in Internet topologies

01/12/2021    
10:45 am-12:00 pm
Matthieu Gouel
Dear all, The Internet Measurement reading group will meet on Wednesday 1st. In this session, Matthieu Gouel (Sorbonne Université, LIP6) will talk about MPLS in Internet topologies. [...]

Nov 2021

24 Nov

PyCharm

24/11/2021    
11:00 am-12:00 pm
Maxime Mouchet
While Python offers a useful command-line interface, it is often more productive to rely on an IDE (Integrated Development Environment) for larger projects. In this [...]
17 Nov

Dynamic Secure-Emulation

17/11/2021    
3:00 pm-4:00 pm
Pierre Civit
We present probabilistic dynamic I/O automata, a framework to model dynamic probabilistic systems. Our work extends dynamic I/O Automata formalism from Attie & Lynch to [...]
17 Nov

Chaos Engineering

17/11/2021    
11:00 am-12:00 pm
Ludovic Noirie
"Chaos Engineering is the discipline of experimenting on a distributed system in order to build confidence in the system's capability to withstand turbulent conditions in [...]
10 Nov

HLOC: Hints-based geolocation leveraging multiple measurement frameworks

10/11/2021    
10:45 am-12:00 pm
Maxime Mouchet
http://www.lincs.fr/wp-content/uploads/2021/11/LINCS_HLOC.pdf
Dear all, The Internet Measurement reading group will meet on Wednesday 10th. In this session, Maxime Mouchet (Sorbonne Université, LIP6) will present HLOC: Hints-based geolocation leveraging [...]
03 Nov

Developing With Style: The Pythonic Way

03/11/2021    
11:00 am-12:00 pm
Matthieu Gouel
Beautiful is better than ugly… In this session we will use modern coding-style to improve the readability, the performance and the correctness of Python code. [...]