• Home
  • CV
  • Research papers
  • Teachings
  • Blogposts

    N°2 Basics in python

    February 22, 2024

    In this blog post we dive into the fundamentals of Python programming. We'll cover essential topics such as syntax, variables, data types, operators, control flow, functions, and key data structures like lists and dictionaries. This post aims to provide a solid understanding of the basics, serving as a foundation for your Python programming journey.

    N°1 Getting Started with Python

    February 15, 2024

    When diving into Python programming, setting up the right Integrated Development Environment (IDE) and configuring your development environment are crucial steps. In this guide, we'll explore some popular IDEs and the basic steps to get your Python environment up and running.