#voice-chat-text-0

1 messages · Page 388 of 1

main comet
#

!e

wise cargoBOT
#
Missing required argument

code

main comet
#

!e print("string"[1:])

wise cargoBOT
topaz temple
#
days_list = {"monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"}

user_input = input("please write a day to get the next day! ")
user_input.lower()

for user_input in days_list:
    user_input == days_list
    print(f"That is a day of the week! {user_input}")
#

lol well... this was better than what I did before

main comet
#

AI: *You and your group of friends decided to go on a trip to a campground. after unpacking and setting up camp it was time sleep. at about 2:32 in the morning, you woke up to the unsettling feeling of being watched.*```
#

AI: As you steal the R3 T20 tank, you notice that the campground has become eerily silent. The crickets have stopped chirping, and there's no rustling of leaves in the wind. You suddenly hear heavy footsteps approaching your tent, where you hid the tank.```
topaz temple
#

malice?

topaz temple
#

the motivation to doing evil

#

to do* or the will to do evil

#

@main comet

#

unmaliciously handing the definition 😉

somber heath
somber heath
#

Saruman.

#

Sir Christopher Lee.

topaz temple
#

Christopher Lee might've been a bit scary

main comet
#

You: aeiou?

AI: You and your group of friends decided to go on a trip to a campground. after unpacking and setting up camp it was time sleep. at about 2:32 in the morning, you woke up to the unsettling feeling of being watched.

You: steals your R3 T20 tank

AI: As you steal the R3 T20 tank, you notice that the campground has become eerily silent. The crickets have stopped chirping, and there's no rustling of leaves in the wind. You suddenly hear heavy footsteps approaching your tent, where you hid the tank.

You: I dont like this! hops in tank

AI: *The tank roars to life as you quickly seal the hatch, the engine growling menacingly. The footsteps outside stop, replaced by an ominous silence. Suddenly, you hear a loud bang against the side of the tank, followed by another and another.*

topaz temple
#

"Try living in America" as an american, no.

#

The best place to be an American is anywhere but America lol

main comet
#

OTO R3 T20

topaz temple
#

yo. Covid... I went through that in China.

#

Literally got locked down for months on end

#

So thankful that I never got sent to a quarentine facility

#

those were terrible.

primal shadow
topaz temple
#

new game?!

primal shadow
topaz temple
#

I need to finish frostpunk2

primal shadow
topaz temple
#

that game though... def makes you feel like you're destroying the world

#

it's super post apoc

#

clash of clans

#

the look of it

#

not the gameplay

primal shadow
topaz temple
#

ok, I gotta get some work done. y'all take it easy 🙂 thanks for chatting!

#

in 3 days I will have talking priviledges haha

faint raven
primal shadow
main comet
#
    temp_conv = []
    
    with open(file_dir, 'r') as file:
        for line in file:

            if line[0] == "1":
                chunk = line[1:]
                temp_conv.append({"role": "user", "content": chunk})

            if line[0] == "0":
                chunk = line[1:]
                temp_conv.append({"role": "ai", "content": chunk})```
tacit crane
#
print(r"HELLO")
tacit crane
#
if __name__ == "__main__":
    main()
main comet
tacit crane
chrome pewter
#

that translator would be revolutionary @tacit crane 🤣🤣

tacit crane
chrome pewter
#

@tacit crane

main comet
summer tulip
#

chatting so I can talk day number 43

tulip dove
#

Hi

somber heath
#

!paste

wise cargoBOT
#
Pasting large amounts of code

If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

vocal basin
#

afaik new pastebin allows multi file upload

vocal basin
#

!e

from random import randint

class Example:
    def __init__(self, value=randint(1, 100)):
        self.value = value

print(Example().value)
print(Example().value)
wise cargoBOT
vocal basin
#

TaskList.tasks should be a dict, since you're doing lookup by id

#

or take an iterable and make a new list

#

and default to ()

somber heath
#

!e ```py
def func(my_list = []):
my_list.append('...')
print(my_list)

func()
func()
func()```

wise cargoBOT
somber heath
#

!e ```py
def func(my_list=None):
if my_list is None:
my_list = []
my_list.append('...')
print(my_list)

func()
func()
func()```

wise cargoBOT
vocal basin
#

!e

class TaskList:
    def __init__(self, tasks):
        self.tasks = tasks

def main():
    tasks = []
    task_list = TaskList(tasks)
    tasks.append("task")
    print(task_list.tasks)

main()
wise cargoBOT
somber heath
#
if task.id == id:
    ...```vs```py
if(task.id == id):
    ...```
vocal basin
#

parentheses after if come from somewhere C-adjacent; some consider that requirement a design flaw

#
if (condition)
  statement;
if condition {
  statement;
}
#

first is shorter when multiline, and I'm not sure if that's a benefit

#

generate the id, default the status

#

(about filling in missing values)

#

id_

somber heath
#

LEGB

#

!e ```py
def func():
value = 'local'
print(value)

value = 'global'
func()```

wise cargoBOT
somber heath
#

!e ```py
def func():
print(value)

value = 'global'
func()```

wise cargoBOT
vocal basin
#

@somber heath it's already written with argparse I think

somber heath
#

!e ```py
def func():
type = 'local'
print(type)

type = 'global'
func()```

wise cargoBOT
vocal basin
#

instead of interactive

somber heath
#

!e ```py
def func():
print(type)

type = 'global'
func()```

wise cargoBOT
somber heath
#

!e ```py
def func():
print(type)

func()```

wise cargoBOT
somber heath
#

Builtin.

vocal basin
somber heath
#

@undone ferry👋

#

id

#

id_

lime fractal
#

how i make it 1 again

whole bear
#

@lime fractal It's simple

#

Just click on that 4mb partition and delete it

#

It will become full size again

lime fractal
#

????

whole bear
#

@lime fractal check your dm

hot drum
#

hi @valid slate

valid slate
hot drum
#

hey

#

so i can't talk still in the voice chat 0

#

but we can chat here

valid slate
hot drum
#

i m also a beginner just know the basics of python too hahahaha

valid slate
#

I don't even know the basics, haha 😂

#

I mean I know too little

hot drum
#

but i m an engineer with speciality in ai so i m just trying hahaha

hot drum
#

i m still trying with this @ symbol before the functions

#

and everytime i understand it in a way and i m like yeah i finally got it and later noooooooo

valid slate
valid slate
hot drum
valid slate
#

Hahaha

#

(And after a few years Houssem was the greatest coder)

#

Okay byè good sir, I will go study chemistry lol.

#

Have a great day

cold fulcrum
#

@noble umbra

noble umbra
#

Cambodia

cold fulcrum
#

បញ្ហារបស់អ្នកព្យាយាមពន្យល់ជាភាសារបស់អ្នកតាមរយៈអត្ថបទ។

#

តើអ្នកកំពុងព្យាយាមអ្វី។ @noble umbra

noble umbra
cold fulcrum
#

អាន នេះ ជា ឯកសារ សម្រាប់ សាងសង់ Telegram Bot។ @noble umbra

ember quail
#

Happy New Year 2025

cold fulcrum
quiet plover
#

hlo

somber heath
#

@unique sorrel 👋

peak lily
somber heath
#

@gray magnet 👋

gray magnet
terse rose
somber heath
#

@winter pollen 👋

#

@mystic stag 👋

slow leaf
gleaming wadi
#

@lilac geyser good how ru

dry roost
#

can you help me guys ?

#


VIRTUAL_WIDTH = 320
VIRTUAL_HEIGHT = 180

try:
    SCREEN_WIDTH, SCREEN_HEIGHT = arcade.get_display_size()
except OSError as e:
    print(f"Erreur système lors de la récupération de la taille de l'écran : {e}")
    SCREEN_WIDTH, SCREEN_HEIGHT = 800, 600
except Exception as e:
    print(f"Une erreur inattendue est survenue : {e}")
    SCREEN_WIDTH, SCREEN_HEIGHT = 800, 600

WINDOW_WIDTH = SCREEN_WIDTH // 2
WINDOW_HEIGHT = SCREEN_HEIGHT // 2

class Platformer(arcade.Window):
    def __init__(self):
        super().__init__(WINDOW_WIDTH, WINDOW_HEIGHT, "Platformer", resizable=True)
        self.camera = arcade.Camera(VIRTUAL_WIDTH, VIRTUAL_HEIGHT)
        self.center_window()  
        self.set_update_rate(1 / 120) 
        self.x = 0
        self.y = 100
        self.time_since_last_render = 0

    def center_window(self):
        self.set_location(
            (SCREEN_WIDTH - WINDOW_WIDTH) // 2,
            (SCREEN_HEIGHT - WINDOW_HEIGHT) // 2,
        )

    def dessiner(self):
        arcade.start_render()


        arcade.draw_rectangle_filled(self.x, self.y, 50, 50, arcade.color.RED)

    def on_resize(self, width, height):
        super().on_resize(width, height)

        self.camera.resize(width, height)

    def update(self, delta_time):
        self.x += 0 # temp
        self.time_since_last_render += delta_time
        if self.time_since_last_render >= 1 / 60:
            self.dessiner()
            self.time_since_last_render = 0  



game = Platformer()
arcade.run()

#

the transformation scale dont work

last wigeon
#

6287

lilac geyser
#

@dry roost check dms and apply what i sent to ur code

gleaming wadi
#

@lilac geyser bravestcheetah.pages.dev

dry roost
#

thnaks

gleaming wadi
#

!paste

wise cargoBOT
#
Pasting large amounts of code

If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

gleaming wadi
#

@lilac geyser class ModData:
data = {"Sodium":{"download":"temp", "version":"1.21.4"}, "AppleSkin":{"download":"i dunno", "version":"1.21.4"}}

torn yarrow
#

Ssup

gleaming wadi
#

hi

vital sinew
opaque hazel
somber heath
#

@jagged lagoon 👋

#

@meager mango 👋

whole bear
#

Hello 🤗

#

How was your 1st jan?

#

@somber heath Nice PFP opalmist

#

Now it's me all alone

#

Which makes me void

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

topaz temple
#

what's good guys

#

I have 2 more days before I can talk lol

crystal fox
noble umbra
faint ginkgo
#

hi

somber heath
#

@rough silo 👋

gentle flint
#

hi

lime fractal
#

How i select 244 gb its unlocated

terse needle
#

writing my lab report on op-amps and I completely missed what I was supposed to do and now kicking myself after re-reading the lab sheet and my log book

short owl
#

nifty chips @terse needle

terse needle
#

honestly I have learnt so much about op-amp and this has been one of my favourite topics so far

short owl
#

very high gain , high fidelity amps

terse needle
#

we were using an MCP6292

#

I got it working in LTspice too which was fun

short owl
#

hmmm , 10 Mhz

terse needle
#

this report is now a pain in the ass because I have to side step the fact I didn't really read the instructions whilst still gaining the marks by showing that I understand what I need to

short owl
#

then re-do it for yourself , and make a list of op-amp applications , and actually build them , make notes in your design book @terse needle

terse needle
#

the re-doing it myself part is me rebuilding all on LTspice, I don't have access to oscilloscopes to be able to redo it

#

or signal generators

#

or resistors

#

but to be honest I think I'll be okay

short owl
#

can use a op-amp to make sine wave generator - nice and clean , do audio experiments

#

do you have a old record player ? , make a pre-amp for that , runn off batteries

terse needle
#

the marking rubric has nothing to with actually completing the task correctly just about showing an understanding of op-amp circuits and correctly designing and constructing one

gentle flint
#

What's the due date for the report?

short owl
#

Basic op-amp book will have a lot of op-amp configurations for all sorts of things , look for one and start day dreaming

lime fractal
#

Who knows bazzite os

#

Rabbit can u help me

amber raptor
#

Absolutely not

lime fractal
#

Why not

amber raptor
#

because I have zero interest in doing so

lime fractal
#

Ok

lime fractal
#

2 ssd 1 Windows not using

#

1 i want instal dis on

#

But it got 2 tb so 244 gb unlocated

#

And 244 gb i want the bazzite on

#

Where mouse is i want bazzite on

spark girder
steady sail
whole bear
#

@steady sail ill just talk here for a bit

steady sail
#

okay

whole bear
#

i only need like 13 msgs anyway

#

lmao

#

yo

#

okay

steady sail
whole bear
#

ya this is sick

#

i fw it

#

dude @steady sail im gonna cry bro

#

i fixed this freezing shit last night

#

and now its broken again

#

😭

#

man fuck mongodb

steady sail
whole bear
#

can we just use aiosqlite

#

ya thats sick

#

DUDE SQLITE IS SO MUCH BETTER

#

MONGO IS FREEZING THE CODE

#

no dude

#

lol

#

my db

#

with my old pom bot

#

was managing 250k entries

#

a day

#

the fact that it works? 😭

#

mongo is freezing the responses of thhe AI

steady sail
random stag
#

@spark girder

#
import requests
link = 'https://d755a5762673.ngrok.app/'
heads = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'}
x = requests.get(link, headers=heads, allow_redirects=True)
y = requests.get(x)

print(y.text)
steady sail
#

function

spark girder
#
x = requests.get(link, headers=y.headers, cookies=y.cookies, allow_redirects=True)
random stag
#
x = requests.get(link, headers=heads, allow_redirects=True)
# y = requests.get(x)

print(x.cookies)
steady sail
steady sail
#

[for i in o]

spark girder
#

[for x in y]

whole bear
#

[i in i for i in i if i := x and x != i]

spark girder
#

[for foo in bar]

whole bear
#

(async x for x in i if x % 2 == 0 else x * 2 for x in range(n))

spark girder
#
import asyncio

async def processNumber(num):
  await asyncio.sleep(.1)
  return num * 2 if num % 2 == 0 else num * 3

async def main():
  result = await asyncio.gather(
    *[processNumber(i) if i % 2 != 0 else processNumber(i) for i in range(1, 11)]
  )
  print(result)

asyncio.run(main())
whole bear
#

thats hot

#
class ArgInfo:
    def __new__(cls, command: Command) -> str:
        arguments = command.extras.get('arguments')
        if not arguments:
            return 'no arguments'
        arginfo = ''.join(tuple(f"``{arg}``: {desc}\n" for (arg, desc) in arguments.items()))
        return "\n".join((arginfo,))


class AliasInfo:
    def __new__(cls, command: Command) -> str:
        if not command.aliases:
            return 'no aliases'
        aliases = ', '.join(f'`{i}`' for i in command.aliases)
        return aliases if len(command.aliases) > 0 else command.aliases

class HelpCommand(Cog):
    def __init__(self, bot: TrapBot) -> None:
        self.bot = bot
    
    
    def sanatize_tuple(self, obj: tuple[Command]) -> str:
        return ', '.join(f"`{cmd.name}`" for cmd in obj) if len(obj) > 0 else ''.join(cmd.name for cmd in obj)
    
    
    @hybrid_command(
             aliases = ['commands', 'cmds', 'cmd'],
              description = 'basic help command',
            extras = {
              'arguments': {'command': 'command you need help with'},
            'category' : 'utility',
            }
    )
    @cooldown(1, 1, BucketType.member)
    async def help(self, ctx: Context, cmd: Optional[str] = '') -> None:
        if (command := self.bot.get_command(cmd)):
            embed = self.bot.Embed(title=f'**__{command.name}__**',
                                description=
                                f"{command.description}\n\n"
                                f'**aliases**: { AliasInfo(command)}\n\n'
                                f'**arguments**\n{ArgInfo(command)}'
            )
            embed.add_field(name='category', value=command.extras.get('category'))
            return await ctx.send(embed=embed)

        commands: set[Command] = self.bot.commands
        categories: tuple[str] = ('utility', 'moderation', 'security', 'owner', 'userinfo', None)
        ctg_dict: HELPDICT     = {category or 'other': tuple(cmd for cmd in commands if cmd.extras.get('category') is category) for category in categories}
        
        helppage = '\n'.join(f'**__{ctg}__**\n{self.sanatize_tuple(ctg_dict.get(ctg))}' for ctg in ctg_dict.keys())
        
        embed    = self.bot.Embed(description=f'use `{ctx.prefix}help [command]` for more info on a command.\n\n{helppage}')
        
        await ctx.send(embed=embed)```
wind raptor
#

!stream 925528147510841355

wise cargoBOT
#

✅ @whole bear can now stream until <t:1735855985:f>.

gray magnet
#

@whole bear i don't what you looking for but try claude ai

steady sail
steady sail
wary haven
#

Bro how can you see what's going on there

somber heath
wary haven
somber heath
#

Or whatever language it is.

wary haven
steady sail
#

php

wary haven
#

You gonna be blind soon

#

I see, it is good on your screen

#

A 1920x1080 ultrawide?

steady sail
wary haven
#

Huge

steady sail
wary haven
#

Odyssey

primal shadow
steady sail
somber heath
#

No 360 degree display?

#

Laaame.

#

Oh, no, no. 360 degrees in both axes.

#

I want a sphere.

#

Suspend me from cables inside.

#

But like, really thin ones.

wind raptor
#

!stream 925528147510841355

wise cargoBOT
#

✅ @whole bear can now stream until <t:1735861620:f>.

wind raptor
#

!stream 1293609724180299779

wise cargoBOT
#

✅ @steady sail can now stream until <t:1735861648:f>.

primal shadow
somber heath
#

zram, formerly called compcache, is a Linux kernel module for creating a compressed block device in RAM, i.e. a RAM disk with on-the-fly disk compression. The block device created with zram can then be used for swap or as general-purpose RAM disk. The two most common uses for zram are for the storage of temporary files (/tmp) and as a swap devic...

wind raptor
#

!stream 1293609724180299779

wise cargoBOT
#

✅ @steady sail can now stream until <t:1735862577:f>.

wary haven
#

That's a big flex

somber heath
#

So what you're saying is that we should ban itertools.

gray magnet
#

@steady sail why starting the name with "__' ngl looks ugly

somber heath
gray magnet
somber heath
#

!e ```py
class MyClass:
def init(self):
print('Hello, world.')

instance = MyClass()```

wise cargoBOT
somber heath
#

It's what Python looks to run when an instance of the class is created.

#

The MyClass() on the instance = line.

wary haven
#

Bro is a golang developer already, I guess he doesn't remember anything, it's over

somber heath
#

It's also where you can give the instantiation process parameters.

vestal mason
#

I created a cool budgeting app built with Python Django called Moolahplan.

somber heath
#

!e ```py
class MyClass:
def init(self, obj):
print(obj)

instance = MyClass('Hello, world.')```

wise cargoBOT
somber heath
#

__init__ belongs to a group of callables named "special methods".

#

Or "dunder" methods.

#

Double underscore.

wind raptor
#

!stream 227885138623594497

wise cargoBOT
#

✅ @tulip gyro can now stream until <t:1735863296:f>.

somber heath
#

They generalyl govern the behaviour of things you do by means other than directly calling them.

gray magnet
#

is it because python is slow in runtime ? like the "__" is not needed if you're working with c++ since c++ is faster than python in runtime

somber heath
#

!e ```py
class MyClass:
def add(self, _):
return 9001

print(MyClass() + 7)```

wise cargoBOT
somber heath
#

Which is like

#
print(MyClass().__add__(7))```
somber heath
#

"Here's the method we call when we do a certain thing."

#

!e ```py
class MyClass():
def getitem(self, value):
return value * 2

instance = MyClass()
print(instance[5])```

wise cargoBOT
gray magnet
somber heath
#

Parallelism exists both in Python and in C++.

#

It depends on what you're writing.

main comet
#

boog = (8*(2**SIZE))

#

FILE = r"D:\python stuff\long_strong.txt"
var = ""
SIZE = 16 # 16 = 5 seconds

boog = (8*(2**SIZE))


def get_char():
    id = random.randrange(0, 25)
    alph = ["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"]
    return alph[id]

while True:
    for i in range(0,boog):
        char = get_char()
        var += char
    break

with open(FILE, 'w') as file:
    file.write(var)

print(boog)
print("done")```
somber heath
#

!d random.choice

wise cargoBOT
#

random.choice(seq)```
Return a random element from the non\-empty sequence *seq*. If *seq* is empty, raises [`IndexError`](https://docs.python.org/3/library/exceptions.html#IndexError).
somber heath
#

!d string.ascii_lowercase

wise cargoBOT
#

string.ascii_lowercase```
The lowercase letters `'abcdefghijklmnopqrstuvwxyz'`. This value is not locale\-dependent and will not change.
somber heath
#

!e ```py
class MyClass:
def len(self):
return 9001

instance = MyClass()
print(len(instance))```

wise cargoBOT
somber heath
#

!if-name-main

wise cargoBOT
#
`if __name__ == '__main__'`

This is a statement that is only true if the module (your source code) it appears in is being run directly, as opposed to being imported into another module. When you run your module, the __name__ special variable is automatically set to the string '__main__'. Conversely, when you import that same module into a different one, and run that, __name__ is instead set to the filename of your module minus the .py extension.

Example

# foo.py

print('spam')

if __name__ == '__main__':
    print('eggs')

If you run the above module foo.py directly, both 'spam'and 'eggs' will be printed. Now consider this next example:

# bar.py

import foo

If you run this module named bar.py, it will execute the code in foo.py. First it will print 'spam', and then the if statement will fail, because __name__ will now be the string 'foo'.

Why would I do this?

  • Your module is a library, but also has a special case where it can be run directly
  • Your module is a library and you want to safeguard it against people running it directly (like what pip does)
  • Your module is the main program, but has unit tests and the testing framework works by importing your module, and you want to avoid having your main code run during the test
terse garden
#

@main comet double N(const double& z) {
if (z > 6.0) { return 1.0; }; // this guards against overflow
if (z < -6.0) { return 0.0; };
double b1 = 0.31938153;
double b2 = -0.356563782;
double b3 = 1.781477937;
double b4 = -1.821255978;
double b5 = 1.330274429;
double p = 0.2316419;
double c2 = 0.3989423;
double a=fabs(z);
double t = 1.0/(1.0+ap);
double b = c2
exp((-z)(z/2.0));
double n = ((((b5
t+b4)*t+b3)*t+b2)*t+b1)t;
n = 1.0-b
n;
if ( z < 0.0 ) n = 1.0 - n;
return n;
};

somber heath
#

!e py print(__name__)

wise cargoBOT
somber heath
#

It's really great when I'm in the middle of what I'm saying and people just bulldoze over the top.

tulip gyro
#

self.configure(bg='lightblue')

somber heath
#

I try to give way to people.

#

I do.

#

But it needs to be a two way street.

#

I know that I'm in Australia and so maybe there's a bit of latency.

#

But not when it's like a few seconds in.

spark girder
#

OR

spark girder
#
import random

random.randint(1, x)
#

🙂

terse garden
#

does abs have a fabs 1 to 1 relationship?

#

and yes the above function i just gave

#

is what random is built on

#

without what i said

#

there is no random

spark girder
#

I was not thinking about the interaction between the variables outside of the math shown in front of me

terse garden
#

think of it as a ticker tape running modulus through a list of numbers -> that is what random does

spark girder
#

🤣

terse garden
#

well if oyu want something really spicy u can just expose it to python

spark girder
#

I'm all set 🙂

terse garden
#

so you can do py:arg(N) and then expose it to pything in a pybinding

#

so it runs in c++ fast

#

and then python runs it itself

#

@wind raptor i stream?

low cloud
#

can i ask a question?

somber heath
low cloud
#

nueral network learning

somber heath
#

You may like to look into the #data-science-and-ml channel if you don't get any satisfactory responses from here.

low cloud
#

but can i ask it?

somber heath
#

You can try.

main comet
low cloud
#

pytorch

potent root
#

@steady sail can you tell me your theme/font pls, really liked them.

terse garden
#

@low cloud well if i get streaming priveleges

#

u can c me do it

steady sail
#

the color theme

potent root
low cloud
#

ive been trying to make a neuronetwork combined with a sort of macro mixed into it where it would scan a group images and click on a specific one for a set period of time and if it doesnt see the images it would skip to the next set of pictures, ive been using pytorch with cuda and anaconda and i was confused on how i can give my network pictures to learn from if im confined to a terminal

terse garden
low cloud
#

0_0

terse garden
#

learns*

low cloud
#

wut

terse garden
#

they dont sit there and scan images u have an agent that is scanning the images and basically "references" the learned information inthe network to reach a conclusion

#

the network itself you ca nthink of as a database of learn information

#

learned*

low cloud
#

how do i give it the info while im confined to a terminal

terse garden
#

i dont really know what you are asking exactly

#

because you would write an environment

#

train a netowrk

low cloud
#

i see

terse garden
#

train an agent to work on that network

#

and then you can pass information to the agent from terminal

#

and set it up that way

low cloud
#

any software i need?

#

km using anaconda cuda and pytorch

terse garden
#

no i mean you need to import packages, torchvision, torchaudio, torch

#

you dont need "cuda" this whole thing about sticking it on GPUs vs CPUs is not a relevant thing for almost every1s ML applicationst hat they are just trying

#

ur not processing enough information to make one more advantageous than the other

low cloud
#

gotcha

terse garden
#

like i primarily train on CPUs

#

bc it is easier

#

it also depends on the relationships

#

like computer vision is best on GPUs

low cloud
#

ok thanks

terse garden
#

most RL stuff is better on CPUs

#

yeh i mean ig you could ask questions in the data science and AI channel (they dont actually know a whole lot they parrot a lot of stuff i dont like typing i nthere) but maybe you will find somehting of use for urself

#

just take everytghing they say with a grain of salt

somber heath
#

@spark vine 👋

#

@hybrid barn 👋

wind raptor
somber heath
#

🏖️ 💔

#

||A littoral broken heart.||

quiet sleet
#

how do i get screen share?

quiet sleet
#

chris da cow is really cool :D

forest zodiac
#

anyone who plays geogusser here?

wind raptor
#

!stream 1241255088287252552

wise cargoBOT
#

✅ @quiet sleet can now stream until <t:1735876651:f>.

quiet sleet
#

thanks!

#

1 sec

topaz temple
somber heath
#

I've not seen it outside clips.

#

The recent one.

#

So I've seen Gene Wilder and Johnny Depp.

#
"Are we awake?"
"We are not sure. Are we...black?"
"Yes, we are."
"Then we're awake. But we're very puzzled."```
somber heath
#

@barren hill 👋

somber heath
#

@mint light 👋

#

@echo nymph 👋

hasty orbit
echo nymph
somber heath
frozen owl
#

hey :p

#

c++ is a PITA

#

it looks like rust and c++ but has the chaotic nature of js + py

#

idk why

#

yeah

#

in aus

somber heath
#

@reef vessel 👋

peak depot
#

My connection is bad

somber heath
#

@crisp edge 👋

timid marten
#

I will be going now since I wanna take a nap. I didn't realize I was typing for 4 hours lmao

#

You guys have fun :D

peak depot
#

I also need some rest..

timid marten
molten pewter
smoky delta
rugged root
#

How goes it

smoky delta
#

Nah

mystic river
#

just joined

#

whatsa going on?

#

no i havent

#

@midnight agate ?

#

*just got back from being afk

rugged root
#

Oo, reverse order this time

#

I think that's the first time I've seen you do that

#

UK

#

But... but I'm reading

#

I'm here for ya bud

#

Yarp

steady sail
#

anyone wanna do a puzzle (:

rugged root
#

What kind?

steady sail
#

i wanna test my security, the puzzle is making a request to my login EP, without using an automated browser, using requests only. and it has to be a valid successful login.

#

(:

rugged root
#

Uhhhhhh

steady sail
#

basically i made it extremely hard to do automated requests.

#

sure

#

im using

#

ngrok

#

it's locally hosted

#

it's not a domain yet till i finish

#

well i can't tell you then you can solve it, but if you want to il turn on my laptop and host it locally

mystic river
#

;?

steady sail
#

so you can, try

#

if someone can, without giving up make a request via python, to the EP successfully

#

without using an automated browser instance

#

or a webdriver

rugged root
vocal basin
steady sail
#

but yea ig that is true

rugged root
#

We don't do exceptions. Again, there is not really an easy way for us to validate. People can fake emails saying it's okay, they can fake this or that or the other

steady sail
#

ah i see, okay i got it.

vocal basin
#

read further

#

the CEO part is weird a bit

#

CEO of what

#

and who

steady sail
#

well, even if you send fake FP data, there isn't really a way to handle all cases, now validating if some of keys are there, which is checked. But to prevent that fully is impossible.

vocal basin
#

probably is

steady sail
#

because you can make the browser, solve a challenge, but there will always be a way to automate it. it's not fully preventable, but i made it a certain way to make people give up easy.

#

that is true.

#

i have not.

vocal basin
rugged root
#

Original Gangster. So the one that started it all kind of thing (for context someone was asking what OG meant)

#

Yeah. It's kind of lost the meaning of that and is just a general term for the original or first of its kind

vocal basin
rugged root
#

I made sure not to mention the who, is that alright? I'm never sure if you're deleting it for anonymity or not

#

See you bud

#

@teal folio @tight tartan Yo to you both

#

Crap, back later

steady sail
smoky delta
sharp flare
#

@steady sail you here?

steady sail
#

Not atm why

sharp flare
#

you PyGG is cool

#

just wanted to tell you

steady sail
#

Thank you

#

Il return to vc soon

smoky delta
#

what u think then if you do UI n shit

spark girder
#
ttk bootstrap adds CSS like style properties.
pip install ttkbootstrap
https://ttkbootstrap.readthedocs.io/

TkinterDnD2 adds drag and drop features
pip install tkdnd2
https://github.com/pmgagne/tkinterdnd2

tkintertable adds csv like table cells ??? Idk how to explain it
pip install tkintertable
https://github.com/dmnfarrell/tkintertable

tksheet just a better version of tkintertable
pip install tksheet
https://github.com/ragardner/tksheet/releases

TkColorPicker just adds color picking simplified :)
pip install TkColorPicker
https://github.com/j4321/tkColorPicker

matplotlib TkAgg Backend
pip install matplotlib
https://matplotlib.org/stable/users/explain/figure/backends.html

tkscrolledframe
pip install tkscrolledframe
https://github.com/bmjcode/tkScrolledFrame
turbid matrix
#

@spark girder my class just started, the lecturer came in. Need to go

tacit crane
somber heath
#

The crested pigeon (Ocyphaps lophotes) is a bird found widely throughout mainland Australia except for the far northern tropical areas. Only two Australian pigeon species possess an erect crest, the crested pigeon and the spinifex pigeon. The crested pigeon is the larger of the two species. The crested pigeon is sometimes referred to as a topkno...

tulip dove
#

@somber heath how to u keep changing your pic

somber heath
#

Why? Because I feel like it.
How? The Edit Profile option of Discord.

#

There are two icons. A server profile one and a global one.

#

I'm changing my global one.

carmine pawn
#

Hi im on a course

tulip dove
#

Thanks man

topaz temple
#

I just needed a theme and "escape from Bible school" was the theme

#

ok! posting code below. I don't want to offend anyone so there's mild references to religion here. It's not meant seriously. I respect all religions 🙂

vocal basin
#

I'd suggest considering rewording that short description, though not sure what would be the better alternative

topaz temple
#

well I could also just delete it.

#

Or just not share the game. I went through the code of conduct and I didn't see anything that stood out for not sharing it.

vocal basin
#

also, since that's probably a long code file, don't send it as a big message or an attachment, @wise cargo automatically deletes text attachment and messages with too many line breaks

#

!paste

wise cargoBOT
#
Pasting large amounts of code

If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

vocal basin
#

^ there's this

topaz temple
#

Thanks!

vocal basin
#

and also GitHub

#

(if you're already storing the project there, for example)

somber heath
#

Hoya.

#

@north cairn👋

pulsar shale
topaz temple
somber heath
#

Hello, Fidding.

#

Yes.

north cairn
somber heath
#

I can hear you.

topaz temple
#

I got a little game working!

somber heath
#

Mm. I was just looking at it.

#

I do.

north cairn
#

where are you from ?

somber heath
#

Mm. I generally advise people to make those data driven rather than hardcoding everything.

topaz temple
#

if you send a tutorial I will check that out. I have to run to dinner time

somber heath
#

So you're coding an engine to read the data, rather than coding the adventure in Python,

topaz temple
#

back in about 40

vocal basin
somber heath
#

...Damn Small Linux?

#

Digital Subscriber Line?

vocal basin
#

domain specific language

somber heath
#

Ah. Yes.

vocal basin
#

I'd consider ren'py's language a DSL, even though it's an extension of a general purpose language

somber heath
#

A domain-specific language (DSL) is a computer language specialized to a particular application domain. This is in contrast to a general-purpose language (GPL), which is broadly applicable across domains. There are a wide variety of DSLs, ranging from widely used languages for common domains, such as HTML for web pages, down to languages used by...

vocal basin
#

opposite of general purpose

somber heath
#

Domain specific could be Turing complete.

#

But it wouldn't necessarily be Turing complete.

vocal basin
#

ren'py can run almost anything that python can

upper basin
#

Right. Almost.

vocal basin
#

most popular languages are general purpose

upper basin
#

I'm talking about a language that can do whatever python can.

vocal basin
#

ren'py lang is limited in terms of where it runs

upper basin
#

Like, and I may sound like a broken record, when I make my programming language that compiles to quantum circuits, it would be a GPL given it would have to do anything sth like C can. Assuming qiskit is a PL (it's not), that would be a DSL imo, given it can only do specific stuff.

vocal basin
#

but you can directly import python modules afaik

#

maybe even something like numpy may be imported

#

regular SQL is a DSL

upper basin
#

Right, because you can only do certain stuff with it.

#

Thus domain-specific. It serves a very specific purpose.

#

What I'm talking about is sth that is a DSL that can do anything a GPL can. Wouldn't that make that DSL a GPL too?

#

Or better yet, what's the minimum criteria for a GPL? What does it need to have to be considered a GPL?

vocal basin
#

applicability of a language to a certain purpose is influenced also by intent, not only the language itself

somber heath
#

I suppose my approach would be to keep throwing regex at it until I teased out all the information I needed.

vocal basin
#

some DSLs are technically extensions of general purpose languages (e.g. jsx, rpy)

upper basin
#

I see.

upper basin
#

That would make it a DSL?

somber heath
#

@scarlet nebula👋

#

@upper basin How do you like my new display image?

upper basin
#

Majestic.

somber heath
#

No thoughts. Only paintbrush.

tulip dove
#

Hi guys

scarlet nebula
somber heath
#

Yo.

tulip dove
#

@somber heath what's with the bird

somber heath
#

Some say that it is the word.

tulip dove
#

Now you're a bird guy

somber heath
#

I did a bit of vector pathing with some manual tracing and beziers.

upper basin
#

I hate how my brain works sometimes. I came up with a better compilation for my controlled gates (it would check how many qubits it's NOT acting on, the ones that are passed as control indices and target index, and use them as ancillas, which is like giving extra memory to reduce depth) and once I do it, I practically have to rewrite my controlled methods in qickit.circuit.Circuit, rewrite the entire qickit/synthesis/gate_decompositions/multi_controlled_decomposition, and all testers for the controlled gates.

somber heath
upper basin
#

Like jackass, couldn't you have came up with this before you wrote all the code?

somber heath
#

I'm an animal guy.

tulip dove
#

Ok

vocal basin
somber heath
#

Birds are covered.

upper basin
#

That's why I'm saying what really is the key distinction.

peak depot
#

I don´t trust people who don´t like animals.

upper basin
#

Like I feel if it's turing complete, then it should be a GPL. If it's not AND it's meant to be used for a specific use-case, then it's DSL.

upper basin
tulip dove
#

Ok

#

So do u have siblings

upper basin
#

I don't like changing a big chunk of code over and over. Prefer additions anyday.

tulip dove
#

So if you have a brother and your doesn't lime animals will u trust him

upper basin
tulip dove
#

Ok

somber heath
#

I would like to at least draw a division between people who don't like animals because they're frightened of them and people who hold them in some degree of contempt.

upper basin
#

@vocal basin How do you manage multiple branches in parallel? Like when some changes clash?

#

Do you manually go over each one to resolve conflicts?

upper basin
#

Really?

#

Could have sworn you showed me the multiverse of your branches.

tulip dove
#

Are u guys talking about github

upper basin
tulip dove
#

Ok

vocal basin
sage basalt
#

@somber heath Whatsup?

somber heath
#

@topaz temple Something that can read a text file or files that hold the adventure data itself. Do you could theoretically swap it out for a different adventure.

vocal basin
somber heath
#

We were talking about domain specific languages and regex.

topaz temple
tulip dove
somber heath
#

Turn it on its side and it looks like an 80s sci-fi scrolling landscape sort of thing.

wise herald
#

anyone dms please. i need assistance with creating automated application processes, while keeping the app in headless and invisibility.

vocal basin
somber heath
vocal basin
tulip dove
#

So if its a minor problem will u help

vocal basin
wise herald
#

so the shit wont pop up on screen while doing other things

#

such as playing games

vocal basin
#

what OS are you making it for?

#

Windows? Linux? Unix?

wise herald
#

Windows 11

vocal basin
#

Windows' built in way to run something in the background is done through services

timid marten
#

Why is everyone silent 👀

vocal basin
#

which the user can enable/disable and see if they're running

tulip dove
#

Don't know

timid marten
#

Fair enough-

wise herald
#

that i want to

#

automate behaviours

#

within the app

#

while its "in the background"?

#

not sure if thats possible

topaz temple
topaz temple
somber heath
#

Hrm.

topaz temple
#

There's a primeagean video about best projects to do to learn to be a well rounded programmer

#

they basically were: Make a text editor, Make an emulator, make a compiler, and I forget the other one

summer tulip
#

im gonna cry

#

@terse rose sorry to hear 😦

reef vessel
#

hello

last wigeon
vocal basin
#

while looking for examples, I found another issue I haven't encountered before

#

their "Ukrainian" page is just a copy of English one

vocal basin
#

... and it wasn't even translated

#

int() - constructs an integer number from an integer literal, a float literal (by removing all decimals), or a string literal (providing the string represents a whole number)

#

There may be times when you want to specify a type on to a variable. This can be done with casting.

#

insanity

vocal basin
#

just like flat earth belief, yes

vocal basin
#

(I have a list that I can take examples from, but I prefer to actually find them myself, so it'll take a while to get to more blatant misinformation)

#

that's not what it says there

#

it says literal

#

carelessness at this scale is problematic

#

that's the exact issue with the source

#

the authors don't care

#

it is out there just to make money, at least nowadays

#

"evaluate values"

vocal basin
#

Whitespace is the space before and/or after the actual text, and very often you want to remove this space.

vocal basin
#

another problem with w3schools is that they outrank way better sources in search results

#

"free"

#

whatever w3schools' motives, their content is objectively bad and harmful, so mentioning that to beginners is mandatory

#

it's not bad by "my" standards, it's bad even at beginner level understanding

#

when I see 2+2=5 as top result on every other search, I call that harmful

vocal basin
#

An iterator is an object that contains a countable number of values.

#

idk what they mean by countable

#

there are two meanings of "countable" that I know

#

one means finite, another means infinite

#

neither means both

vocal basin
#

(other mod found it not me)

frail sundial
#

Good morning my name is Hossam I live in Egypt

I am looking for good programmers to join my team

in this team, we can work on a real projects while learning

the programmer should have the basics of one these programming languages:

*Python
*Html
*CSS
*Javascript

we will work for real clients and take money while training or study

please, send me your if you are accepted to join

gentle flint
#

please don't advertise

vocal basin
#

!rule 9

wise cargoBOT
#

9. Do not offer or ask for paid work of any kind.

lime fractal
#

How fix in Windows sandbox

peak depot
peak depot
main comet
hidden dust
#

bob

main comet
#

billy

#

from torchtext.vocab.vocab_factory import build_vocab_from_iterator

hidden dust
somber heath
#

@sour jay 👋

sour jay
#

Hi 🙂

somber heath
#

@cerulean swift 👋

#

!zen

wise cargoBOT
#
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!

wooden abyss
#

nah who gonna stop me from putting everything in the main method

#

python is overrated anyways

#

based

#

@young solstice talk about something other than python = straight to jail

#

@somber heath are u a mod?

somber heath
wooden abyss
#

idk man some mods be undercover

#

u never know around here 👀

#

@young solstice u a big python guy?

#

ever tried another language?

#

@somber heath LOL u sound like a mod hes not wrong

vocal basin
#

!e

print((1 + 5 ** .5) * .5)
wise cargoBOT
vocal basin
#

!e

phi = (1 + 5 ** .5) * .5

def fib(n):
    return round(.5 * (phi ** n + (-phi) ** (-n)))

for i in range(10):
    print(fib(i))
wise cargoBOT
vocal basin
#

something's off

#

!e

phi = (1 + 5 ** .5) * .5

def fib(n):
    return round(.5 * (phi ** n + (-phi) ** (-n)))

for i in range(10):
    print(fib(i))
wise cargoBOT
vocal basin
#

I don't remember

#

ah, it's not 1/2

#

!e

phi = (1 + 5 ** .5) * .5

def fib(n):
    return round(5 ** -.5 * (phi ** n + (-phi) ** (-n)))

for i in range(10):
    print(fib(i))
wise cargoBOT
vocal basin
#

woohoo

somber heath
#

@minor steppe 👋

#

@reef vessel 👋

sturdy panther
#

Hi! Your profile pic changed!

somber heath
young solstice
young solstice
young solstice
#

Where’d you vanish all of a sudden?

hidden dust
#

something is wrong with my pc, can someone help me?

hidden dust
#

what?

#

what happend?

#

i downloaded some custimitaion tool for windows

reef vessel
#

@young solstice
let me quote someone else on this issue:

"The problem with chatGPT is that it is harder to evaluate correctness than it is to generate the correct answer.

Using ChatGPT is wrong is also fallacious because of the same problem. You have to be better than ChatGPT at something to figure out what's wrong with it's answer. Therefore, if you use it to learn, you are by definition not good enough at whatever you're learning to determine if you're learning the right thing."

somber heath
lilac geyser
#

Bro i don't know hat weird shit u on but i left

#

what*

young solstice
reef vessel
#

ok thanks

#

no

#

I want to go. bye

sour jay
#

🖖

lilac geyser
topaz temple
#

French is certainly a difficult language, and hard to learn.

#

Wouldn't say it's the hardest language to learn but the grammar is devilish.

#

Russian grammar is worse. I think German grammar also seems quite difficult.

#

"pruning" theory

#

It's not my favorite and here is why: meditation also has the same effect and shows more potential at long-term benefits in focus. But meditation is kind of a squishy term and I don't know scientifically what it is exactly

#

so it's not something I put a ton of stock in.

somber heath
#

The wedge-tailed eagle (Aquila audax) also known as the eaglehawk, is the largest bird of prey in the continent of Australia. It is also found in southern New Guinea to the north and is distributed as far south as the state of Tasmania. Adults of the species have long, broad wings, fully feathered legs, an unmistakable wedge-shaped tail, an elon...

upper basin
#

I love the brown shade.

topaz temple
#

Bonelli's eagle (Aquila fasciata) is a large bird of prey. The common name of the bird commemorates the Italian ornithologist and collector Franco Andrea Bonelli. Bonelli is credited with gathering the type specimen, most likely from an exploration of Sardinia. Some antiquated texts also refer to this species as the crestless hawk-eagle. Like al...

upper basin
#

This one looks smaller.

#

I like the eagles than can just choose to hunt humans.

#

I have a dilemma. I am trying to collaborate with someone on a project. Said project is the first of its kind so I don't want to share it without being sure the guy is gonna join.

Here's the dilemma:

  • I cannot ask them to join a project they don't know the details about.
  • I cannot risk telling them everything before being sure they're gonna join.
reef shale
#

Train station ABC (abstract base class)

topaz temple
#

Airports and trainstations are a class and no one changes the parameters

upper basin
#

He's Aussie.

reef shale
topaz temple
upper basin
#

So, this project is a compiler that I am making for quantum computing. Half of it is done. I need help for this other half.

#

It's two smaller compilers forming the overall compiler.

topaz temple
#

😦 I dunno then

upper basin
#

Welcome to my dilemma.

#

Makes it soooo hard to collaborate.

#

!zen

wise cargoBOT
#
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!

upper basin
#

I'll be back later.

topaz temple
#

byebye!!

spark girder
#

@somber heath .

#

You available?

somber heath
#

What's up?

#

@serene niche 👋

serene niche
#

hello

somber heath
#

@bold wolf 👋

#

@whole bear 👋

#

!voice

wise cargoBOT
#
Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

somber heath
#

The crested pigeon (Ocyphaps lophotes) is a bird found widely throughout mainland Australia except for the far northern tropical areas. Only two Australian pigeon species possess an erect crest, the crested pigeon and the spinifex pigeon. The crested pigeon is the larger of the two species. The crested pigeon is sometimes referred to as a topkno...

carmine tangle
whole bear
#

@carmine tangle why you wanna take my name 10 time

#

s

#

aarav maloo (king)

#

king is just me adding my self as a king 🤣 💀

carmine tangle
#

👑

whole bear
#

👍

whole bear
#

bruh

#

wth is that

#

@somber heath are you human???

#

🤨

#

your voice

#

that's not clear, it looks like openai created you in their basement man

carmine tangle
whole bear
#

I get scared man

#

welcome man

#

@tacit crane is indian

#

robert is sleeping

carmine tangle
whole bear
#

are you outside @carmine tangle

tacit crane
whole bear
#

how do I stream

#

in this channel

#

😭

#

mod input;

fn main() {
println!("Hello, world!");
let mynamestring = String::from("Aarav");
let mynamestringeasier = "hello".to_string();
let mut stringempy = String::new();
stringempy.push_str("hello, world! has been put into the string");
let mut int1:i32 = 12;
print!ln("{int1}");

// get_input();
valueofthevariable(7);

}

fn myfunc() {
print!("Hello, I am func2")
}

fn valueofthevariable(x:i8) -> i8 {
return x;
}

#

now mods will come running

#

@ mods come out now

#

I wrote rust code

#

in py server

#

I know py, java, rust, and C

#

first lang was C

#

I am in rust

tacit crane
#

!code

wise cargoBOT
#
Formatting code on Discord

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

For long code samples, you can use our pastebin.

whole bear
#

rust is basically modern chad of low level typing

#

rust

tacit crane
#
mod input;

fn main() {
    println!("Hello, world!");
    let mynamestring = String::from("Aarav");
    let mynamestringeasier = "hello".to_string();
    let mut stringempy = String::new();
    stringempy.push_str("hello, world! has been put into the string");
    let mut int1:i32 = 12;
    print!ln("{int1}");

    // get_input();
    valueofthevariable(7);




}



fn myfunc() {
    print!("Hello, I am func2")
}


fn valueofthevariable(x:i8) -> i8 {
    return x;
}
whole bear
#

after C learned python, and just lost my mind after that

robust oasis
#
System.out.println("Hello World");
whole bear
#

it is a real programming lang.

whole bear
#

working on it

#

it is MINE

tacit crane
whole bear
tacit crane
whole bear
#

simple.

#

I would took

#

I would talk, but my voice is just

#

yeah

#

I would like look a kid

#

@somber heath I am more scared of you

#

his voice

#

I am just gonna defaen myself

#

nobody replies like that

#

what????

#

chill man

#

bros speedrunning

#

not again lord

#

yorue from california

#

openai hr

#

me in school

#

ai sucks

#

it is inaccurate

#

and also 300$

#

which in INdia can buy you a laptop

#

I know little bit of ML

#

and pandas and numpy and tensorflow

#

and hugging face

#

am I even hearable

#

bruh @hello

#

someone?

#

gg

soft dawn
whole bear
#

ms interview/

#

?/

carmine tangle
whole bear
#

hey @carmine tangle

#

you'll need macOS

#

.dmg

#

MacOS xcode for coding it on macos

#

and dmg for packaging it

#

you can run mac on windows

#

I don't have mac

#

oh okay; well you in collage

#

I am in school

#

yeah cuz mac is based on unix

#

makes much much easier to just code

#

everybody uses macbook for coding

#

apple is money and power mad

#

yeah analog >>>> smartwatch

#

but if you have like Iphone, apple watch and everything why not them macbook

#

it would be like the whole ecosystem

#

would be integrated

#

nah it has

#

whatsapp

#

like that is soo good

#

that time steve jobs was there

#

to note that

#

rn @carmine tangle @robust oasis tim cook is cookin gapple

#

apple*

#

they are just copying nokia and samsung 2008 features in Iphone

#

alexa too dumb

#

gg

tulip dove
#

Hey @peak depot

main comet
#

IM BACK IN ACTION!

glacial shore
#

Could you please suggest a Python and AI project for college that is innovative, engaging, and suitable for my coursework?

potent root
tacit crane
topaz temple
tacit crane
tacit crane
topaz temple
#

puppeteer

#

packages

#

pip packages

tacit crane
somber heath
#

@feral plume 👋

tulip dove
#

Hey @somber heath

somber heath
#

Ah. Hey.

#

!kindling

wise cargoBOT
#
Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

somber heath
#

@whole bear 👋

gentle flint
whole bear
tulip dove
#

Hi

somber heath
#

@rough hound 👋

quartz beacon
#

Milien-ier

peak depot
gentle flint
stone oar
#

hello everyone, new here

somber heath
#

@keen sky 👋

keen sky
#

hey @somber heath

whole bear
#

@somber heath hello again

#

today I won't be able to sleep 🙂 👍 👍

#

what?

whole bear
#

hey did you check out my Python_Simplified guide

upper basin
#

You are scared of Opal?

#

Opal?

whole bear
#

nah

#

man its just a joke

upper basin
#

This Opal? @somber heath

upper basin
whole bear
#

hey

#

guys

#

well

#

I got a python collab with me

#

nah some guy