Getting Started with CPython: 2
It's not that scary
Dec 30, 20222 min read

Search for a command to run...
It's not that scary

It's not that scary

Every beginner's first program

Hello dear reader, Today we will talk about the strtok function and how it is implemented. How the function works The C library function strtok breaks a string into tokens depending on the delimiter given. Example: "Hope you are doing fine?" broken d...

Hello, dear reader. This is my first post on this blog and I wanted to use it to explain something that bugged me for a while. At ALX-Holberton, we had some optional tasks which involved cracking the passwords to compiled programs. We were told we co...
