Skip to main content
Python. Curiosities, code, notes to get ready to PCEP
Certification Roadmap
Certification Roadmap

I might take the PCEP exam to demonstrate my knowledge in Python. For now, I have taken a CISCO course called Python Essential 1 and here are some notes, curiosities, and code that I found interesting if you are not a Pythonista.


Jose CerrejonAbout 4 minDeveloperPythonTips
You Were Waiting for It. PHP Vs Python
Pythons Versus Elephants
Generated by Copilot

I hate technical interviews like everyone else. But there is SOMETHING I like about them: the questions I haven't previously asked myself. Usually, there's no time to develop an answer that one likes, you know how perfectionist I am. One of them was this week:


Jose CerrejonAbout 6 minDeveloperPHPPythonVersus
Tuples Vs Lists on Python
Tuples Vs Lists
Tuples Vs Lists. Generated with AI.

tuples and lists are two types of data incorporated in Python that are used to store collections of elements. Although they share some similarities, they also have key differences. Let’s look at them:


Jose CerrejonLess than 1 minuteDeveloperPythonDeveloperTuplesListsComparison
Umount & Clean your NTFS/exFAT partition from macOS using Python
external hard drive
My external hard drive with tons of 💩.

Sometimes I think I'm the one who has problems with the NTFS/exFAT partition on macOS. I have to unmount and clean it, because exFAT is the file system I use on a Raspberry Pi acting as NAS using the great DietPi OS.


Jose CerrejonAbout 2 minAppleTipsPythonTutorial