Mariusz Profile
Mariusz

@_pkh

Followers
24
Following
139
Media
8
Statuses
108

Krakow, Poland
Joined November 2010
Don't wanna be here? Send us removal request.
@_pkh
Mariusz
1 year
RT @p_zuchowski: Trzeba przyznać, że przemówienie @sikorskiradek szefa @MSZ_RP na forum Rady Bezpieczeństwa ONZ było czymś czego chyba nie….
0
3K
0
@_pkh
Mariusz
1 year
0
5K
0
@_pkh
Mariusz
2 years
RT @dwolosiuk: Obwód Biełgorodzki. Szebekino. Ludzie opuścili miasto. Część ludzi, którzy nie opuścili miasta na czas, została wywieziona….
0
60
0
@_pkh
Mariusz
4 years
🔥 Hot off the press: “Weekly newsletter of Mariusz - Issue #1” (via @revue).
0
0
0
@_pkh
Mariusz
7 years
3, class D:. def __init__(self):. self.__test = 123. How to print `__test` value? . Ans: D()._D__test - The interpreter adds the name of the class to the class member names starting with __ and not ending with more than one trailing underscore.
0
0
1
@_pkh
Mariusz
7 years
2. Why `a is b` is True, but `c is d` is False ?.>>> a = -5.>>> b = -5.>>> c = -6.>>> d = -6. Ans: The values between -5 and 256 are cached and are the same objects. You can check it using id function. #dailypython #python.
0
0
0
@_pkh
Mariusz
7 years
Ans:.>>> test.([1], [2], [3, 3]). Although assigning to the touple is not working (tuple are immutable), changing the list in the tuple has been already done (mutations of elements of a tuple are allowed) before the exception was thrown.
0
0
0
@_pkh
Mariusz
7 years
1. What is the value of the test after throwing the exception?.>> test=([1],[2],[3]).>> test+=[3].Traceback (most recent call last):. File "<stdin>", line 1, in <module>.TypeError: 'tuple' object does not support item assignment.
1
0
0
@_pkh
Mariusz
7 years
I think it might be a nice idea to share some interesting thing about python every day. So, let's try it! #python #dailypython.
0
0
0
@_pkh
Mariusz
7 years
A very interesting idea, I think it can be worth of try.
0
0
0
@_pkh
Mariusz
7 years
One word - Java :D
0
0
0
@_pkh
Mariusz
7 years
:(.
@Senficon
Felix Reda
7 years
Catastrophic Article 11 vote: The European Parliament just endorsed a #linktax that would make using the title of a news article in a link to it require a license. #SaveYourInternet #SaveTheLink
Tweet media one
0
1
0
@_pkh
Mariusz
7 years
Sporo czytania się szykuje ;) #zcwp #zaufanieczyliwaluta #zaufanie
Tweet media one
0
0
0
@_pkh
Mariusz
7 years
nobody expects the batman.
0
0
0
@_pkh
Mariusz
7 years
Nice work!
@VictorStinner
Victor Stinner 🐍
7 years
"How I fixed a very old GIL race condition in Python 3.7" It took me 4 years to fix a nasty bug in the famous Python GIL, one of the most critical part of Python. I had to dig the Git history to find a change made 26 years ago by @gvanrossum.
Tweet media one
0
0
1
@_pkh
Mariusz
7 years
My introduction to the package management in python! .Any comment(s) would be highly appreciated!. #python #blog #blogpost.
0
0
0
@_pkh
Mariusz
7 years
Tym razem wstęp do zarządzania pakietami w #python
0
0
0
@_pkh
Mariusz
7 years
RT @dbader_org: Intel is working on a Python distribution that speeds up number crunching on their hardware
0
44
0
@_pkh
Mariusz
8 years
Krótkie omówienie wzorca Borg aka Monostan
0
0
0