Lukas
Pronunciation | German: [ˈluːkas] ( Swedish: [ˈlʉ̌ːkas] Lukáš: Czech: [ˈlukaːʃ] |
---|---|
Gender | Male |
Language(s) | Russian, Czech, Danish, Slovak, Swedish, Norwegian, Lithuanian, Latvian |
Origin | |
Meaning | "Light" |
Other names | |
Alternative spelling | Lukáš |
Related names | Luke, Luc, Luca, Lucas, Lukasz |
Lukas is a form of the Latin name Lucas.
Popularity
In 2013 it was the ninth most popular name for boys in Australia.[1]
Meaning and different spellings
- Amharic - Luqas (ሉቃስ)
- Arabic - Luqa (لوقا) / Luqas (لوكاس)
- Armenian - Ղուկաս, Ghukas
- Croatian / Serbian / Slovenian - Luka (Лука)
- Czech - Lukáš
- Dutch - Lucas / Lukas / Luca
- English - Luke / Lucas
- Finnish - Luukas
- French - Luc
- Georgian - ლუკა
- German - Lukas
- Greek - Loukas (Λουκάς) - Ancient Greek (Λουκᾶς)
- Hungarian - Lukács / Lúkas / Lúkasz
- Icelandic - Lúkas
- Indonesian - Lukas
- Irish: Lúc, Lúcás
- Italian - Luca
- Latin - Lucas (from the verb "lucere")
- Latvian - Lukas
- Lithuanian - Lukas
- Norwegian / Swedish / Danish - Lucas / Lukas
- Anglo-Saxon - Lukas
- Polish - Łukasz
- Portuguese - Lucas
- Russian - Лукьян / Лука
- Slovak - Lukáš
- Slavs - Luka
- Ukrainian - Лук'ян
- Spanish - Lucas
- Turkish - Luka / Lukas
- Japanese - ルーカス
- Korean - 루카스
People named Lukas
As a surname
- Aino-Eevi Lukas (1930–2019), Estonian equestrian, lawyer and politician.
- D. Wayne Lukas (born 1935), American horse racing trainer
- György Lukács, Hungarian philosopher
- J. Anthony Lukas, American journalist
- Kim Lukas, English pop singer
- Paul Lukas (journalist), American sports writer
- Tena Lukas, Croatian tennis player
- Tõnis Lukas, Estonian politician
- Zdeněk Lukáš, Czech composer, teacher, music editor, and conductor
As a given name
- Lukáš Bauer, Czech cross-country skier
- Łukasz Fabiański, Polish football (soccer) goalkeeper
- Lukas Filis, Baseball player (Bellaire Little League and Stix Baseball Academy)
- Lukas Foss, American conductor
- Lukas Haas, American actor
- Lukas Hartmann, Swiss novelist and children's literature writer
- Lukas Gage, American actor
- Lukas Heller, Screenwriter
- Lukas Jutkiewicz, English football (soccer) player
- Lukáš Krajíček, Czech ice hockey player
- Lukáš Lacko, Slovak tennis player
- Lukas Lerager, Danish footballer
- Lukas MacNaughton, football (soccer) player
- Lukáš Melich, Czech hammer thrower
- Luka Modrić, Croatian football (soccer) player
- Lukas Moodysson, Swedish film writer and director
- Lukáš Pešek, Czech 250ccm Grand Prix motorbike rider
- Lukas Podolski, German football (soccer) player
- Lukas Rieger, German pop singer
- Lukáš Rosol, Czech tennis player
- Lukas Rossi, Canadian musician
- Lukas Schmitz, German football (soccer) player
- Lukas Tudor, Chilean football (soccer) forward
- Lukas Runggaldier, Italian Nordic combined athlete
- Lukas Verzbicas, Lithuanian-American athlete
- Lukas Weißhaidinger, Austrian discus thrower and shot putter
- Lukas Forchhammer, Danish lead singer of band Lukas Graham
gollark: If this worked as expected, in theory you could do```pythonraise quibble("abcd")```but alas, no.
gollark: But which runs much faster.
gollark: ```pythonfrom requests_futures.sessions import FuturesSessionimport concurrent.futures as futuresimport randomtry: import cPickle as pickleexcept ImportError: import pickletry: words_to_synonyms = pickle.load(open(".wtscache")) synonyms_to_words = pickle.load(open(".stwcache"))except: words_to_synonyms = {} synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def add_words(words): s = FuturesSession(max_workers=100) future_to_word = {s.get("https://api.datamuse.com/words", params={"ml": word}): word for word in words} future_to_word.update({s.get("https://api.datamuse.com/words", params={"ml": word, "v": "enwiki"}): word for word in words}) for future in futures.as_completed(future_to_word): word = future_to_word[future] try: data = future.result().json() except Exception as exc: print(f"{exc} fetching {word}") else: add_synonyms([w["word"] for w in data], word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)print(words_to_synonyms["Exception"])```New version which tends to reduce weirder output.
gollark: https://github.com/joelgrus/fizz-buzz-tensorflow/blob/master/Fizz%20Buzz%20in%20Tensorflow.ipynb
gollark: ?remind 5d Misuse ?remind even more. Suggestions: nested reminds (is that possible)?
See also
- Loukas (disambiguation)
- Lucas (disambiguation)
- Luca (given name)
- Luka (disambiguation)
References
- "Australia's 100 most popular baby names". Kidspot. April 2, 2013. Archived from the original on January 10, 2014. Retrieved 2014-01-10.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.