#voice-chat-text-0

1 messages · Page 301 of 1

upper lance
#

thats the thing tho i cant learn the basics

muted zinc
#

You can. You have some mentals blockages, and maybe need a little boost of confidence but you can do it

#

You may need a tutor, learning in a 1 on 1 environment can be vastly better for some

upper lance
#

maybe

muted zinc
#

There are probably free communities who give free tutoring or you can pay if you have some extra cash

primal shadow
#

automate is great for learning small things with projects, that book really made a lot of things click for me

upper lance
#

maybe i need something to build

#

i dont have any ideas tho

primal shadow
#

Learn the basics first, IMO.

#

Automate has small projects it tells you to build, Kaggle has great little exercises and is good to jump to for bonus learning, and Real Python digs into all the things

muted zinc
#

You can find lists of tiny programs to build, little word games, or whatever. They do not need to be complex.

Example "Build a small program that takes in a users age and tells them how many years they have left until they are 100."

primal shadow
#

tic tac toe is a good one

upper lance
primal shadow
#

How'd it go?

upper lance
#

couldnt do it

muted zinc
#

Tic tac toe is going to be extremely difficult if you dont know what a method is first lol

upper lance
#

what are methods

muted zinc
#

One of the fundamentals

#

That you should learn about first then implement

#

Almost every course is going to start out by teaching you about variables, methods, conditionals

#

You need to use these to truly understand them

upper lance
#

yea but what are methods

muted zinc
#

They are a tool to name and group a block of code for many reasons.

primal shadow
#

functions attached to classes

muted zinc
#

Any course will teach you about them generally in the first hour or 2

primal shadow
#

all those class.method() that you use

#

as opposed to functions like len() and whatnot that are not tied directly to any class

#

Once you start making your own classes you fill em with your own methods too, and then things get really fun and you're all OOP

upper lance
#

i see

muted zinc
muted zinc
peak depot
undone idol
#

krz i have seen couple of times in the math server 👀

#

let them speak pithink

#

@muted zinc would you mind sharing the story

primal shadow
#

he had cat for 7 years, old man came to cabin, inquired about cat, he said cat was already homed, man stole cat

undone idol
#

you need not to worry about cat --> birds thingy, its just is.

primal shadow
#

Yes, let's ignore the problem

undone idol
#

invasive wha lol

#

food web ifyk

#

lets just change the subject.

#

i saw a dog killing a bird fr

#

so they are "invasive" species, NO.

#

indoor, why not outside?

#

cat > dog imo

solid perch
#

Heyoo

#

How are you all?

#

Some parts of America are terrible

#

I live in Alabama.

#

Also Dev, I have a sinus infection from allergies

#

@stiff girder I would love to be a chatterbox but my voice won't allow it

stiff girder
solid perch
stiff girder
solid perch
stiff girder
still herald
#

I have a question but I also know it's answer

stiff girder
still herald
#

I'm just not able to digest the answer

thorn egret
#

Ok, thanks

upper lance
#

@still herald ??

#

ur saying yoiu would kill a guy bc he broke up with you

rich bison
#

💀

primal shadow
still herald
#

What is transponder? Explain 6/4 GHz and 14/11 GHz transponders in details.

still herald
primal shadow
#

Subscribe and 🔔 to Eurovision 👉 https://www.youtube.com/user/eurovision?sub_confirmation=1

We're celebrating Epic Sax Guy's resurgence with a special 10 hour version of his saxy solo... but is it all that it seems?

Epic Sax Guy (real name Sergey Igorevich Stepanov) became famous when Sunstroke Project & Olia Tira represented Moldova at the 20...

▶ Play video
muted zinc
#

@upper lance Did you get started?

upper lance
#

nah i left to eat

upper lance
#

im back

muted zinc
#

nice

upper lance
#

@stiff girder new york used to be new amsterdam and was renamed to new york

#

never yorkshire

#

and it was never named after yorkshire

#

@primal shadow

amber loom
# still herald yo

A transponder, short for "transmitter-responder," is an electronic device that receives an incoming signal, processes it, and then retransmits it at a different frequency. Transponders are commonly used in telecommunications, satellite communications, radar systems, and air traffic control.

6/4 GHz Transponders:
Frequency Bands: These transponders operate in the 6/4 GHz frequency bands, which refer to the uplink and downlink frequencies used for satellite communication.
Applications: 6/4 GHz transponders are typically used in satellite communication systems for broadcasting television signals, internet data transmission, telephony, and various other telecommunications services.
Characteristics: They are well-suited for medium to long-distance communications and can provide reliable data transmission over large geographic areas.

Example Use Cases: Broadcasting television signals to remote regions, providing internet connectivity to rural areas, supporting telecommunications infrastructure in areas with limited terrestrial connectivity.
14/11 GHz Transponders:

Frequency Bands: These transponders operate in the 14/11 GHz frequency bands, which are higher frequency bands compared to 6/4 GHz transponders.

These both play crucial roles in satellite communication systems, with each being optimized for specific applications and operating within different frequency bands to meet varying requirements for data transmission, bandwidth, and distance coverage.

still herald
still herald
amber loom
# still herald What is transponder? Explain 6/4 GHz and 14/11 GHz transponders in details.

If you wanna create a transponder

class Transponder:
def init(self, frequency_uplink, frequency_downlink, usage, characteristics):
self.frequency_uplink = frequency_uplink
self.frequency_downlink = frequency_downlink
self.usage = usage
self.characteristics = characteristics

def display_details(self):
    print("Frequency Uplink:", self.frequency_uplink)
    print("Frequency Downlink:", self.frequency_downlink)
    print("Usage:", self.usage)
    print("Characteristics:", self.characteristics)

Creating instances for 6/4 GHz and 14/11 GHz transponders

transponder_6_4 = Transponder("6 GHz", "4 GHz", "Broadcasting, Telecommunication, Data transmission", "Wide bandwidth, Low interference")
transponder_14_11 = Transponder("14 GHz", "11 GHz", "Broadcasting, DTH services, Broadband internet access", "High data transmission rates")

Display details

print("6/4 GHz Transponder Details:")
transponder_6_4.display_details()
print("\n14/11 GHz Transponder Details:")
transponder_14_11.display_details()

amber loom
still herald
upper lance
#

@primal shadow nah this one aint it

#

you said he was wrong for disliking people on the other side of his state but you dislike people on the other side of the nation

primal shadow
upper lance
#

what do the colors represent

#

but ur assuming republicans are more racist?

primal shadow
upper lance
#

ive seen a lot more racist biden supporters

stiff girder
upper lance
upper lance
#

how do you know that there arent cultural differences and biases leading to depression rates being underreported

stiff girder
#

I dont

upper lance
#

illusion of freedom

#

you can never truly be free in this country without money and power

muted zinc
stiff girder
#

Not really

muted zinc
#

beyond legal freedoms, being free can be seen as frame of mind

#

a perspective

#

You dont absolutely need money or power to feel free

stiff girder
#

Ignorance =/= Freedom

upper lance
#

perspective is never free

primal shadow
#

ignorance is bliss

#

the american dream! blindly bliss

upper lance
#

your perspective is determined by what you are programmed to think

#

the patterns you see

primal shadow
#

do as the overlords say

upper lance
#

your experiences

primal shadow
#

and be happy

muted zinc
#
  • experiences yes
peak axle
#

you can live in anarachy if you want but you choose to live in a society with rules

muted zinc
#

Again freedom can be defined in many ways

upper lance
#

you cant live in anarchy

#

anarchy isnt possible

primal shadow
#

Yea, you can be free to live confined to a cage

#

free!

#

three hots and a cot

#

but you're free to live!

stiff girder
#

If I cant go out in the woods and live off the land, then I dont consider it free

#

The land is owned by someone else, I could be arrested just for living in the woods

muted zinc
#

You can in some places. Just not most depending on geography

peak axle
stiff girder
#

The concept of owning huge plots of land is crazy to me

#

But im also a Libertarian Socialist

#

People buy hundreds of acres of land down here just to hunt on it

upper lance
primal shadow
#
| Band| down | ... |
| -------- | ------- | --- |
| one  |4    | ... |
| two | 8     | ... |
| three    | 7    | ... |
still herald
stiff girder
scarlet halo
primal shadow
#

soldat

stiff girder
#
#
#
versed tulip
#

Gadgets are love

#

lol

primal shadow
versed tulip
#

Hey @still herald

stiff girder
#

Winter when she sees putin

still herald
warm snow
#
noble totem
#

Hi! all

#

Hi! anyone available in voice to help with a plotly graph issue

warm snow
primal shadow
#

!serverinfo

#

!server_info

wise cargoBOT
#
Server Information

Created: <t:1483877013:R>
Roles: 112
Member status: status_online 55,238 status_offline 336,081

Members: 391,319

Helpers: 157
Moderation Team: 39
Admins: 13
Directors: 3
Contributors: 47
Leads: 13

Channels: 281

Category: 29
Forum: 3
News: 12
Staff: 125
Stage_Voice: 1
Text: 104
Voice: 7

primal shadow
warm snow
short owl
#

I love LEGO

#

can you 3D print LEGO pieces ?

somber heath
#

It'd be easier to buy them.

waxen barn
#
def is_weird(n):
    if n % 2 != 0:
        print("Weird")
    elif n % 2 == 0 and 2 <= n <= 5:
        print("Not Weird")
    elif n % 2 == 0 and 6 <= n <= 20:
        print("Weird")
    elif n % 2 == 0 and n > 20:
        print("Not Weird")

n = int(input("Enter a positive integer: "))

is_weird(n)

stark river
#

!e

def is_weird(n):
    if n % 2 != 0:
        print("Weird")
    elif (n % 2 == 0) and (2 <= n <= 5):
        print("Not Weird")
    elif (n % 2 == 0) and (6 <= n <= 20):
        print("Weird")
    elif (n % 2 == 0) and (n > 20):
        print("Not Weird")

print(is_weird(34))
wise cargoBOT
#

@stark river :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | Not Weird
002 | None
stark river
#

!e

def is_weird(n):
    if n % 2 != 0:
        print("Weird")
    elif (n % 2 == 0) and (2 <= n <= 5):
        print("Not Weird")
    elif (n % 2 == 0) and (6 <= n <= 20):
        print("Weird")
    elif (n % 2 == 0) and (n > 20):
        print("Not Weird")

print(is_weird(13))
wise cargoBOT
#

@stark river :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | Weird
002 | None
stark river
#

!e

def is_weird(n):
    if n % 2 != 0:
        print("Weird")
    elif (n % 2 == 0) and (2 <= n <= 5):
        print("Not Weird")
    elif (n % 2 == 0) and (6 <= n <= 20):
        print("Weird")
    elif (n % 2 == 0) and (n > 20):
        print("Not Weird")

print(is_weird(4))
wise cargoBOT
#

@stark river :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | Not Weird
002 | None
waxen barn
#
#!/bin/python3

import math
import os
import random
import re
import sys



if __name__ == '__main__':
    n = int(input().strip())
stark river
#

operator precedence

#

use ()

#

never mind ... he's too stupid to view the screen 🤦

upper basin
#

!e

def is_weird(n):
    if n % 2 != 0:
        print("Weird")
    elif (n % 2 == 0) and (2 <= n <= 5):
        print("Not Weird")
    elif (n % 2 == 0) and (6 <= n <= 20):
        print("Weird")
    elif (n % 2 == 0) and (n > 20):
        print("Not Weird")

if __name__ == '__main__':
    n = int("12")
    is_weird(n)
wise cargoBOT
#

@upper basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

Weird
waxen barn
stark river
#

!e

def is_weird(n):
    if n % 2 != 0:
        print("Weird")
    elif (n % 2 == 0) and (2 <= n <= 5):
        print("Not Weird")
    elif (n % 2 == 0) and (6 <= n <= 20):
        print("Weird")
    elif (n % 2 == 0) and (n > 20):
        print("Not Weird")

print(is_weird(24))
wise cargoBOT
#

@stark river :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | Not Weird
002 | None
stark river
#

seems to be working fine

waxen barn
#
import math
import os
import random
import re
import sys



if __name__ == '__main__':
    n = int(input().strip())
    if (n % 2 != 0) or (n >= 6 and n <= 20):
        print("Weird")
    else:
        print("Not Weird")
#

Hacker rank

#

if __name__ == '__main__':
    n = int(input())
    
    for i in range(0, n):
        print(i * i)
    
#
def is_leap(n):
    if n % 400 == 0:
        return True
    if n % 100 == 0:
        return False
    if n % 4 == 0:
        return True
    return False

year = int(input())
print(is_leap(n))

dry jasper
#

if year % 4 == 0 and year % 100 == 0 and year % 400 == 0:

waxen barn
#
def is_leap(n):
    if n % 400 == 0:
        return True
    if n % 100 == 0:
        return False
    if n % 4 == 0:
        return True
    return False

year = int(input())
print(is_leap(year))
#

.

#
def is_leap(n):
    if n % 400 == 0:
        return True
    if n % 100 == 0:
        return False
    if n % 4 == 0:
        return True
    return False
#

year = int(input())
print(is_leap(year))
dry jasper
#

def is_leap(year):
#leap = False
if year % 4 == 0:
return True
elif year % 100 == 0:
return False
elif year % 400 == 0:
return True

else:
    return False
austere hornet
#

the 4 shouldn't be before the 400.

waxen barn
#
if __name__ == '__main__':
    n = int(input())
    for i in range(1, n + 1):
        print(i, end= "")
    ```
dry jasper
vocal basin
austere hornet
#

Opal!

#

I'm on 400 ms thumbs_up

#

lmao

#

wut

vocal basin
#

hmm

austere hornet
#

.

vocal basin
#

!e

def is_leap(n):
    return not n % 400 or bool(n % 100) and not n % 4

print(is_leap(int("1900")))
print(is_leap(int("2000")))
print(is_leap(int("2007")))
print(is_leap(int("201୨")))
print(is_leap(int("2024")))
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | False
002 | True
003 | False
004 | True
005 | True
austere hornet
#

Nice

#

2019 is a leap year

#

I am not willing to pay 14 + bucks

vocal basin
austere hornet
#

2019???

#

EXACTLY

#

one-line logic gone wrong

upper basin
austere hornet
upper basin
#

4 bucks is really cheap anywhere mate.

#

No matter what currency you convert to.

austere hornet
#

But prices are different in different countries

#

$14 AUD can buy a whole... macca's meal

vocal basin
#

!e

def is_leap(n):
    return not n % 400 or bool(n % 100) and not n % 4

print(is_leap(int("2011")))
print(is_leap(int("201୨")))
print(is_leap(int("2013")))
print(is_leap(int("2015")))
print(is_leap(int("2017")))
print(is_leap(int("2021")))
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | False
002 | True
003 | False
004 | False
005 | False
006 | False
vocal basin
#

sorted correctly now

austere hornet
#

!e

print(2019 % 4)
wise cargoBOT
#

@austere hornet :white_check_mark: Your 3.12 eval job has completed with return code 0.

3
austere hornet
#

!e

print(2019 % 400)
wise cargoBOT
#

@austere hornet :white_check_mark: Your 3.12 eval job has completed with return code 0.

19
austere hornet
#

lmao

#

What's the issue

vocal basin
#

!e

print(int("201୨") % 4)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

0
austere hornet
#

bruh what

vocal basin
austere hornet
#

!e

print(int("2019"))
wise cargoBOT
#

@austere hornet :white_check_mark: Your 3.12 eval job has completed with return code 0.

2019
austere hornet
#

???

vocal basin
austere hornet
#

!e

print(int("2019") == 2019)
wise cargoBOT
#

@austere hornet :white_check_mark: Your 3.12 eval job has completed with return code 0.

True
austere hornet
#

It's the same thing tho

#

lmao

vocal basin
#

!e

print(int("201୨") == int("2019"))
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

False
austere hornet
#

lmaoooooooo

#

!e

print(int("2019") is int("2019"))
vocal basin
#

(it's 2012)

austere hornet
#

💀

wise cargoBOT
#

@austere hornet :white_check_mark: Your 3.12 eval job has completed with return code 0.

False
vocal basin
#

!e

print(int("৪୨"))  # answer to everything
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

42
austere hornet
vocal basin
#

!charinfo ৪୨

wise cargoBOT
austere hornet
#

!e

print(int("89"))
wise cargoBOT
#

@austere hornet :white_check_mark: Your 3.12 eval job has completed with return code 0.

89
austere hornet
#

I'm using the actual 9 though

#

No trolling from me

vocal basin
#

int allows any decimals, not only ASCII

austere hornet
#

So I guess my eye caught it a bit too late

vocal basin
#

!e

print(int("۸۷"))
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

87
austere hornet
#

Ahh. Gotta train my ddg skills now

#

lmao

#

lmao

#

Streaming might cause the audio quality to... drop.

wind raptor
#

Hey @loud stratus 👋

austere hornet
loud stratus
#

Hoi

austere hornet
#

@obsidian dragon Astolfo_wave

obsidian dragon
#

that don't look liek awave

#

also hi @austere hornet

#

you silly lady

austere hornet
#

...

#

It is a wave goddamit

loud stratus
austere hornet
obsidian dragon
austere hornet
loud stratus
obsidian dragon
#

Yaaaaasa

austere hornet
plucky mica
#

Nvidia Omniverce.

austere hornet
#

clipping enabled

loud stratus
austere hornet
austere hornet
loud stratus
#

what

#

🍅

austere hornet
#

\🍅

#

\🍅

loud stratus
#

Nooo, dont touch meeee

plucky mica
#

You are takig it wrong

#

Can Some One Print that :zoom_eyes:👀

#

Not that I printed

#

I dont Have Nitro

austere hornet
brisk jolt
#

Hi!

tired creek
#

hi can someone help me to write a flask code?

plucky mica
#

If Some One is Great in cpp then.
I want to make the NodeEcpresion behave like python None.
is below code fine.

#include <memory>

class NullExpression : public Expression {
public:
    static NullExpression& getInstance() {
        static NullExpression instance;
        return instance;
    }

private:
    // Make constructors and destructor private
    NullExpression() {}
    NullExpression(const NullExpression&) = delete;
    NullExpression& operator=(const NullExpression&) = delete;

    // Make destructor private to prevent deletion
    ~NullExpression() {}
};
#

What are Internships Realy?

plucky mica
#

Think About AI Hire.

somber heath
#

@whole bear 👋

#

@jagged surge 👋

#

@gritty blade 👋

minor sapphire
#

@somber heath Here is another puzzle I made Your numbers are 9, 11, 15 and 20. Your goal is 25. You can use + - * or / and may use each number at most once.

minor sapphire
#

its hard but possible

civic ivy
minor sapphire
#

but I swear on my loyalty to this server that its possible

still herald
#

Can anyone join vc please

#

I'd like to hangout with y'all

whole bear
#

helloooooooooooooooooooo

#

are you there? @stark river

stark river
#

no

static charm
#

Hello

short owl
#

imagining giant burger , what to put on it...

tardy tusk
#

@stark river

#

you are in voc from 2 h ago

#

this crazy

#

bye

somber heath
#

@languid scroll 👋

somber heath
#

@obsidian orbit 👋

plucky mica
#

Hi Bro

obsidian dragon
urban abyss
#

hey bro

plucky mica
scarlet halo
#

hey sazk

#

hey json

somber heath
#

@oak kelp 👋

verbal wind
#

I just joined and someone left

#

Not a good sign

#

@somber heath What is China's most famous ship?

#

||Censorship||

somber heath
#

@candid jungle 👋

candid jungle
#

helo there

candid jungle
#

what's up you all

somber heath
#

@winged sundial 👋

winged sundial
#

hello

somber heath
#

@unkempt sail 👋

whole bear
#

Hello

unkempt sail
#

Hello

whole bear
#

Share the screen and lets begin?

somber heath
#

!resources

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

somber heath
#

YouTube, Corey Schafer, playlists.

whole bear
#

Thank you!

verbal wind
#

@somber heath Save me from whatever the heck that loop-de-loop of minesweeper clues is

#

and I go

minor sapphire
#

why does #eeff00 look brighter than #ffff00

somber heath
#

@rare epoch 👋

rare epoch
#

sup

#

am still suppressed

#

the fuc k worng with this channel

#

@somber heath

rare epoch
#

You have already verified! If you have received this message in error, please send a message to the ModMail bot.

#

still nha

somber heath
#

Exit voice, rejoin.

noble solstice
#

Hello Guys!!

#

do u guys think ||iran and isreal war can lead to world war and recssion||

somber heath
#

@upbeat talon 👋

noble solstice
#

I want a war so i can die peacfully

somber heath
#

@vital brook 👋

vital brook
little ridge
#

how to activate voice

#

?

#

im should write 50 words?

eager tapir
#

@stark river your mic finally works

#

🥳

#

@whole bear knows I can triangulate his location ez pz

#

South Alabama

whole bear
#

😂😂

eager tapir
#

Cuban Missle Crisis

stark river
eager tapir
#

Guys any NETWORK ENGINEERS HERE???

stark river
# eager tapir <@456226577798135808> knows I can triangulate his location ez pz

yeah white ppl are weird like that. they will reveal the most private things about themselves.. and then randomly pick something to be secretive about...
like they'll reveal what they do with their girlfriends or wives .. and then decide telling what state they are from is "too much information" 😂
reminds me of that Dave Chappelle joke: https://www.youtube.com/shorts/NgVorJAYMC0

civic ivy
dense ibex
#

I-

stark river
sonic hatch
#

@molten valley

molten valley
#

oohh here

#

I saw one on yt and I thought that that would be a great game to make

#

It will save me money

#

Im am trying to make this

#

Fly Corp is a super addictive game about growing and managing an airline, check it out here: https://store.steampowered.com/app/1372530/Fly_Corp/
Thanks to the developers for sponsoring this video!

LINKS!
PATREON: https://www.patreon.com/Realcivilengineer
MERCH: https://realcivilengineer.com
MEMBERSHIP: https://www.youtube.com/channel/UCeP4Yv3s...

▶ Play video
#

just look at how the game looks like

#

yes

#

first i thought that I could just make it all in the console

#

yeah, the only real problem is that I have zero experience with graphical game-making

sonic hatch
#

tkinter

#

pygame

molten valley
#

yeah, pygame sould be good

#

I have some friend who use pygame so that would work

#

tysm

#

yeah ik

#

as hard aas possible

#

I want it to be conplex (:

#

and realistic

nimble musk
#

Yes for making games I would suggest pygame as it has some features that tkinter doesn’t directly have.

molten valley
#

yeah, thanks

#

I got the idea

nimble musk
#

👍

molten valley
#

yeah

#

well', thanks

#

I need to call Jaack

#

bye!

wraith dove
#

Hey I see some of you guys are in VC would any of you be available rn to help me out with a python issue im having? It's to do with installing modules on pycharm for a discord bot 👀

#

i posted thru the help system already too if anyone wants to take a look

white gale
#

hello @sonic hatch

wraith dove
#

oh i cant join vc anyway im too new :/

dark swan
#

@eager tapir

sharp plume
#

hi

noble solstice
#

I would like to hear president answer

somber heath
#

@steady monolith 👋

#

@waxen idol 👋

waxen idol
#

​!user

dire pebble
#
canvas.create_window((40, 300), window = ttk.Button(window, text = "Catch!"))
#
import tkinter as tk
from tkinter import ttk
from random import randint

window = tk.Tk()
window.geometry("700x500")
window.title("It's the time for Canvas!!")

canvas = tk.Canvas(window, bg = 'white')
canvas.pack()

# canvas.create_window((randint(20, 680), randint(5, 495)), window = ttk.Button(window, text = "Catch!"))
canvas.create_window((40, 300), window = ttk.Button(window, text = "Catch!"))

window.mainloop()```
somber heath
#

@crisp parcel 👋

dire pebble
#

@somber heath

eager tapir
#

@solid perch 👋

dire pebble
#

@somber heath

eager tapir
#

@dire pebble why not use JS

dire pebble
solid perch
#

Whatever he told you. Don't believe in a single word

eager tapir
#

lmao I dont believe anyone

solid perch
#

I'm talking about BOTNET

somber heath
#

@strong bough 👋

strong bough
#

👋🏻

eager tapir
#

but he didnt talk about you or anything so dw about wrong info or some shit

solid perch
#

He hacked me and shut my phone down

dire pebble
eager tapir
#

or it just shut dow

solid perch
eager tapir
#

Gyazo

#

Yeah I didnt click any of them

solid perch
#

I didn't either

#

I didn't touch any of them. It just shut me down

#

I already didn't trust it

eager tapir
#

yeah he got some tricks up his sleeve

eager tapir
solid perch
# eager tapir as you shouldnt

And when he said something about knowing me for 2 years. We had 1 call that was 7 min long XD idk where he got that from

eager tapir
#

yeah i think he confused you with someone else

solid perch
#

I already dealt with people like him

eager tapir
#

lol

#

i think he was exaggerating about that part of buying you

#

i mean

#

i dotn think he meant it that way

#

just wanted to flex his wealth

solid perch
#

Either way
He repeated it and bragged about wealth

eager tapir
#

yeah lol

#

crazy gucci sneakers though

solid perch
#

There was another element of what he said that I won't say here

eager tapir
solid perch
#

Yeah. Rn I'm on edge. In a more angry way

solid perch
#

I'm not scared of him but I'm angry

eager tapir
#

youu shouldnt stress about it much, he was just playing around and maybe overextended

#

i mean, not saying what he did was right to you

#

at the end you feel how you do whaatever their intention

solid perch
#

Was it supposed to be some type of twisted prank?

eager tapir
#

Shrugged

#

🤷

solid perch
#

Fair point @somber heath but I can't see him or anything sooooo

#

Lol

queen spade
eager tapir
#

😅

solid perch
#

Ah. Game dev

eager tapir
#

Alright, i gtg

#

Stay safe @solid perch

solid perch
#

I don't use pygame and personally I wouldn't.

#

I also mentioned about him hacking in case if my acc goes weird

#

How have you been opal?

#

Ah lol

#

Fun?

#

That's good

#

I think imma try to sleep

#

I'll seeya! Thanks for hearing me out :'3 can't be tired if angry

waxen idol
#
import cv2
import numpy as np
import os

images = []

for file in os.listdir():
    if file.endswith('.png'):
        img = cv2.imread(file)
        img_float64 = img.astype(np.float64)
        images.append(np.array(img_float64))
poses = np.random.rand(100, 4, 4)  # 100 random 4x4 transformation matrices

poses_float64 = poses.astype(np.float64)
focal = np.float64(50.0)  # Example focal length as float64
print(images)

#np.savez('ship_data.npz', images=images, poses=poses, focal=focal)

np.savez('ship_data.npz', images=np.array(images, dtype=np.float64), 
         poses=poses_float64, focal=np.array(focal, dtype=np.float64))



#

ValueError: Cannot load file containing pickled data when allow_pickle=False

#

/usr/local/lib/python3.10/dist-packages/numpy/lib/npyio.py in load(file, mmap_mode, allow_pickle, fix_imports, encoding, max_header_size)
460 # Try a pickle
461 if not allow_pickle:
--> 462 raise ValueError("Cannot load file containing pickled data "
463 "when allow_pickle=False")
464 try:

somber heath
#

@marsh gull 👋

marsh gull
#

hello

obsidian dragon
#

hi @somber heath

somber heath
#

Hiii.

#

How big?

#

How much room for 5?

#

What is it fitting into?

somber heath
#

How much ram do you have?

#

Seems reasonable.

#

how much room does it need to operate?

#

Okay.

#

@crisp cipher 👋

#

Osyra's implementing an AI chat bot.

#

I don't do Discord bots, you know this.

obsidian dragon
#
        if response == None:
             response = "Somebody tell Osyra that there is something wrong with my code."
        print(f"\n\n\n{response}\n\n\n")
        time.sleep(3)
somber heath
#

Is response a Response instance of some kind?

#

Things are often falsy if they're empty.

#

Perhaps trypy if not response: ...

#

What is response's type?

#

Well, an empty string will be falsy.

#

and a string will never be equal to None.

#

@simple trench 👋

#

Loud beeping noises.

#

Hmm?

#

We won't hear the noise if you mute yourself.

#

@crisp cipher

obsidian dragon
#
#model_text = "mistral-7b-instruct-v0.1.Q4_0.gguf"
model_text = "Meta-Llama-3-8B.Q4_K_S.gguf"
model = GPT4All(model_text, model_path="./models", device="nvidia") #device="gpu"
somber heath
#

type(response)

#

It has its moments.

dark swan
#

@wind raptor come

dire pebble
dark swan
#

@dire pebble

dire pebble
#

@solid perch Can you tell me what botnet did with details?

dark swan
#

?

primal shadow
dark swan
#

@dire pebble ?

upper basin
#

!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!

obsidian dragon
#

!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.

obsidian dragon
#

@wind raptor

dire pebble
wise loom
stark river
#

only a sith deals in absolutes

alpine crow
#

absolute true statement?

#

lol

stark river
#

ironically

only a sith speaks in abso

#

is also an absolute

upper basin
#

@wind raptor Do you know how to load a pre-built venv from another directory to a new directory?

#

So that I don't take up a ton of space by making duplicate environments.

stark river
#

in order to determine anything with certainty, we must first doubt everything we know

#

afk

primal shadow
whole bear
# primal shadow

do you have any servers where I can find some native English speakers?

#

please send me the link of the servers

#

please

primal shadow
whole bear
alpine crow
#

Cherish that which is within you, and shut off that which is without;

whole bear
#

😆

still herald
#

I'm thinking about doing msc in data analysis in Germany

alpine crow
primal shadow
alpine crow
#

Intentional homicides are estimates of unlawful homicides purposely inflicted as a result of domestic disputes, interpersonal violence, violent conflicts over land resources, intergang violence over turf or control, and predatory violence and killing by armed groups. Intentional homicide does not include all intentional killing; the difference i...

upper basin
alpine crow
still herald
#

Loud vc full of loud people

alpine crow
still herald
#

Hormonal crazy people

wind raptor
still herald
#

I'm sorry @wind raptor

amber raptor
#

Nope, I’m just crazy

still herald
#

Don't mute me

upper basin
primal shadow
wise loom
#

@queen spade

class A:
  def __init__(self):
    self.new_attribute = 1

class B:
  def __init__(self):
    a = A()
    print(a.new_attribute)

^^ accessing attributes of a class in another class

amber raptor
alpine crow
#

Act only according to that maxim whereby you can at the same time will that it should become a universal law.

#

logical way to detemine if any act is moral 😩

craggy jay
#

May I ask what the purpose of your discussion is?

somber heath
#

General/offtopic.

#

So people just talk of a wide range of subjects.

#

Some more hinged than others.

craggy jay
#

Thank you. I understand.

still herald
#

@wind raptor are you kidding me

wind raptor
still herald
#

You gave me mute?

#

What did I do?

wind raptor
#

Please use modmail to talk further about this

still herald
#

You guys are the most loudest People yelling and arguing
And I'm on mute?

wind raptor
#

The reason was included

still herald
#

Unmute me right now

#

Idk

wind raptor
#

Any further discussion in this channel about the infraction will result in a text mute

still herald
still herald
#

What if I have genes of Hitler
Is it wrong?

#

You guys all just hates me

#

Ik

primal shadow
#

@rapid crown

#

doesn't look like a public conversation

alpine crow
upper basin
#

I'm not audible, so I'm gonna hop off.

#

Cya guys laterz.

wind raptor
upper basin
#

All good sir! I wish you a blessed day ahead as well.

wind raptor
upper basin
#

Actually, make that a super blessed day.

stark river
#

it's all in the pov (and the propagandas)

#

somali pirates were fishermen..
in the collapse of the somali govt, american and japanese ships kept dumping their toxic waste in somali waters
which killed all the marine life
which forced fishermen into a life of piracy
and americans believed their administation "these somali pirates bad"

willow light
#

because they aren't american, they're the "other"

#

That's usually all it takes

alpine crow
#

Leviathan or The Matter, Forme and Power of a Commonwealth Ecclesiasticall and Civil, commonly referred to as Leviathan, is a book written by Thomas Hobbes (1588–1679) and published in 1651 (revised Latin edition 1668). Its name derives from the biblical Leviathan. The work concerns the structure of society and legitimate government, and is rega...

#

In Leviathan itself,[4] Hobbes speaks of 'war of every one against every one',[5] of 'a war [...] of every man against every man'[6] and of 'a perpetuall warre of every man against his neighbour',[4][7] but the Latin phrase occurs in De Cive:

#

In such condition there is no place for industry, because the fruit thereof is uncertain, and consequently no culture of the earth, no navigation nor the use of commodities that may be imported by sea, no commodious building, no instruments of moving and removing such things as require much force, no knowledge of the face of the earth, no account of time, no arts, no letters, no society, and which is worst of all, continual fear and danger of violent death, and the life of man, solitary, poor, nasty, brutish, and short

#

The desire to avoid the state of nature, as the place where the summum malum of violent death is most likely to occur, forms the polestar of political reasoning. It suggests a number of laws of nature, although Hobbes is quick to point out that they cannot properly speaking be called "laws", since there is no one to enforce them. The first thing that reason suggests is to seek peace, but that where peace cannot be had, to use all of the advantages of war.[14] Hobbes is explicit that in the state of nature nothing can be considered just or unjust, and every man must be considered to have a right to all things.[15] The second law of nature is that one ought to be willing to renounce one's right to all things where others are willing to do the same, to quit the state of nature, and to erect a commonwealth with the authority to command them in all things. Hobbes concludes Part One by articulating an additional seventeen laws of nature that make the performance of the first two possible and by explaining what it would mean for a sovereign to represent the people even when they disagree with the sovereign.

stark river
#

then: "we shouldn't abolish slavery because wages will go down"
now: "we shouldn't build houses for the homeless because property prices will go down"

alpine crow
#
#

About 6 to 14 percent of the population has a genetic variation on an olfactory-receptor gene called OR6A2 that contributes to the detection of the leafy green herb's soapy smell.

willow light
#

That sounds like a skill issue to me

alpine crow
#

apparently cilantro is 1 of the only foods that they can link genetically y ppl dislike it

#

if ur parents dont like it chances are u wont

willow light
#

My parents are white af and boomers too, there's a lot of things they don't like that I love. Such as music that is more recent than 1890.

gentle flint
#

Shostakovich

#

born 1906

willow light
#

yeah but he's european so they make an exception

alpine crow
# stark river what?

cilantro-haters for whom the plant tastes like soap, the issue is genetic. These people have a variation in a group of olfactory-receptor genes that allows them to strongly perceive the soapy-flavored aldehydes in cilantro leaves.

gentle flint
#

ah

alpine crow
#

straigth up they have tasting strips we took in science class

stark river
#

genetic dislike?
as in ... a dislike passed down via genetic information?
seems unlikely

alpine crow
#

they show if ur taste buds can detect different molecules

alpine crow
#

u can say its unlikely lol

#

but its scientifically proven?

#

Here, we present the results of a genome-wide association study among 14,604 participants of European ancestry who reported whether cilantro tasted soapy, with replication in a distinct set of 11,851 participants who declared whether they liked cilantro. We find a single-nucleotide polymorphism (SNP) significantly associated with soapy-taste detection that is confirmed in the cilantro preference group. This SNP, rs72921001 (p = 6.4 × 10−9, odds ratio 0.81 per A allele), lies within a cluster of olfactory receptor genes on chromosome 11. Among these olfactory receptor genes is OR6A2, which has a high binding specificity for several of the aldehydes that give cilantro its characteristic odor. We also estimate the heritability of cilantro soapy-taste detection in our cohort, showing that the heritability tagged by common SNPs is low, about 0.087.

#

14.6k participant study

stark river
#

ok.. still the tested people had to taste it to decide they disliked it..
it's not like "oh i don't like asian food just because it's from asia"

alpine crow
#

it straight up tastes like soap to me tho lmao

stark river
#

that's ok.. the key difference is you try it and dislike it

alpine crow
#

thats y I was like damn thats wild when I heard abt this

stark river
#

oh coriander.. i ♥️ it

alpine crow
#

🤢

stark river
#

i include that in everything i cook

#

actually i love peppermint more.. coriander not so much.. i only add a touch of it to anything

willow light
#

Count the red flags on this job posting

rugged root
#

I'm sick and tired of being sick and tired

rugged root
primal shadow
slender grove
willow light
#

same energy

alpine crow
willow light
#

!pip aiohttp

wise cargoBOT
#

Async http client/server framework (asyncio)

Released on <t:1713289750:D>.

willow light
#

just use that instead of requests. or httpx if you're feeling spicy.

#

The best way to learn a language is to write a websocket server

alpine crow
willow light
#

BRB writing a web socket in TI-89 BASIC

alpine crow
#

lol

willow light
#

I learned four programming languages in college: TI-89 BASIC, Matlab, Fortran, and HTML

alpine crow
#

I made an esoteric stack based language lol

#

to win in code golf

#

ez

willow light
#

We're americans, all we ever do is argue

alpine crow
#

the ? rotates the command and the ! executes it

#

its technically turing complete

#

ez 1 character fibonacci program tho bc the binary compresses to ascii

#

or decompresses if u paste in a character

unique oxide
#

hello 👋

alpine crow
unique oxide
#

I am having some issues with flask, anyone with flask experience can help me out? 😅

slender grove
#

That why I was an anarcho communist long time ago.

primal shadow
unique oxide
#

oh okay, sorry,
this flask cors error driving me nuts for hours, that's why i came here to ask

gentle flint
slender grove
#

I know the solution, I guess:) But fortunately no one care 😄

#

No u guys not want a better health insurance 😄

gentle flint
#

gl

slender grove
#

😄

#

😄

alpine crow
#
from flask_cors import CORS, cross_origin
app = Flask(__name__)
cors = CORS(app)
app.config['CORS_HEADERS'] = 'Content-Type'

@app.route("/")
@cross_origin()```
slender grove
#

Rabbit U have to work to me I hate union 😄 They alwys fuck my plan 😄

alpine crow
#

this should work

#

I think the issue is you are not setting content type maybe

unique oxide
#

let me try

slender grove
#

I want workers who works forn -$10 /hours 🙂

alpine crow
#
from flask import Flask
from flask_cors import CORS

app = Flask(__name__)
CORS(app)

@app.route("/")
def helloWorld():
  return "Hello, cross-origin-world!"```
slender grove
#

The union put me to the court if I fired 60% of my team because they shit :{

alpine crow
#

this is the example they give

#

u might not need all that

slender grove
#

Fck the union

#

The union always says if I not pay enough that slavery I think that BS 😄

slender grove
#

Workers are stupid 😛

alpine crow
unique oxide
#

if you want to see my post, i have made one help section

slender grove
#

We have to ban the unions 😄

alpine crow
#

ye

#

what kinda error tho

unique oxide
# alpine crow what kinda error r u getting
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://ip:5000/. (Reason: CORS request did not succeed). Status code: (null).
2
Error: TypeError: NetworkError when attempting to fetch resource. desc.user.js:40:12
HTTPS-Only Mode: Upgrading insecure request “https://ip:5000/” failed. (M14-C1012)
#

when i send request from a python script, all works, but when i send req from my userscript, i get blocked for cors

slender grove
#

😄 No UNION no strike 😄

hardy torrent
#

Have u seen this from 2012 the salary of fresher has not been increased much and see the salary of an ceo which became 100x

slender grove
#

😄

#

Rabbit u are stupid

alpine crow
#

i havent used flask much but it seems like you also are having a diff issue

#

or maybe thats the issue its not https

#

have you tried using postman?

#

bc u shouldnt have a cors issue with postman

slender grove
#

Can I record this ant put to the youtube ??? 😄

#

That make my channel great 😄

unique oxide
#

yeah it's not https, i have mention the https ip in my js code

unique oxide
alpine crow
#

works fine for me

short owl
#

There was a mine in canada that was sold , it was
a union business .

The new owners were from china , the local workers felt their
jobs were safe and asked for a raise or they would strike.

So .. they built new housing , and hired all new workers from china .

The end.

alpine crow
#
from flask import Flask, jsonify, request
from flask_sslify import SSLify
from flask_cors import CORS

app = Flask(__name__)
CORS(app)
sslify = SSLify(app)

@app.route("/", methods=['GET'])
def login():
    return jsonify({'success': 'ok'})

if __name__ == "__main__":
    app.run(host='0.0.0.0', port=5000, debug=True)```
#

@unique oxide

unique oxide
#

i tried on hoppscotch, first it didn't work, then i clicked on proxy, it worked then

unique oxide
#

i am on a webpage, from there i am running a userscript which will send request to my api

alpine crow
alpine crow
#

nice

solid perch
alpine crow
amber raptor
wise loom
amber raptor
alpine crow
#

In 2019, authorities restricted minors to playing 90 minutes a day on weekdays and banned them from playing between 10 p.m. and 8 a.m. In 2021, they issued even harsher restrictions: Minors are allowed to play online games for only an hour a day and only on Fridays, weekends and public holidays

unique oxide
#

@alpine crow hey sorry, i was looking for things, get works btw, but post doesn't work
thanks for your help

alpine crow
#

this 1 doesnt work for u?

#

just that code

unique oxide
alpine crow
unique oxide
#

@alpine crow can you try to send request from a userscript? (if possible)

#

using something like this:

var url = "http://ip:5000/";

    const data = {
        thing: "thing1",
        thing2: "thing2",
    };

    fetch(url, {
        method: "POST",
        headers: {
            "Content-Type": "application/json",
        },
        body: JSON.stringify(data),
    })
        .then((response) => {
            if (!response.ok) {
                throw new Error("Network response was not ok");
            }
            return response.json();
        })
        .then((data) => {
            console.log("Success:", data);
        })
        .catch((error) => {
            console.error("Error:", error);
        });
primal shadow
amber raptor
alpine crow
#
import requests

url = 'http://127.0.0.1:5000'

payload = {'username': 'example_user', 'password': 'example_password'}

response = requests.post(url, json=payload)

if response.status_code == 200:
    print("Login successful!")
    print("Response:", response.json())
else:
    print("Login failed!")
    print("Response:", response.text)```
unique oxide
alpine crow
#

ive never heard userscript so I didnt know what u meant lmao

unique oxide
unique oxide
solid perch
unique oxide
#

XD

solid perch
#

Lol

alpine crow
#

lol aync await is easier to read than then imho

#
async function postData() {
    try {
        const response = await fetch('http://127.0.0.1:5000', {
            method: 'POST',
            headers: {
                'Content-Type': 'application/json'
            },
            body: JSON.stringify({ 'test':123 })
        });
        
        const data = await response.json();
        console.log(data);
    } catch (error) {
        console.error(error);
    }
}

postData();```
unique oxide
#

lemme check

#

😅

still herald
#

Hi guy's

#

I'm back

#

What you guys talking about

#

I'm back

#

Say hi to me

#

@alpine crow

#

Hey

#

Guys

#

I'm here

#

@amber raptor

#

I'm here too

amber raptor
still herald
#

Omg

alpine crow
still herald
#

Everyone is ignoring me?

alpine crow
solid perch
#

Lol

solid perch
# alpine crow

That's something I would do tbh. Then I'd forget that they are

alpine crow
mint fjord
still herald
#

@alpine crow yooo

alpine crow
#

the error checking too 💀

solid perch
#

I need to use javascript again

still herald
#

Hah

solid perch
#

A friend of mine taught me that there's a text color package that he imported

still herald
#

Okay

#

You know what I'll go
I'm sick of this

amber raptor
#

Cool

solid perch
#

What's your guys opinions on Using Python to make mini games? I don't plan to use pygame

#

Or even text based games

alpine crow
solid perch
#

I'm in the vc btw so you can speak if you'd like

solid perch
#

I've tried a pong game too with python

#

Ahhh

#

I haven't heard of it

#

What's it called. Good-Dou?

alpine crow
#

C# is definitely the language for game dev usually

willow light
#

Waiting for Godot is a play

solid perch
alpine crow
solid perch
#

Does Godot happen to have a mobile use?

#

I don't have a computer at this time

#

I did lots of game dev projects in high-school and during Choir lol

#

And web dev

#

Lol

#

I have a few game concepts drawn already. Can I show you guys? I want your opinion

amber raptor
alpine crow
solid perch
solid perch
#

I know someone who made Sun Haven I think

wise loom
#

I imagine if my clock is off, I'll be locked out of anything that has 2FA TOTP on

solid perch
#

What's your guys opinion on my flytrap game concept? It's basic but I have more planned for it

#

I love terraria.

#

If you set of 3 tnt at the same time. Your 60fps turns to 5fps

solid perch
unique oxide
#

@alpine crow Thanks for trying. I will keep looking for a solution. I appreciate your time. 🍻

alpine crow
#

what error?

solid perch
#

It's for add-ons and texture packs and such

#

Or pre-made worlds

alpine crow
#

because your website has no icon

#

u will always get that if u dont set an icon

unique oxide
alpine crow
#

u can ignore it

#

whats the difference?

#

where r u running these

unique oxide
#

on a headless linux server hosted farway from my home...

alpine crow
#

oh mb

#

do u have port 5000 open?

#

on ur network ig?

unique oxide
#

yes

unique oxide
#

i get the same if i run from curl program

alpine crow
#

CORS(app, resources={r"/*": {"origins": "https://example.com"}})

#

maybe try setting the origin of ur server manually

unique oxide
#

lemme try

alpine crow
#

web dev discord might be helpful too tho

#

bc ive only ever queried with locally hosted servers or servers with CPanel and those are pretty easy to connect to the api, ive never had any issues just allowing the site through cors

#

idk if theres weird firewall stuff that might be causing it w diff networks

#

!e ```py
l = [1, 2, 3, 4, 5]
average = sum(l)/len(l)
print(average)

wise cargoBOT
#

@alpine crow :white_check_mark: Your 3.12 eval job has completed with return code 0.

3.0
alpine crow
#
x = input()
while x:
  #do stuff
  x = input()```
weary sail
#
while True:
    x = input()
    if not x:
        break
    # do stuff here
stone cliff
#
try:
    num = int(entry.get())
    if num % 2 == 0:
        result_label.config(text="Even")
    else:
        result_label.config(text="Odd")
except ValueError:
    print("Error: Input is not a valid integer")```
alpine crow
#

!e ```py
import matplotlib.pyplot as plt

plt.plot([1, 2, 3, 4])
plt.ylabel('some numbers')
plt.show()```

#

!pip matplotlib

wise cargoBOT
alpine crow
weary sail
alpine crow
slender grove
#

Arch 😄 @weary sail is my hero 😄

alpine crow
#

Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your Neovim experience.

weary sail
alpine crow
#

Alfonso Antonio Vicente Eduardo Ángel Blas Francisco de Borja Cabeza de Vaca y Leighton, Carvajal y Are, Conde de la Mejorada, Marquis de Portag

unique oxide
#

@alpine crow im back. That didn't even work 😅
it's not working because my server is http and the website is https - https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSDidNotSucceed
solution - https://support.mozilla.org/en-US/kb/https-only-prefs (not a good one, but i'll look for a better one)

MDN Web Docs

The HTTP request which makes use of CORS failed because the HTTP
connection failed at either the network or protocol level. The error is not directly
related to CORS, but is a fundamental network error of some kind.

slender grove
wise loom
#

@urban abyss

wise loom
urban abyss
wise loom
#

@amber raptor why do you have DMs closed?

amber raptor
wise loom
amber raptor
#

Really, this surprises you?

wise loom
wise loom
urban abyss
amber raptor
#

I keep DMs off in all public servers, it also cuts down on spam. I used to get private Help Requests from PyDis at least once a day long time ago. I still get odd friend request about once a week.

urban abyss
whole bear
#

@echo marsh

urban abyss
dire pebble
obsidian dragon
storm bison
somber heath
#

@silk dust Little Fighter! 😁

#

@mellow meadow 👋

mellow meadow
#

hi

somber heath
#

@alpine temple 👋

somber heath
#

2, specifically, of course.

peak depot
#

Hi..

#

sorry can´t talk...

#

Rotterdam in near plome

rugged root
#

Rebooting rig

peak depot
#

ace, hemi, plome and opal.. good to se u, sorry I can´t talk

#

it´s a bad day..

iron musk
#

hi

#

ok

somber heath
royal crown
#

hello

somber heath
#

@royal crown @whole bear 👋

royal crown
#

i need some help

#

pleas

#

whats up

whole bear
royal crown
#

i need some help i it okay if i send you the code

#

wha?

upper basin
#

How you doin conch?

upper basin
royal crown
#

def check_credentials(self, instance):
username = self.username_input.text
password = self.password_input.text
if username == 'shit' and password == 'shit':
print('Good job! Login successful')
self.dismiss()
self.main_layout.show_main_label()
else:
print('Invalid credentials. Closing the app.')
App.get_running_app().stop()

whole bear
#

I wanna ask something

upper basin
#
def check_credentials(self, instance):
        username = self.username_input.text
        password = self.password_input.text
        if username == 'shit' and password == 'shit':
            print('Good job! Login successful')
            self.dismiss()
            self.main_layout.show_main_label()
        else:
            print('Invalid credentials. Closing the app.')
            App.get_running_app().stop()
whole bear
#

so basicaly im interesting in learning python

#

but im not passionate towards any project

#

to keep motivating me to learn

royal crown
#

i want to make it so when the password and the username were correct it should show a new label

whole bear
#

im in a weird learning phase

#

and idk whether im in the right path or not

royal crown
#

but dont know how to do that yet and apperantly ai cant help me

#

thats my projekt

whole bear
#

yeahh

royal crown
#

?