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

Blog

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”

Posted on 2 April 202222 January 2026

Dictionaries in Python

1. Dictionaries are unordered*, changeable (mutable), and indexed collections of data. (*In Python 3.6x dictionaries have become ordered by default.

Continue reading “Dictionaries in Python”

Posted on 26 March 202222 January 2026

Tuples

1. Tuples are ordered and unchangeable (immutable) collections of data. They can be thought of as immutable lists. They are written in round brackets:

Continue reading “Tuples”
Posted on 19 March 20225 May 2025

Functions

1. A function is a block of code that performs a specific task when the function is called (invoked). You can use functions to make your code reusable, better organized, and more readable. Functions can have parameters and return values.

Continue reading “Functions”

Posts navigation

Previous page Page 1 … Page 7 Page 8 Page 9 … Page 48 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