Skip to content

salimsuprayogi/program_dasar_python

Repository files navigation

Program Dasar Python

Intro

Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. Python is often described as a "batteries included" language due to its comprehensive standard library.

Python was conceived in the late 1980s as a successor to the ABC language. Python 2.0, released in 2000, introduced features like list comprehensions and a garbage collection system capable of collecting reference cycles. Python 3.0, released in 2008, was a major revision of the language that is not completely backward-compatible, and much Python 2 code does not run unmodified on Python 3.

The Python 2 language, i.e. Python 2.7.x, was officially discontinued on 1 January 2020 (first planned for 2015) after which security patches and other improvements will not be released for it. With Python 2's end-of-life, only Python 3.5.x and later are supported.

Python interpreters are available for many operating systems. A global community of programmers develops and maintains CPython, an open source reference implementation. A non-profit organization, the Python Software Foundation, manages and directs resources for Python and CPython development.( Source : https://en.wikipedia.org/wiki/Python_(programming_language) )

Daftar Program

1. Konversi Suhu
2. Luas dan Keliling Lingkaran
3. Pertukaran Nilai Variabel
4. Vollume dan Luas Balok
5. Trace Tabel menggunakan x, y dan jumlah
6. Kalkulator
7. Menampilkan bilangan ganjil
8. Menampilkan bilangan genap
9. Menggunakan import ( latihan_import)
10. Menampilkan fungsi keyword() dalam format json
11. Madlibs Game
12. Guessing Game
13. Translation
14. Exponent
15. Fungsi python
16. Loop For Python

Persiapan

1. Tetap tenang dan berfikir jernih dan sehat

2. Python
    Download
    https://www.python.org/downloads/
   
    Documentation
    https://www.python.org/doc/
   
3. Visual Studio Code
    Download
    https://code.visualstudio.com/download
   
    Documentation
    https://code.visualstudio.com/docs

4. Reverensi Python
    freeCodeCamp.org ( youtube )
    www.geeksforgeeks.org

Author

Salim Suprayogi

Github
https://github.com/salimsuprayogi

Linkedin
https://www.linkedin.com/in/salimsuprayogi/

Saran

Selalu terbuka untuk kritik, saran dan masukan demi masa depan yang lebih baik ^_^