janymuong / alx-higher_level_programming

High-level programming languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

High - Level Languages

Repository for high-level programming languages.
Mainly covers Python, and a little JavaScript

High-level programming languages are designed to provide a more abstract and user-friendly approach to software development. In this context the abstraction allows programmers to focus on the logic and functionality of the code without dealing with the intricacies of the underlying system architecture/hardware resources like memory management etc.

Each directory represents a segment of a programming language to work on/learn about incrementally. The regular files in directories individually represent a concept(s) or part of a concept in syntax and semantics of the language.


The Zen of Python:

Note
$ python3 -c 'import this'
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
$


MIT License

About

High-level programming languages

License:MIT License


Languages

Language:Python 80.7%Language:JavaScript 12.6%Language:HTML 3.9%Language:C 1.8%Language:Shell 0.9%