Skip to content

Latest commit

 

History

History

0x00-python-hello_world

Hello, World

Project done during Full Stack Software Engineering at ALX. It aims to learn about variables, basics commands (print) and handle strings with Python.

Technologies

  • Shell Scripts are written in Bash
  • Python Scripts are written with Python 3
  • C files are compiled using gcc
  • Tested on Ubuntu 20.04 LTS

Files

Filename Description
0-run Shell script that runs a Python script, where its name is stored in an environment variable
1-run_inline Shell script that runs a Python script, where Python code is saved in an environment variable
2-print.py Python script that prints a message
3-print_number.py Prints a message with print function, using format
4-print_float.py Prints a float with print function, using format and precission
5-print_string.py Prints 3 times a string using print function with format
6-concat.py Concatenates strings and prints the result
7-edges.py Prints some letters of a string
8-concat_edges.py Prints some parts of a string
9-easter_egg.py Prints "The Zen of Python"
10-check_cycle.c C program that finds a loop in a linked list
100-write.py Python script that prints a message with write sys
101-compile Shell script that compiles a Python file
102-magic_calculation.py Python function that does exactly the same as a given disassembler