Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Calendar
games
Log in
Register
What's new
Search
Search
Search titles only
By:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Install the app
Install
Home
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
fukurou's latest activity
fukurou
replied to the thread
LDAR mega thread
.
Wednesday at 7:05 PM
fukurou
posted the thread
LDAR mega thread
in
chit chat
.
Wednesday at 7:03 PM
fukurou
posted the thread
🐍 python
has attribute
in
Atelier
.
class Example: def __init__(self): self.some_attr = 42 obj = Example() # Check if 'some_attr' exists as an attribute in...
Wednesday at 3:55 AM
fukurou
updated their
status
.
Tuesday at 12:52 PM
fukurou
updated their
status
.
Tuesday at 5:47 AM
fukurou
updated their
status
.
Tuesday at 5:04 AM
fukurou
replied to the thread
doc string maxing
.
Docstrings are used to document Python methods, and when defining methods inside a class, they can also include **parameters** to...
Monday at 10:24 AM
fukurou
replied to the thread
doc string maxing
.
How Docstrings Appear in PyCharm: Autocomplete Popup: When you type the name of a method and open parentheses (Calculator.add()...
Monday at 10:22 AM
fukurou
posted the thread
doc string maxing
in
chit chat
.
In Python, docstrings can be used in methods just like functions, but they belong to a **class** and describe how the method works...
Monday at 10:18 AM
fukurou
replied to the thread
👨💻 dev
loop jizz up
.
import sched import time from livingrimoire import Brain, DiHelloWorld, DiSysOut def tick(scheduler): """Runs at intervals without...
May 23, 2025
fukurou
replied to the thread
👨💻 dev
loop jizz up
.
import sched import time from livingrimoire import Brain, DiHelloWorld, DiSysOut scheduler = sched.scheduler(time.time, time.sleep)...
May 23, 2025
fukurou
replied to the thread
👨💻 dev
loop jizz up
.
import asyncio from livingrimoire import Brain, DiHelloWorld, DiSysOut async def main_loop(): brain = Brain()...
May 23, 2025
fukurou
replied to the thread
👨💻 dev
loop jizz up
.
import time from livingrimoire import Brain, DiHelloWorld, DiSysOut if __name__ == '__main__': brain = Brain()...
May 23, 2025
fukurou
posted the thread
👨💻 dev
loop jizz up
in
chit chat
.
import asyncio async def input_loop(): while True: print("Waiting for input...") await asyncio.sleep(2) # Pauses...
May 23, 2025
fukurou
updated their
status
.
May 21, 2025
Home
Members
Top
Text copied to clipboard.