Actualités

Python-Programming-Notes This repository contains a collection of Jupyter notebooks about programming in Python. These notebooks cover a range of topics, including Python objects, data structures, ...
The Python array is designed to emulate the behavior of an array in C, and it’s meant chiefly to allow Python to work with C arrays. The array type is useful in those cases, but in almost every ...
Python is a highly popular dynamic programming language used by numerous large organizations, such as Google, Yahoo, and IBM. It is compatible with all major operating systems and often comes ...
Differences when working with pytz. Since Python 3.6, the recommended library to get the Olson database is dateutil.tz, but it used to be pytz. They might seem similar, but, ...
As someone who often works with Python scripts, Jupyter Notebook is my favorite tool for making notes during lectures and sharing my painstakingly-written code with my programming friends and rivals.
I recently facilitated two workshops for high school teachers to introduce them to python in physics. Here are my lessons learned.