KraftyCoder Profile Banner
#python_ninja βš” Profile
#python_ninja βš”

@KraftyCoder

Followers
363
Following
1K
Media
57
Statuses
1K

Control freak , art 🎨, code 😌, Adrenaline junkie 😁⚑ developer πŸ’― Problem solver:

Kenya
Joined February 2016
Don't wanna be here? Send us removal request.
@KraftyCoder
#python_ninja βš”
7 years
So accurate πŸ˜‚πŸ˜‚πŸ˜‚.
@Brianmbunde
Brian Mbunde β„’
7 years
How you pronounce the β€œb” in Tibim.
Tweet media one
0
1
3
@KraftyCoder
#python_ninja βš”
7 years
DAY 16: Done with my blog basics, just a bit of #design tweaking and integration with @Medium and am done. Oh, and of course a domain. #python.#flask.#100DaysOfCode .#blog.#site.
0
4
0
@grok
Grok
25 days
Introducing Grok Imagine.
2K
4K
28K
@KraftyCoder
#python_ninja βš”
7 years
RT @PyGirl254: Day 9.Implemented user authentication and secured endpoints with tokens. #100DaysOfCode #Python #TDD.
0
6
0
@KraftyCoder
#python_ninja βš”
7 years
for more information about Cpython's memory allocation, you can visit the link and also scroll at the top for more info or to start from the begining.Thanks @realpython .
0
0
4
@KraftyCoder
#python_ninja βš”
7 years
#CPython has an object allocator that is responsible for allocating memory within the object memory area. This object allocator is where most of the magic happens. It gets called every time a new object needs space allocated or deleted.
0
0
1
@KraftyCoder
#python_ninja βš”
7 years
When CPython(The default python implementation) handles memory, it uses the GIL to ensure that it does so safely.
0
0
1
@KraftyCoder
#python_ninja βš”
7 years
The GIL(Global Interpreter Lock) is a solution to the common problem of dealing with shared resources, like memory in a computer. which prevents garbled mess where neither of the threads ends up with what they wanted.
0
0
1
@KraftyCoder
#python_ninja βš”
7 years
Memory is a shared resource on the computer, and bad things can happen if two different processes try to write to the same location at the same time.
0
0
1
@KraftyCoder
#python_ninja βš”
7 years
Each object also has an object-specific memory deallocator that β€œfrees” the memory once it’s no longer needed. #Python.
0
1
1
@KraftyCoder
#python_ninja βš”
7 years
The PyObject, the grand-daddy of all objects in #Python, contains only two things:. * ob_refcnt: reference count. * ob_type: pointer to another type.
0
0
1
@KraftyCoder
#python_ninja βš”
7 years
A struct, or structure, in #C, is a custom data type that groups together different data types. To compare to object-oriented languages, it’s like a class with attributes and no methods. #programming .#Python.
0
0
1
@KraftyCoder
#python_ninja βš”
7 years
The referenced version for this thread is the current latest version of #Python, 3.7. @ThePSF.
0
0
1
@KraftyCoder
#python_ninja βš”
7 years
If you have ever noticed a .pyc file or a __pycache__ folder and you've never actually noticed what they are. Then, know that they are the byte-compiled code that gets interpreted by the virtual machine. #Python.
0
0
3
@KraftyCoder
#python_ninja βš”
7 years
The default #python implementation converts your Python code into instructions that it then runs on a virtual machine. In addition, #python is an interpreted prog' language.
0
0
1
@KraftyCoder
#python_ninja βš”
7 years
Virtual machines are like physical computers, but they are implemented in software. They typically process basic instructions similar to Assembly instructions.
Tweet card summary image
en.wikipedia.org
0
0
1
@KraftyCoder
#python_ninja βš”
7 years
Memory management for your Python code is handled by the Python applications.
0
0
1
@KraftyCoder
#python_ninja βš”
7 years
#100DaysOfCode So today: DAY 15, learning about memory management in #python for python applications. Memory management is basically the process by which applications read and write data.Follow the thread for all details.credits @realpython.#memory.#computer.
13
8
23
@KraftyCoder
#python_ninja βš”
7 years
πŸ€£πŸ˜‚ he is the one who introduced us to codewars by the way.#codewarriors.#code.
@KadzLyn
Achieng'
7 years
@s_igu @iamkevyne @KraftyCoder @lue_mise @codewars Yaani ata huaibiki. Wewe kumfikia tunakudivide by 2.
0
0
1
@KraftyCoder
#python_ninja βš”
7 years
RT @Olaw2jr: DevFest Dar-es-Salaam
Tweet media one
0
5
0
@KraftyCoder
#python_ninja βš”
7 years
Lazima tukue na rep kila mahali πŸ˜‚πŸ˜‚.
@s_igu
Sigu
7 years
@iamkevyne @KraftyCoder @lue_mise @codewars 8 kyu bado tupo 🀣🀣🀣.
0
0
0