
#python_ninja β
@KraftyCoder
Followers
363
Following
1K
Media
57
Statuses
1K
Control freak , art π¨, code π, Adrenaline junkie πβ‘ developer π― Problem solver:
Kenya
Joined February 2016
RT @PyGirl254: Day 9.Implemented user authentication and secured endpoints with tokens. #100DaysOfCode #Python #TDD.
0
6
0
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
#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
Each object also has an object-specific memory deallocator that βfreesβ the memory once itβs no longer needed. #Python.
0
1
1
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
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
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
Virtual machines are like physical computers, but they are implemented in software. They typically process basic instructions similar to Assembly instructions.
en.wikipedia.org
0
0
1
#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
π€£π he is the one who introduced us to codewars by the way.#codewarriors.#code.
@s_igu @iamkevyne @KraftyCoder @lue_mise @codewars Yaani ata huaibiki. Wewe kumfikia tunakudivide by 2.
0
0
1