Python

This repository is about my learning of Python from scratch, functions, programs and scripts in Python

Examples

Prerequisites

To get here, I had a three-month apprenticeship in C language, 12 daily hours

Installing

for have the code in your local machine you only need download the code files and put it into a directory and compile it with gcc compiler

gcc -Wall -Werror -Wextra -pedantic

Built With

All the code was write under ubuntu 14.04 All projects are developed in Python 3.4 with pep8

Contributing

-- Yesid Gutierrez - Holberton Student

Versioning

For my learning in Holberton School

Authors

---Yesid Gutierrez 944@holbertonshcool.com

Projects

Project Description
*0x00 Python-Hello, World * making python scripts, manipulation strings and integers
0x01 Python-if/else, loops, functions Conditional if, else, elif. Loops: for, while. Functions
0x02 Python-Import & modules conditional, strings, import functions, args
0x03 Python- Data strunctures: Lists and tuples methods, tuples, list, comprehension
0x04 Python More data structures: Set & Dictionary More data sturctures: Set, Dictionary
0x05 Python - exceptions try, except, finally, raise and errors: ValueError, TypeError and others
0x06 python - Classes Classes, methods, attributes, instances
0x07 python - test_driven_development
0x08 Python - Test-driven development