Skip to content
miro.borodziuk.eu

miro.borodziuk.eu

The wind blows wherever it pleases. You hear its sound, but you cannot tell where it comes from or where it is going.

  • Start
  • Blog
  • GNU/Linux
  • Windows
  • Security
  • Networking
  • Cloud
  • DevOps
  • Development
  • $ whoami
  • Contact

Category: Python

Posted on 6 May 202223 January 2026

Object-Oriented Programming in Python

1. A class is an idea (more or less abstract) which can be used to create a number of incarnations – such an incarnation is called an object.

Continue reading “Object-Oriented Programming in Python”

Posted on 30 April 202223 January 2026

Strings in Python

1. Python strings are immutable sequences and can be indexed, sliced, and iterated like any other sequence, as well as being subject to the in and not in operators. There are two kinds of strings in Python:

Continue reading “Strings in Python”

Posted on 23 April 202223 January 2026

Packages in Python

In the world of modules, a package plays a similar role to a folder/directory in the world of files.

Continue reading “Packages in Python”

Posted on 16 April 202223 January 2026

Modules in Python

So what is a module? The Python Tutorial defines it as a file containing Python definitions and statements, which can be later imported and used when necessary.

Continue reading “Modules in Python”

Posted on 9 April 202223 January 2026

Exceptions in Python

1. In Python, there is a distinction between two kinds of errors:

Continue reading “Exceptions in Python”

Posts navigation

Previous page Page 1 Page 2 Page 3 … Page 5 Next page

Znajdź

Categories

  • Cloud
    • Amazon Web Services
      • Analytics
      • Compute
      • Cost Management
      • Databases
      • Deployment and Management
      • Fundamentals
      • Integration
      • Monitoring and Metrics
      • Networking
      • SDLC
      • Security
      • Storage
    • Infrastructure as Code
      • CloudFormation
    • Microsoft Azure
      • Sieci wirtualne
      • Storage
  • Development
    • Bash
    • Python
  • DevOps
    • Configuration Management
      • Ansible
      • Puppet
    • Containers
      • Docker
      • Kubernetes
      • Openshift
      • Podman
    • Continous Integration / Continous Delivery
    • Source Code Management
  • GNU/Linux
    • 01. Podstawowe narzędzia
    • 02. Pliki i uprawnienia
    • 03. Użytkownicy i grupy
    • 04. Pakiety
    • 05. Procesy
    • 06. Planowanie zadań
    • 07. Systemd
    • 08. Logi
    • 09. System plików i partycje
    • 10. Inicjowanie systemu
    • 11. Jądro
    • 12. Sieć
    • 13. Wirtualizacja
    • 14. Bezpieczeństwo
    • 15. Serwery usług
    • Inne
  • Security
  • Windows
    • Windows Server 2012

Recent Posts

  • Kubernetes Excercises 2
  • Kubernetes Excercises
  • Deploying Applications the DevOps way On Kubernetes
  • Logging, Monitoring and Troubleshooting on Kubernetes
  • Security on Kubernetes
  • Kubernetes Networking
  • Scheduling on Kubernetes
  • Kubernetes Node Maintenance
  • Managing Cluster in Kubernetes
  • Application Access in Kubernetes

Szukaj

Proudly powered by WordPress