💡 Catatan Materi Bahasa Pemrogramman Python

Overview

💡 Catatan Materi Bahasa Pemrogramman Python

📝 Deskripsi

Python merupakan bahasa pemrograman yang sangat mudah dipelajari oleh pemula yang pertama kali di perkenalkan oleh Guido Van Rossum pada tahun 1991 dan hingga sekarang dikembangkan oleh Python Software Foundation. Bahasa pemrograman python lebih menekankan pada keterbacaan kode agar lebih mudah dipahami sintaks-nya. Repository ini hanyalah catatan saya selama belajar Python Programming.

  • Bahasa Dalam Repository ini : Bahasa Indonesia
  • Situs Resmi : Web

🎒 Tools

📝 Persyaratan Penggunaan

  • Python 3.x.x
  • Python pip 21.2.4

👨‍💻 Author

Andika Tulus Pangestu
NIM : 12210940
Kelas : 12.1A.35
Prodi : D3 Sistem Informasi

✔️ Tasks Belajar

  • Mengenal Python
  • Sintaks Dasar
  • Variable
  • Tipe Data Numbers, String, dan Boolean
  • String Manipulation
  • Tipe Data List, Slicing, Tuple, Set, dan Dictionary
  • Tipe Data Casting
  • Operator
  • Input/Output
  • Percabangan
  • Perulangan for
  • Perulangan while
  • Perulangan Bersarang
  • Function dan Method
  • Module
  • Error Handling
  • Pemrograman Berorientasi Objek - Class
  • Pemrograman Berorientasi Objek - Object
  • Pemrograman Berorientasi Objek - Method
  • Pemrograman Berorientasi Objek - Inheritance
  • Test Unit
  • Penggunaan Library
  • Membuat Aplikasi GUI Python dengan PySide
  • Project Latihan

🗃️ Path Materi

Path dibuat agar materi menjadi terstruktur sehingga mempermudah pembelajaran.

🛠️ Troubleshooting

Jika mengalami kesulitan atau kurang memahami Dokumentasi atau untuk error coding bisa ditanyakan di Kotakode atau Stackoverflow

🙏 Thanks

  • Allah SWT
  • My Parents
  • My Family
  • Nafatul Adistianingrum
  • All Friends
  • All Site Reference
  • All Youtube Channel Reference

Referensi, Lisensi Sumber Perangkat Lunak terbuka, Kontribusi

🔐 License

Repository Created 9 Oktober 2021 at 11.15 WIB by Andika Tulus Pangestu under MIT License

30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days

30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace.

Asabeneh 17.7k Jan 07, 2023
Python Deep Dive Course - Accompanying Materials

Python Deep Dive Various Jupyter notebooks and Python sources associated with my Udemy Python 3 Deep Dive course series: Part 1: Mainly functional pro

Fred Baptiste 1.1k Dec 30, 2022
NoVmpy - NoVmpy with python

git clone -b dev-1 https://github.com/wallds/VTIL-Python.git cd VTIL-Python py s

263 Dec 23, 2022
💯 Coolest snippets

nvim-snippets This was originally included in my personal Neovim setup, but I didn't like having all the snippets there so I decided to have them sepa

Eliaz Bobadilla 6 Aug 31, 2022
Python-samples - This project is to help someone need some practices when learning python language

Python-samples - This project is to help someone need some practices when learning python language

Gui Chen 0 Feb 14, 2022
Convert excel xlsx file's table to csv file, A GUI application on top of python/pyqt and other opensource softwares.

Convert excel xlsx file's table to csv file, A GUI application on top of python/pyqt and other opensource softwares.

David A 0 Jan 20, 2022
Demonstration that AWS IAM policy evaluation docs are incorrect

The flowchart from the AWS IAM policy evaluation documentation page, as of 2021-09-12, and dating back to at least 2018-12-27, is the following: The f

Ben Kehoe 15 Oct 21, 2022
Explain yourself! Interrogate a codebase for docstring coverage.

interrogate: explain yourself Interrogate a codebase for docstring coverage. Why Do I Need This? interrogate checks your code base for missing docstri

Lynn Root 435 Dec 29, 2022
Materi workshop "Light up your Python!" Himpunan Mahasiswa Sistem Informasi Fakultas Ilmu Komputer Universitas Singaperbangsa Karawang, 4 September 2021 (Online via Zoom).

Workshop Python UNSIKA 2021 Materi workshop "Light up your Python!" Himpunan Mahasiswa Sistem Informasi Fakultas Ilmu Komputer Universitas Singaperban

Eka Putra 20 Mar 24, 2022
Speed up Sphinx builds by selectively removing toctrees from some pages

Remove toctrees from Sphinx pages Improve your Sphinx build time by selectively removing TocTree objects from pages. This is useful if your documentat

Executable Books 8 Jan 04, 2023
Template repo to quickly make a tested and documented GitHub action in Python with Poetry

Python + Poetry GitHub Action Template Getting started from the template Rename the src/action_python_poetry package. Globally replace instances of ac

Kevin Duff 89 Dec 25, 2022
Fully reproducible, Dockerized, step-by-step, tutorial on how to mock a "real-time" Kafka data stream from a timestamped csv file. Detailed blog post published on Towards Data Science.

time-series-kafka-demo Mock stream producer for time series data using Kafka. I walk through this tutorial and others here on GitHub and on my Medium

Maria Patterson 26 Nov 15, 2022
PythonCoding Tutorials - Small functions that would summarize what is needed for python coding

PythonCoding_Tutorials Small functions that would summarize what is needed for p

Hosna Hamdieh 2 Jan 03, 2022
Python Advanced --- numpy, decorators, networking

Python Advanced --- numpy, decorators, networking (and more?) Hello everyone 👋 This is the project repo for the "Python Advanced - ..." introductory

Andreas Poehlmann 2 Nov 05, 2021
An introduction to hikari, complete with different examples for different command handlers.

An intro to hikari This repo provides some simple examples to get you started with hikari. Contained in this repo are bots designed with both the hika

Ethan Henderson 18 Nov 29, 2022
The mitosheet package, trymito.io, and other public Mito code.

Mito Monorepo Mito is a spreadsheet that lives inside your JupyterLab notebooks. It allows you to edit Pandas dataframes like an Excel file, and gener

Mito 1.4k Dec 31, 2022
Automatic links from code examples to reference documentation

sphinx-codeautolink Automatic links from Python code examples to reference documentation at the flick of a switch! sphinx-codeautolink analyses the co

Felix Hildén 41 Dec 17, 2022
Fast syllable estimation library based on pattern matching.

Syllables: A fast syllable estimator for Python Syllables is a fast, simple syllable estimator for Python. It's intended for use in places where speed

ProseGrinder 26 Dec 14, 2022
Uses diff command to compare expected output with student's submission output

AUTOGRADER for GRADESCOPE using diff with partial grading Description: Uses diff command to compare expected output with student's submission output U

2 Jan 11, 2022
An awesome Data Science repository to learn and apply for real world problems.

AWESOME DATA SCIENCE An open source Data Science repository to learn and apply towards solving real world problems. This is a shortcut path to start s

Academic.io 20.3k Jan 09, 2023