AlbanianLanguage

This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

Links to Python related information in Albanian

ISO 639-1 Code: sq

Code Snippet

Phrases courtesy of Omniglot

   1 Python 3.1.1 (r311:74480, Nov 29 2009, 22:24:25) 
   2 [GCC 4.2.1 20070719  [FreeBSD]] on freebsd7
   3 Type "copyright", "credits" or "license()" for more information.
   4 >>> from collections import OrderedDict
   5 >>> shquip = OrderedDict()
   6 >>> shqip = OrderedDict()
   7 >>> shqip[' Shqip '] = ' English '
   8 >>> shqip[' Si jeni? '] = ' How are you? '
   9 >>> shqip[' Mirë '] = ' Fine. '
  10 >>> shqip[' A flisni Shqip? '] = ' Do you speak Albanian? '
  11 >>> shqip[' Po, pak '] = ' Yes, a little. '
  12 >>> shqip[' Falemenderit shumë '] = ' Thank you '
  13 >>> shqip[' Ju lutem '] = " You're welcome. "
  14 >>> for shqipx in shqip:
  15     print('{0:=^30}{1:=^30}'.format(shqipx, shqip[shqipx]))

Wikipedia

Blogs

  • forumishquiptar - general programming tutorial - some Python

  • newsnet.ws - general Python 3 announcement, language information

CategoryLanguage