Python Scripting Eğitimi

Eğitim Süresi: 5 Gün / 30 Saat

Ön Koşul: Temel seviyede programlama bilgisi.

Eğitim Hakkında: Python Scripting Eğitimi, katılımcılara Python dili ile komut dosyası yazma becerilerini kazandırmayı hedefler. Bu eğitim, otomasyon, veri işleme, dosya yönetimi ve sistem yönetimi gibi alanlarda Python’un güçlü özelliklerini kullanarak pratik çözümler geliştirmeye odaklanır. Katılımcılar, Python ile rutin görevleri otomatikleştirme ve daha verimli iş süreçleri oluşturma konusunda yetkinlik kazanacaklardır. Eğitim, en son Python sürümleri ve güncel teknoloji trendlerine uygun içerik sunar.

Kimler Katılmalı:

  • Sistem yöneticileri
  • Veri analistleri
  • Yazılım geliştiriciler
  • BT profesyonelleri

Eğitim İçeriği

Module 1: Python Scripting

  • What is Python Scripting?
  • How can a Python Program be executed?
  • Need for Scripting
  • Advantages of Scripting

Module 2: Basics of Python Scripting

  • Functions
  • Command-line arguments
  • Access files
  • Classes
  • Subclasses
  • Looping
  • Arrays

Module 3: How to Write Python Scripts?

  • Install Python
  • Setup your Code Editor
  • Create a Python Sandbox Folder
  • Open the Folder in your IDE
  • Create a Helloworld.py File
  • Extend Your Script to Use Variables, Built-In Function, and Operators
  • Reusing Code by Creating Functions
  • Using a While Loop to Continually Display Messages
  • Import Libraries to Reuse Common Features

Module 4: Ways to Run Python Scripts

  • Interactive Mode
  • Command Line
  • Text Editor (VS Code)
  • IDE (PyCharm)

Module 5: Namespaces and Scope in Python

  • What is Namespace?
  • Types of the Namespaces
  • Lifetime of a Namespace
  • Scope of Objects in Python

Module 6: Statements, Indentation, and Comment in Python

  • Statements
  • Indentation
  • Comments