https://github.com/samuelselasi/alx-higher_level_programming
Object Oriented Programming
https://github.com/samuelselasi/alx-higher_level_programming
data-structures fstrings mysql pycodestyle python-imports python-lists python-modules python-tuples python3 scripting sql unittest
Last synced: 9 months ago
JSON representation
Object Oriented Programming
- Host: GitHub
- URL: https://github.com/samuelselasi/alx-higher_level_programming
- Owner: samuelselasi
- Created: 2023-03-07T08:55:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T18:52:19.000Z (over 2 years ago)
- Last Synced: 2025-01-23T13:43:56.963Z (11 months ago)
- Topics: data-structures, fstrings, mysql, pycodestyle, python-imports, python-lists, python-modules, python-tuples, python3, scripting, sql, unittest
- Language: Python
- Homepage: https://github.com/samuelselasi/alx-higher_level_programming
- Size: 669 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ALX-higher_level_programming
# Higher Level Programming & Algorithms

## Table of Contents
* [About](#about)
* [Requirements](#requirements)
* [Projects](#projects)
* [Credits](#credits)
## About
```
Welcome to the Python world!
The first projects are more "C-oriented" - no tricks, no funky syntax - simple!
If you've already played with Python, don't worry, fun things will come.
You'll soon find that with Python (and the majority of higher level languages), there are ten different ways to do the same thing. Some tasks will expect only one implementation, while other tasks will have multiple possible implementations.
Like C, Python also has a linter / style guide like Betty, called PEP8, also now known as PyCode.
Enjoy!
- Guillaume
```
## Requirements
* Allowed editors: `vi`, `vim`, `emacs`
* All your files will be interpreted/compiled on Ubuntu 20.04 LTS using python3 (version 3.8.5)
* All your files should end with a new line
* The first line of all your files should be exactly `#!/usr/bin/python3`
* A `README.md` file at the root of the repo, containing a description of the repository
* A `README.md` file, at the root of the folder of this project, is mandatory
* Your code should use the pycodestyle (version `2.8.*`)
* All your files must be executable
* The length of your files will be tested using `wc`
## Projects
0. [0x00-python-hello_world](./0x00-python-hello_world)
1. [0x01-python-if_else_loops_functions](./0x01-python-if_else_loops_functions)
2. [0x02-python-import_modules](./0x02-python-import_modules)
3. [0x03-python-data_structures](./0x03-python-data_structures)
4. [0x04-python-more_data_structures](./0x04-python-more_data_structures)
5. [0x05-python-exceptions](./0x05-python-exceptions)
6. [0x06-python-classes](./0x06-python-classes)
7. [0x07-python-test_driven_development](./0x07-python-test_driven_development)
8. [0x08-python-more_classes](./0x08-python-more_classes)
9. [0x09-python-everything_is_object](./0x09-python-everything_is_object)
10. [0x0A-python-inheritance](./0x0A-python-inheritance)
11. [0x0B-python-input_output](./0x0B-python-input_output)
12. [0x0C-python-almost_a_circle](./0x0C-python-almost_a_circle)
13. [0x0D-SQL_introduction](./0x0D-SQL_introduction)
14. [0x0E-SQL_more_queries](./0x0E-SQL_more_queries)
16. [0x12-javascript-warm_up](./0x12-javascript-warm_up)
17. [0x13-javascript_objects_scopes_closures](./0x13-javascript_objects_scopes_closures)
18. [0x0F-python-object_relational_mapping](./0x0F-python-object_relational_mapping)
19. [0x10-python-network_0](./0x10-python-network_0)
20. [0x11-python-network_1](./0x11-python-network_1)
21. [0x14-javascript-web_scraping](./0x14-javascript-web_scraping)
22. [0x15-javascript-web_jquery](./0x15-javascript-web_jquery)
## Articles
1. [Python In Details](https://onepunchcoder.medium.com/python-in-details-f5767c88d296)
2. [Organizing Python Application Files](https://medium.com/@onepunchcoder/organizing-python-application-files-9afe98242999)
## Credits
Collaborators are acknowledged within each project