holbertonschool-higher_level_programming

所属分类:数据结构
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2021-12-20 22:03:25
上 传 者sh-1993
说明:  Holbertontschool高级编程,
(holbertonschool-higher_level_programming,)

文件列表:
0x00-python-hello_world/ (0, 2020-02-13)
0x00-python-hello_world/0-run (28, 2020-02-13)
0x00-python-hello_world/1-run_inline (33, 2020-02-13)
0x00-python-hello_world/10-check_cycle.c (635, 2020-02-13)
0x00-python-hello_world/100-write.py (122, 2020-02-13)
0x00-python-hello_world/101-compile (47, 2020-02-13)
0x00-python-hello_world/102-magic_calculation.py (73, 2020-02-13)
0x00-python-hello_world/2-print.py (81, 2020-02-13)
0x00-python-hello_world/3-print_number.py (75, 2020-02-13)
0x00-python-hello_world/4-print_float.py (75, 2020-02-13)
0x00-python-hello_world/5-print_string.py (72, 2020-02-13)
0x00-python-hello_world/6-concat.py (116, 2020-02-13)
0x00-python-hello_world/7-edges.py (254, 2020-02-13)
0x00-python-hello_world/8-concat_edges.py (212, 2020-02-13)
0x00-python-hello_world/9-easter_egg.py (31, 2020-02-13)
0x00-python-hello_world/lists.h (493, 2020-02-13)
0x01-python-if_else_loops_functions/ (0, 2020-02-13)
0x01-python-if_else_loops_functions/0-positive_or_negative.py (236, 2020-02-13)
0x01-python-if_else_loops_functions/1-last_digit.py (357, 2020-02-13)
0x01-python-if_else_loops_functions/10-add.py (53, 2020-02-13)
0x01-python-if_else_loops_functions/100-print_tebahpla.py (124, 2020-02-13)
0x01-python-if_else_loops_functions/101-remove_char_at.py (149, 2020-02-13)
0x01-python-if_else_loops_functions/102-magic_calculation.py (164, 2020-02-13)
0x01-python-if_else_loops_functions/11-pow.py (54, 2020-02-13)
0x01-python-if_else_loops_functions/12-fizzbuzz.py (328, 2020-02-13)
0x01-python-if_else_loops_functions/13-insert_number.c (709, 2020-02-13)
0x01-python-if_else_loops_functions/2-print_alphabet.py (86, 2020-02-13)
0x01-python-if_else_loops_functions/3-print_alphabt.py (130, 2020-02-13)
0x01-python-if_else_loops_functions/4-print_hexa.py (89, 2020-02-13)
0x01-python-if_else_loops_functions/5-print_comb2.py (179, 2020-02-13)
0x01-python-if_else_loops_functions/6-print_comb3.py (242, 2020-02-13)
0x01-python-if_else_loops_functions/7-islower.py (129, 2020-02-13)
0x01-python-if_else_loops_functions/8-uppercase.py (245, 2020-02-13)
0x01-python-if_else_loops_functions/9-print_last_digit.py (226, 2020-02-13)
0x01-python-if_else_loops_functions/lists.h (518, 2020-02-13)
0x02-python-import_modules/ (0, 2020-02-13)
0x02-python-import_modules/0-add.py (142, 2020-02-13)
... ...

# Higher-level programming - Python Module of **High-level programming** and **Python**, carried out during **Full Stack Software Engineering studies** at **[Holberton School](https://www.holbertonschool.com/)**. ## Technologies * Shell Scripts are written in Bash 4.3.11(1) * Python Scripts are written with Python 3.4.3 * `MySQL 5.7` (version 5.7.8-rc) * `MySQLdb`, version 1.3.10 * `sqlalchemy`, version 1.2.5 * Tested on Ubuntu 14.04 LTS ## Projects All of the following folders are projects done during the studies: | Project name | Description | | ------------ | ----------- | | [`0x00-hello_world`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x00-python-hello_world) | It aims to learn about variables, basics commands (print) and handle strings with **Python** | | [`0x01-python-if_else_loops_functions`](https://github.com/luischaparroc/holbertonschool-low_level_programming/tree/master/0x01-variables_if_else_while) | It aims to learn about if/else statements, loops, range and functions in **Python** | | [`0x02-python-import_modules`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x02-python-import_modules) | It aims to learn how to import functions, how to create modules and how to use command line arguments in **Python** | | [`0x03-python-data_structures`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x03-python-data_structures) | It aims to learn about lists, tuples and strings in **Python** | | [`0x04-python-more_data_structures`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x04-python-more_data_structures) | It aims to learn about sets, dictionaries and functions to handle data structures like lambda, map, reduce and filter in **Python** | | [`0x05-python-exceptions`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x05-python-exceptions) | It aims to learn about exceptions, how to use them, how to use errors and how to raise them in **Python** | | [`0x06-python-exceptions`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x06-python-classes) | It aims to learn about object oriented programming (OOP), classes, objects, instances, methods and attributes in **Python** | | [`0x07-python-test_driven_development`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x07-python-test_driven_development) | It aims to learn about docstrings to create and implement tests in **Python** | | [`0x08-python-more_classes`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x08-python-more_classes) | It aims to learn about object oriented programming (OOP), Data Abstraction, Data Encapsulation, instances and classes attributes in **Python** | | [`0x09-python-everything_is_object`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x09-python-everything_is_object) | It aims to learn about object oriented programming (OOP), mutability, identity and data types in **Python** | | [`0x0A-python-inheritance`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0A-python-inheritance) | It aims to learn about inheritance, superclass, baseclass and subclass in **Python** | | [`0x0B-python-input_output`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0B-python-input_output) | It aims to learn how to open, read, write and append files from a script in **Python** | | [`0x0C-python-almost_a_circle`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0C-python-almost_a_circle) | It aims to learn about unit testing, serialization, deserialization, JSON, `args` and `kwargs` in **Python** | | [`0x0D-SQL_introduction`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0D-SQL_introduction) | It aims to learn about databases, relational databases, subqueries, tables, **MySQL** statements and functions | | [`0x0E-SQL_more_queries`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0E-SQL_more_queries) | It aims to learn about how to create a new user, manage privileges for a user, `PRIMARY KEY`, `FOREIGN KEY`, constraints, subqueries, `JOIN` and `UNION` with **MySQL** | | [`0x0F-python-object_relational_mapping`](https://github.com/luischaparroc/holbertonschool-higher_level_programming/tree/master/0x0F-python-object_relational_mapping) | It aims to learn about how to connect to a MySQL database from a Python script, what ORM means and how to map a Python Class to a MySQL table |

近期下载者

相关文件


收藏者