#voice-chat-text-0

1 messages Β· Page 674 of 1

whole bear
#

OHH SHITTT

#

maybe u need to get a screen replacement

#

probably not

hushed elm
#

corruption bro

hidden flower
#

Put that shit in rice @chrome osprey

sick thorn
#

of course you can have blue or green lines on a phone, that's how RGB screens work ahah

chrome osprey
sick thorn
#

use it more, maybe you'll get the line to move off screen Β―\_(ツ)_/Β―

#

hey btw guys, are any of you guys familiar with sqlalchemy ? I'm pulling my hair out over this ORM

whole bear
hushed elm
#

uh oh i just dropped the production db

#

uh oh

manic magnet
#

voice chat looks pretty active

chrome osprey
hidden flower
#

@whole bear what error do you get?

#

oops tagged the wrong person

chrome osprey
hidden flower
#

what aaction gave you the error?

whole bear
#

@hidden flower np

manic magnet
#

Goofy question I know, but am I allowed to join a vc and just chill without talking to much?

hidden flower
#

yes, Pinwheels

manic magnet
#

Alright, thanks

chrome osprey
whole bear
#

@manic magnet yeah it is today

manic magnet
#

Hm?

whole bear
#

voice chat looks pretty active
@manic magnet

manic magnet
#

ah

#

@chrome osprey like your aesthetic btw, on that ss you sent

#

Vim is a pretty good text editor

#

I enjoy it

whole bear
#

yeah its super fast if u know how to use it properly

#

though it takes some time to get used to

chrome osprey
#

@chrome osprey like your aesthetic btw, on that ss you sent
@manic magnet thks

manic magnet
rugged root
#

@whole bear So the main differences between VSCode and PyCharm really come down to what they're originally built for. Another thing to note is that VSCode is an editor, while PyCharm is an IDE.

PyCharm is built using JetBrains "IntelliJ" framework. It's made to be focused purely on working with Python, and comes with a lot of tools specifically aimed at making your time making Python projects as efficient as possible. However that comes at a cost. As I said, PyCharm has a lot of things built in, which makes it very heavy. It takes up a lot of memory and can be CPU intensive, so it won't run very well on machines that are considered low end. That said, it's a powerful tool, and if your machine can run it, that's the one I personally would choose.

Pros:

  • Well suited for projects of any size.
  • Built in debugging tools as well as support for various frameworks in the Python ecosystem.
  • Built in intellisense and project mapping, which means that PyCharm can help integrate functions from wherever in your project.
  • Allows you to run Python code inside of it by using a built in console window.
  • Large plethora of extensions and plugins that often work across the large library of JetBrains products.
  • Powerful and versatile GitHub integration, allowing you to view and submit PRs from PyCharm itself, do code reviews, review issues, etc.

Cons:

  • Doesn't run very well on older or lower end machines.
  • Can be rather unintuitive to people who are newer or aren't well versed in other JetBrains products.
  • PyCharm professional is closed source software, which can be discouraging to some people.
#

VSCode was made as a general editor. You can customize it to work with almost any language, so long as there are extensions for it or you write your own. The downside to this versatility is that you won't get the specialized tools that you would get with a full on IDE, even with the plethora of extensions and plugins. With that being said, VSCode is no slouch, and there's nothing explicitly stopping you from writing projects of any size in it.

Pros:

  • Allows you to easily switch between languages as you need to.
  • Lighter than PyCharm, so it'll load quicker and should run more efficiently on lower end machines
  • Comes with built in Python code highlighting and the ability to run code in itself (after configuring it to look at the correct interpreter.
  • Highly customizable with its large library of open source plugins
  • Completely open source itself.

Cons:

  • Misses some of the amenities that you would have from PyCharm
  • You may need to hunt for extensions in order to get it to look and behave the way you want it.
#

Sorry, I know it's a wall of text

manic magnet
#

I was wondering when you were gonna be done typing lmao

rugged root
#

Yeah sorry

#

Had a lot

manic magnet
#

Its okay it was worth the wait lol

whole bear
#

have u typed that all??

rugged root
#

Yep

whole bear
#

yeah its good

#

thnx for that too

#

@rugged root i guess an i5 and 8gb ram would be enough to run pycharm??

rugged root
#

Something I WILL say

#

In the end, what matters is what editor fits you best

#

Comfort and ease of use for you is what really matters

#

I suggest trying one for a week or two, and if you don't like it, hop to another

#

Rinse and repeat until you're happy

#

And honestly, there's also nothing wrong with using multiple editors or IDEs

manic magnet
#

For sure yeah.

rugged root
#

For example I'll use PyCharm for the larger stuff I'm working on, but Sublime for smaller things or if I'm tying around with other languages

whole bear
#

For example I'll use PyCharm for the larger stuff I'm working on, but Sublime for smaller things or if I'm tying around with other languages
@rugged root yeah thats also a good combo

hidden flower
#

one more con about pycharm is that it isn't suited that well for languages other than python

#

but that's just nitpicking

#

because you can have multiple IDEs/ editor, as hemlock said

whole bear
#

@hidden flower the pro version is bundled with webstorm so its good for web dev

#

but yeah not anything rather then that

manic magnet
#

I've only been programming for 7 months so far and I'm still pretty damn awful, only been doing python

rugged root
#

Nothing wrong with that either

#

People learn at different rates

whole bear
#

I've only been programming for 7 months so far and I'm still pretty damn awful, only been doing python
@manic magnet so is python ur first language??

manic magnet
#

Yeah

#

I'm loving it

rugged root
whole bear
#

yeah its pure easy and super powerful

manic magnet
#

I've noticed

whole bear
#

my first language was html

manic magnet
#

I looked at C and I love it, after I'm to a really good point in python I plan on actually deep diving into C.

whole bear
#

yeahh c/c++ forms the basis of every other language

rugged root
#

People learn at different rates
Oh just to finish my thought on this. So long as you're willing to keep working at it, you're asking questions, you're doing your best, you'll get there

hidden flower
manic magnet
#

Yeah Hemlock

#

I absolutely love learning python

#

I'll never stop thats for sure

rugged root
#

I'm glad to hear it!

manic magnet
#

I'm thinking about looking at SQLite for fun to make myself a password manager

rugged root
#

SQLite is a great way to learn about SQL and databases in general

#

It's how I got a good handle on it

manic magnet
#

Any good resources I should know about?

#

Yeah sure

whole bear
tribal solar
#

sup guys

manic magnet
#

Hiya Tony

stoic ore
#

Heyo

tribal solar
#

Hiya Tony
@manic magnet how are you

whole bear
#

sup guys
@tribal solar nothing much just chilling around

somber heath
#

@tribal solar Hoy. How'd you end up going with your pip install issue?

manic magnet
#

I'm pretty good, thanks for asking. Yourself?

stoic ore
#

we get that,

hidden flower
tribal solar
#

@tribal solar Hoy. How'd you end up going with your pip install issue?
@somber heath No,I use pycharm now and i'm not problem

hidden flower
somber heath
#

@tribal solar Well. Alright.

manic magnet
#

What i like doing is riding my bike or something, right after that my brain just works better for some reason

#

Clears my head

rugged root
#

Yep!

hidden flower
#

I haven't tried riding a bike and coding at the same time

#

but whatever works for you

#

ig

whole bear
#

@rugged root is mysql and sqllite somewhat related?

manic magnet
#

right after that

#

not during ofc goofball lmao

#

no

#

you dont

#

then bam

#

its installed

#
import discord
#

Sheesh

tribal solar
#

lol

rugged root
#

I muted you because there were loud banging noises

tribal solar
#

lol

chrome osprey
#

py-m pip install

manic magnet
#

py -m pip install modulename

rugged root
#

py -m pip install [package here]

whole bear
#

thats what happens when u r struggling with an error 🀣

manic magnet
hidden flower
#

WSL is pain πŸ™‚

whole bear
#

WSL is pain πŸ™‚
@hidden flower and why is that so??

hidden flower
#

for a beginner

#

well, you gotta set it up

whole bear
#

thats probably easy according to me

chrome osprey
whole bear
#

just enable it in feature and restart and install a distro from there

manic magnet
#

Thats pretty nice

pine iron
#

arent those bannable

#

lol

manic magnet
#

I swapped to linux not too long ago, I love it

#

so far at least

whole bear
#

I swapped to linux not too long ago, I love it
@manic magnet linux is acc to me a must to know if u r a programmer

somber heath
#

@pine iron Are you referring to the posting of images in general?

manic magnet
#

I think you can do stuff perfectly fine on windows

whole bear
#

cuz at some point u need to work with that

manic magnet
#

Why's that?

#

I don't doubt its better but I don't think its a neccessity

#

(sorry if that's spelled wrong)

hidden flower
#

I think there are programmers who have never touched linux

whole bear
#

there are

sick thorn
#

no way

chrome osprey
#
@client.event
async def on_ready():
    print(f'''{Fore.LIGHTRED_EX}


            β–ˆβ–ˆβ•—      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•—
            β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•”β•β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ•‘
            β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘
            β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β•šβ•β•β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘
            β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘
            β•šβ•β•β•β•β•β•β• β•šβ•β•β•β•β•β• β•šβ•β•β•β•β•β•β•β•šβ•β•
            {Fore.RED}Prefix: {Fore.LIGHTRED_EX}+
            {Fore.LIGHTRED_EX}Online. 
            {Fore.RED}Running losi

    ''' + Fore.RESET)

async def ch_pr():
    await client.wait_until_ready()

    statuses = [f"over {len(client.guilds)} guilds", f"over {len(client.users)} members", "+help", "+inv"]

    while not client.is_closed():

        status = random.choice(statuses)

        await client.change_presence(activity=discord.Activity(type=discord.ActivityType.watching, name=status))

        await asyncio.sleep(6)

client.loop.create_task(ch_pr())
sick thorn
#

no professional dev at least

whole bear
#

but still i think its good to learn linux

#

no professional dev at least
@sick thorn yeahh

manic magnet
#

wait what'd you use to do that coloring?

#

I really like it

#

Would love to know

chrome osprey
#

fore

manic magnet
#

i agree with kat

#

is fore a module?

#

nice

pine iron
#

mans came out of no where n said "i use linux for hacking"

chrome osprey
#

from colorama import Fore

manic magnet
#

@hollow haven @chrome osprey thx

chrome osprey
#

import colorama

manic magnet
#

gotcha

whole bear
#

byeee guyss gotta go it was a lot fun todayy

manic magnet
#

Seeya aryan

whole bear
#

seee u @manic magnet

chrome osprey
hollow haven
#

Enable Intents

hidden flower
manic magnet
#

I'd help if I could lope

#

Never been interested in discord bot dev πŸ˜”

#

I mean

#

I don't like to say I do but Ig?

#

What is it

chrome osprey
manic magnet
#

Alright what am I looking for

hidden flower
hollow haven
hidden flower
#

@chrome osprey what action prompts the error

#

can you show your error handling?
raise the error

chrome osprey
pine iron
#

lol

chrome osprey
#
    @commands.Cog.listener()
    async def on_command_error(self, ctx, error):
        embed = discord.Embed(
            title='Oh No...',
            description=f"It seems that command has a error | Please join our ""[support server](Invite link went here)"" and submit the error into our error handling channel",
            color=0xF5A9F2
        )
        if isinstance(error, commands.MissingPermissions):
            await ctx.send(":warning: Im sorry it seems you are missing the required permissions for that command!")
            await ctx.message.delete()
        elif isinstance(error, commands.MissingRequiredArgument):
            await ctx.send(":warning: Please enter all the required args.")
            await ctx.message.delete()
        elif isinstance(error, commands.CommandNotFound):
            await ctx.send(f":warning: {error}")
        elif isinstance(error, commands.CommandInvokeError):
            await ctx.send(f":warning: {error}")
            await ctx.send(embed=embed)
        elif isinstance(error, commands.BadArgument):
            await ctx.send(f":warning: {error}")
        else:
            raise error 
        ```
#

@hidden flower

hidden flower
#

ok

#
       if isinstance(error, commands.MissingPermissions):
            await ctx.send(":warning: Im sorry it seems you are missing the required permissions for that command!")
            await ctx.message.delete()
        elif isinstance(error, commands.MissingRequiredArgument):
            await ctx.send(":warning: Please enter all the required args.")
            await ctx.message.delete()
        elif isinstance(error, commands.CommandNotFound):
            await ctx.send(f":warning: {error}")
        elif isinstance(error, commands.CommandInvokeError):
            await ctx.send(f":warning: {error}")
            await ctx.send(embed=embed)
        elif isinstance(error, commands.BadArgument):
            await ctx.send(f":warning: {error}")
        else:
            raise error 

remove this whole part and raise error

#

yeahh

#

use the paste bin

chrome osprey
#

yo

hidden flower
#

!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.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

chrome osprey
#

@hidden flower

hidden flower
#

command = self.client.get_command(self.client) what does this do?

#

lemme refer to the docs really quick

chrome osprey
#

it was sum else before

#

here it was this

#

entity

hidden flower
#

it hink it should be get_command(some iterable, some parameter)

#

like the discord.utils.get()

cerulean ridge
chrome osprey
#

i tried that

#

same error

hidden flower
#

okay

#

so it's not self.client

cerulean ridge
#

thanks!

hidden flower
#

it should be the name of the command

stoic ore
#

pip install pipenv
pipenv shell
pipenv install discord

chrome osprey
#

ive read it somany times

hidden flower
#

!d discord.ext.commands.Bot.get_command

wise cargoBOT
#
get_command(name)```
Get a [`Command`](#discord.ext.commands.Command "discord.ext.commands.Command") from the internal list of commands.

This could also be used as a way to get aliases.

The name could be fully qualified (e.g. `'foo bar'`) will get the subcommand `bar` of the group command `foo`. If a subcommand is not found then `None` is returned just as usual.

Parameters **name** ([`str`](https://docs.python.org/3/library/stdtypes.html#str "(in Python v3.9)")) – The name of the command to get.

Returns The command that was requested. If not found, returns `None`.

Return type Optional[[`Command`](#discord.ext.commands.Command "discord.ext.commands.Command")]
hidden flower
#

it's in line 88

fierce summit
hidden flower
#

I was talking to Lope

#

not yo aurura

#

@chrome osprey it has to be the name of a command

stoic ore
#

@fierce summit pip install pipenv
pipenv shell
pipenv install discord

hidden flower
#

not the bot instance

#

@chrome osprey what is entity?
regardless I don't think you have to pass that in

#

oh

stoic ore
#

@fierce summit Írja be ezeket a kódokat a VSC terminÑljÑra
pip install pipenv
pipenv shell
pipenv install discord

hidden flower
#
            if cog:
                await self.setup_help_paginator(ctx, cog, f"{cog.qualified_name}'s commands")```
line 84^

are you supposed to be passing in `cog` or `cog.get_commands()`
stoic ore
#

@fierce summit Mivel; A VSC-ben nincs python kerΓΌlete. Ehhez telepΓ­tenie kell ezeket a kΓ³dokat

chrome osprey
#
            if cog:
                await self.setup_help_paginator(ctx, cog, f"{cog.qualified_name}'s commands")```
line 84^

are you supposed to be passing in `cog` or `cog.get_commands()`

@hidden flower cog.get_commands

manic magnet
#

brb

twin garnet
#

ah keşke birşey anlasam

stoic ore
#

sΓΆyle aslan

twin garnet
#

sizi dinliyomda πŸ™‚

stoic ore
#

Γ§eviriyi kullan translate

#

oto algΔ±la yap

#

bizde âyle âğrendik

twin garnet
#

hmmm

#

deneyeyim

rugged root
#

@twin garnet @stoic ore English only server, guys

twin garnet
#

Δ± know

stoic ore
#

@rugged root what ?

twin garnet
#

what is wrong

#

=

#

?

rugged root
#

!rule 4

wise cargoBOT
#

4. This is an English-speaking server, so please speak English to the best of your ability.

stoic ore
#

@rugged root I dΔ±dn't know that its just contΔ±nues for days

twin garnet
#

Are you racist

rugged root
#

We can't moderate languages we don't know

#

I don't think it's an unfair request I'm making

stoic ore
#

yeah Δ± see

twin garnet
#

I'm sorry I did not know

rugged root
#

No worries, I appreciate you being understanding

twin garnet
#

ty

pine iron
#

hey

stuck furnace
#

Hey πŸ™‚

pine iron
#

how r u

hidden flower
#

#voice-chat-text-0 message

@hidden flower cog.get_commands
@chrome osprey cool
then why are you passing in cog

(sorry had to go afk)

stuck furnace
#

Good thanks you? πŸ˜„

hidden flower
#

did lope nope out of here?

pine iron
#

just bored literally just meming seeing what i can do with tiktok

stoic ore
#

sjmhbgΔ±

rigid glacier
#

yo

#

need help

#

got a few questions

signal raven
#

stole

#

damn

hollow haven
#

.source

viscid lagoonBOT
stuck furnace
#

Arduino?

#

Pi?

#

Stuff to build a lego robot

rugged root
#

@fierce summit Going to scratch out a quick bot example. Things have finally calmed down at work a bit.

fierce summit
#

okay

stuck furnace
#

Do you speak Portuguese Lope?

hollow haven
#

... Very tempted to get nitro just so I can use the locking emoji

chrome osprey
stuck furnace
#

Made of money...

hushed elm
#

moniii

rugged root
#

@fierce summit I've got the example written out, I just need to see if I have to go on deliveries.

fierce summit
#

okay

stuck furnace
#

Nice avatar @hushed elm πŸ˜„

hushed elm
#

no u

#

how's it going alex?

stuck furnace
#

Not bad, you?

hushed elm
#

same. went for a run today. written something. now playing diablo 2

#

going gudd

#

how about you, what have you been up to?

stuck furnace
#

Erm, not much. Helping out here mostly.

cyan quartz
#
  
## Expects Input to exist in file in same folder named "data.txt"
# Part 1
print(sum(map(int,open('data.txt').read().splitlines())))

# part 2
from itertools import cycle, accumulate

s = set([0]) 
print(next(res for res in accumulate(cycle(map(int,open('data.txt').read().splitlines()))) if res in s or s.add(res))```
hushed elm
#

nice

cyan quartz
#
    @property
    def wiki_categories(self) -> List[str]:
        """ Returns a list of all categories each page belongs to """
        try:
            return self._wiki_categories
        except AttributeError:
            self._wiki_categories = self._get_wiki_categories()```
pine iron
#

why is it so annoying to try and make a instagram checker like bruh

#

to og hunt

#

its easy to flip

#

thats the point of using checkers

#

lol

#

r we thinking of the same checkerss lol

whole bear
#

@hushed elm i love the new hat

pine iron
#

@chrome osprey thats pretty pointless lol

#

why make one file 6k words instead of using multiple files for easy access

#

uh huh

hushed elm
#

eyyy and i love you @whole bear

whole bear
#

ayyyyyyyyyyyyyyyy love you more

hushed elm
#

@pine iron one file is easier to access, you have all your stuff in there

#

no, i love you more

#

ha!

whole bear
#

i love you to the moon and back

#

477,710 miles

manic magnet
#

I love how no matter what flaws you may have, you try constantly to do nothing but improve. I find it inspiring.

stuck furnace
#

Erm someone sounds very muffled.

#

It's like fear factor mixed with big brother.

hushed elm
#

yess

whole bear
stuck furnace
#

Do Australians know Ant and Dec?

cyan quartz
stuck furnace
#

Does it have a lot of IO @cyan quartz ?

cyan quartz
#

a ton actually

#

its scraping wikipedia

stuck furnace
#

Using asyncio?

cyan quartz
#

only part of it is async

#

i need to update the rest to be aiohttp

#

cause its slow af

#

rest of code is using UVLoop so i should probably rewrite this library im using for wikipedia to be async

chrome osprey
pine iron
#

@pine iron one file is easier to access, you have all your stuff in there
@hushed elm nah multiple

crimson saffron
#

meow

hushed elm
#

I've been splitting my files a lot for different classes and such, but have also tried having one big file with a bunch of code in it and it's easier to navigate, instead of just having 5 files open and wading through them. i recommend you try it

pine iron
#

nah

hushed elm
#

try making one project with just one file and see how it goes. you probably won't like it

#

but it doesn't hurt to try something new

#

:*

pine iron
#

u just contradicted ur self

#

lol

hushed elm
#

lol you got me haha

pine iron
#

ok

hushed elm
#

you win, i lose

crimson saffron
#

Does anyone know how to see how many messages u have left to send for verification?

pine iron
#

jsut do

#

from

#

and then ur name

#

and it should say how many messages u sent

crimson saffron
#

what command prefix do i use?

#

Or dm the bot?

pine iron
#

presss the magnifying glass

#

top right corner

crimson saffron
#

Ive got over 50 and it wont verify

#

nvm it worked now, maybe it didnt count some

karmic bear
#

lol

gentle flint
#

'cous'+'cous'
will return
'couscous'

karmic bear
#

ehehheheeh

#

hehe lol

somber heath
#
>>>from math import inf
>>>x = inf
>>>x = x + 1
True```
gentle flint
#

@chrome osprey
What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills.

I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words.

You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that’s just with my bare hands.

Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little β€œclever” comment was about to bring down upon you, maybe you would have held your fucking tongue.

But you couldn’t, you didn’t, and now you’re paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it.

You’re fucking dead, kiddo.

chrome osprey
#

im so confused

hardy cipher
whole bear
chrome osprey
#

Command raised an exception: TypeError: argument of type 'Bot' is not iterable

radiant patio
gentle flint
#
ile "C:\Users\Lucaorbobby\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\discord\ext\commands\core.py", line 1216, in get_command
    if ' ' not in name:
TypeError: argument of type 'Bot' is not iterable
#

what is name?

#

where did you define it?

whole bear
#

say no

gentle flint
#

what the fuck did you just say to me, you little bitch

whole bear
#

I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills.

chrome osprey
gentle flint
#

I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words.

#

thanks

whole bear
#

You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot.

gentle flint
#

@chrome osprey that's not the right file

#

actually

#

nvm

#

I was confooz

whole bear
#

the key

hollow haven
radiant patio
#

@hardy cipher are you building something specific with ipfs?

hollow haven
#

!server

wise cargoBOT
#

Server information
Created: 3 years, 10 months and 10 days ago
Voice region: europe
Features: COMMUNITY, BANNER, MEMBER_VERIFICATION_GATE_ENABLED, NEWS, RELAY_ENABLED, VIP_REGIONS, WELCOME_SCREEN_ENABLED, VANITY_URL, PARTNERED, DISCOVERABLE, PREVIEW_ENABLED, ANIMATED_ICON, INVITE_SPLASH

Channel counts
Category channels: 32
News channels: 8
Text channels: 181
Voice channels: 30
Staff channels: 75

Member counts
Members: 109,546
Staff members: 88
Roles: 76

Member statuses
status_online 32,671
status_offline 76,875

whole bear
#

I am an atheist who plays videogames (dont tell me to censor the word "videogame" because it has NOTHING WRONG) and I dont understand why you are saying this instead of reading the millions of articles that prove you wrong. You can litterally search on youtube "animal crossing gameplay" and you will find the game that proves all your arguments are wrong.

They are the proof that all that you think about videogames is WRONG. Just take your time and start watching EVERY SINGLE ONE OF THESE VIDEOS . and if you are thinking of blocking my user... I don't care, beacause that would mean that you don't care about FACTS AND LOGIC, BECAUSE WHAT I AM SAYING IS THE INEVITABLE TRUTH, KAREN.

radiant patio
pine iron
#

I am an atheist who plays videogames (dont tell me to censor the word "videogame" because it has NOTHING WRONG) and I dont understand why you are saying this instead of reading the millions of articles that prove you wrong. You can litterally search on youtube "animal crossing gameplay" and you will find the game that proves all your arguments are wrong.

They are the proof that all that you think about videogames is WRONG. Just take your time and start watching EVERY SINGLE ONE OF THESE VIDEOS . and if you are thinking of blocking my user... I don't care, beacause that would mean that you don't care about FACTS AND LOGIC, BECAUSE WHAT I AM SAYING IS THE INEVITABLE TRUTH, KAREN.
@whole bear bruh what

#

@whole bear bc half of us dont even have voice perms

#

ur complaining about ppl not talking so how r u gonna ignore the fact most of us cant

whole bear
#

@hollow havenπŸ‘† πŸ‘† πŸ‘†

pine iron
#

ur reporting me for telling u the truth?

#

lol

whole bear
#

no

#

i would at modmail

hollow haven
#

huh?

pine iron
#

then go do it

whole bear
#

???

pine iron
#

@fierce summit it was the admin

chrome osprey
#

@gentle flint fix it?

pine iron
#

@hollow haven ☝️ ☝️ ☝️

whole bear
#

yeah

pine iron
#

u literally deleted it

#

i ss it dont worry

chrome osprey
#

??

pine iron
#

i reportith u

chrome osprey
#

i got mentioned

#

what was it

pine iron
#

by @whole bear

whole bear
#

@chrome osprey come back to vc

pine iron
#

u mean u tried to get me banned

#

lol

#

there was no question

#

lol

#
@REJ bc half of us dont even have voice perms
ur complaining about ppl not talking so how r u gonna ignore the fact most of us cant
#

where in there is a question

whole bear
#

bruh

pine iron
#

yes it does

whole bear
#

shiver me timbers ye

pine iron
#

hi

#

hi

#

@whole bear told me to spam

#

mod mail report

#

/help he say me spam

whole bear
#

lmao

somber heath
#

A question without a question mark is still a question. It's a poorly formatted question, but a question all the same.

pine iron
#

@wanton needle he say spam

whole bear
#

bro

#

@zealous rock hello, how are you doing

pine iron
#

he spamming him

#

BAN!

whole bear
#

@solid pilot whats up bro

pine iron
#

spammer

whole bear
#

who

pine iron
#

all of you

whole bear
#

omg im shaking

chrome osprey
#

@pine iron you are very annoying and immature

pine iron
#

@pine iron you are very annoying and immature
@chrome osprey BAN!

whole bear
#

i cant read the chat becuz of all the spam

#

omg

pine iron
#

same

somber heath
#

One could say he Spamalot.

whole bear
#

good one

#

πŸ₯΅

tiny seal
#

ok imma head out

pine iron
#

goodnight papa

#

he is bullying me

#

pls BAN!

whole bear
#

bruh

somber heath
#

@pine iron πŸ™‚

whole bear
#

@pine iron 😘

pine iron
#

i will report you to my mother she owns python!

whole bear
#

thats cap bruh

#

@pine iron spankme

pine iron
#

@mother they r bully me

#

BAN!

whole bear
#

stop spamming BAN!

pine iron
#

Hello this is mother

hardy cipher
#

Stop spamming all toghetor

pine iron
#

why are you bullying my son

somber heath
#

@pine iron Have you worked on any interesting projects, lately?

whole bear
#

🍿 🍿 🍿

#

bruh u got da dumptruck in the back mama

pine iron
#

@pine iron Have you worked on any interesting projects, lately?
@somber heath yes, ur grandmas

somber heath
#

@pine iron πŸ™‚

pine iron
#

abuse

#

lol

#

he deleted fast

whole bear
#

πŸ™‚

#

nothing happened wdym

pine iron
#

was that supposed to offend me

#

oh

#

he saying spam

#

BAN!

sly jolt
#

can yall like

#

not

whole bear
#

Xurkan i find mother very inapproipaite

chrome osprey
#

hes doin this bewcause he wants vc perms @sly jolt

pine iron
#

i am just trying to clean up these streets from the spammers

#

hes doin this bewcause he wants vc perms @sly jolt
@chrome osprey i have more than 50 messages

sly jolt
#

!tempmute 396224008598585365 1d Seems like you're just trying to get into the vc.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @pine iron until 2020-11-19 22:06 (23 hours and 59 minutes).

whole bear
#

lmao πŸ’€

sly jolt
#

!tvban 396224008598585365 "2 weeks" Spamming messages to up your message count is not the way to get voice verified. You can still join voice channels without being verified; you just have to get some legitimate server activity in order to get verified.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice ban to @pine iron until 2020-12-02 22:07 (13 days and 23 hours).

whole bear
#

πŸ’€

hardy cipher
#

Well hes dead

rugged root
#

The commentary isn't necessary, guys

#

Why add to the spam

manic magnet
#

Hem I got a question that Idk if it'd be more focused on linux or python

sly jolt
#

hey pin

manic magnet
#

Hey xith

#

ya qt

sly jolt
#

ecks dee

#

I don't know how to respond to that

manic magnet
#

I'd say looking forward to the next stream but uh

#

you betrayed us

#

never forget 😀

sly jolt
#

was it the tabs

#

also for your python/linux question, just go ahead and ask it

chrome osprey
#

!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.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

manic magnet
#

I can't for the life of me figure this out. I mean being able to run a python script from wherever I want. I added the directory they're at to my path, but i think i'm trying to use it incorrectly?

pinwheel@pinwheelpc:~$ notes.py
bash: /home/pinwheel/bin/notes/notes.py: Permission denied
pinwheel@pinwheelpc:~$ sudo notes.py
[sudo] password for pinwheel: 
sudo: notes.py: command not found
pinwheel@pinwheelpc:~$ ```
#

boom

#
python3: can't open file 'notes.py': [Errno 2] No such file or directory
pinwheel@pinwheelpc:~$```
#

this is whats in my bash rc
PATH="$PATH:${HOME}/bin/calapp:${HOME}/bin/notes"

#

scripts are in those directories

#

Unless I'm just misunderstanding how path works πŸ˜“

rugged root
#

Hmm, not sure actually. I usually have to futz around to get path stuff to work for me. Most of the time I just move to the folder where the files are and run it there

manic magnet
#

yeah im just feelin extra lazy

#

really want it to work from anywhere

whole bear
chrome osprey
chrome osprey
whole bear
#

20:06:23

manic magnet
#

@rugged root Got it working, sorry for the mention btw. It was something super goofy, I just forgot to enable the files as executables. Im a big ol goof

amber raptor
#

Horray I’m alive

rugged root
#

@manic magnet I don't mind a mention

#

I'm always happy to learn something got fixed and talk to folks

manic magnet
#

Sounds good to me

amber raptor
#

But can’t mine right arm

stuck furnace
#

Erm, potentially inappropriate PFP @whole bear πŸ˜„

whole bear
#

i shaved tho

somber heath
#

I agree. The letterboxing in the circle looks shit.

manic magnet
#

@rugged root So I did end up remaking my little calorie app with sqlite3, really really enjoyed it actually. Thanks bunches for motivating me a little extra bit

#

And I think it looks nice the way I did it

cloud rover
#

i need some interesting projects to make me really think ;c

somber heath
#

@cloud rover Brain training challenges.

cloud rover
#

i made this the other dayhttps://vimeo.com/480603158/f787b6826d

somber heath
#

Sudoku generator, crossword generator...

cloud rover
#

its a webscraper wallpaper changer

#

i would but idk how to play sudoku XD

#

might make the crossword generator tho

somber heath
#

Sudoku would be easier.

cloud rover
#

gtg ill be back

whole bear
#

Hi @somber heath it has been long time

#

internal speech ?

#

you can do internal speech?

#

Wow

#

Oh my bad

#

yeah how is going

#

yeh , i'm using the python tabulate module yeah just for fun pretty useful

#

lately having alot of school works

#

but you know whats good

#

right opalmist

chrome osprey
#

#bot-commands

whole bear
#

ok

#

@somber heath is it a good idea to learn about operating system?

#

like fully

#

True

#

Opalmist have you watched mr robot TV series?

#

it's cool right

#

i'm enjoying

chrome osprey
#

@chrome osprey you can ask in #discord-bots
@whole bear ive asked over 100 times

whole bear
#

yeah myself i feel like i'm being that character

#

@chrome osprey create a fake hardcoded database about yourself

#

lol

#

New york

#

lol

chrome osprey
#

@chrome osprey create a fake hardcoded database about yourself
@whole bear oooooo

whole bear
#

@chrome osprey check out the faker module which can create you fake informations

#

like name,address,etc.

chrome osprey
#

bahahha

karmic bear
#

?

copper obsidian
#

ha?

hushed elm
#

haaaa?

hallow warren
manic magnet
#

@whole bear insert that data, i believe in you

whole bear
#

@whole bear insert that data, i believe in you
@manic magnet 😁

manic magnet
#

if you start live streaming you programming im joining like yesterday

#

wait you might not be able to

#

sike

hallow warren
stuck furnace
#

So, what's everyone up to?

whole bear
#

@stuck furnace nothing much just everyday stuff

hallow warren
#

Talking about what Guido might decide to do at Microsoft!

whole bear
#

its just used to install packages @whole bear

#

PEP

stuck furnace
#

Ohh

#

Python Enhancement Proposal

whole bear
#

i think its code formatter

stuck furnace
#

Erm, I think they're just numbered in date order πŸ˜„

whole bear
#

i think its code formatter
@whole bear it is now ig

hallow warren
#

"most of the people here are hoping for being able to write pandas code within Excel, to integrate with workflows that already exist"?

stuck furnace
#

PEPs are how changes to the python language are proposed.

hallow warren
#

"Pandas integration with Excel would be a good thing. I'm not a Microsoft fan, but if they do that I'd give them credit.

On the other hand, the 16k column limit in Excel does real damage and if we end up with a pandas version which has that kind of a new limitation I will scream."

Ref.: https://twitter.com/MaxCRoser/status/1313046638915706880

In the UK the number of cases rose rapidly.
But the public – and authorities – are only learning this now because these cases were only published now as a backlog.

The reason was apparently that the database is managed in Excel and the number of columns had reached the maxim...

Retweets

9495

Likes

19944

stuck furnace
#

It's interesting to keep an eye on them. There are some interesting features that might be coming to python soon.

#

Oh yeah, I heard about that @hallow warren

#

Excel is the most widely used functional programming language πŸ˜„

whole bear
#

Data handling will take off if python meets excel πŸ™‚

#

@whole bear yeah that would be the most useful thing

#

PEPs are how changes to the python language are proposed.
@stuck furnace ohhh

stuck furnace
#

Hey Jamsyn, have you heard about probabilistic programming languages?

#

They're fairly likely to be the future of data analysis I think.

#

Don't ask me for specifics πŸ˜„

hallow warren
#

@stuck furnace yes I am a huge fan of truth maintenance systems https://en.wikipedia.org/wiki/Belief_revision

Belief revision is the process of changing beliefs to take into account a new piece of information. The logical formalization of belief revision is researched in philosophy, in databases, and in artificial intelligence for the design of rational agents.
What makes belief revis...

whole bear
#

They're fairly likely to be the future of data analysis I think.
@stuck furnace we can't say anything like there are a lot of things to consider

#

@royal sphinx

#

u have to do that in the voice-verification channel

royal sphinx
#

@whole bear how can i?

whole bear
#

just go to to the voice verification channel and type in there !voiceverify

stuck furnace
#

See ya

#

I'm off too.

hallow warren
#

ttyl! ❀️ see you

royal sphinx
#

@whole bear ooo got it. I'm new in here.

whole bear
#

@royal sphinx ohh that's not a problem we are always here to helpπŸ™‚

stuck furnace
royal sphinx
#

@whole bear thanks man

whole bear
#

@whole bear your welcomeπŸ™‚

#

see u all gotaa go too

whole bear
#

Hello

#

πŸ‘‹

severe elm
#

Qgis

gentle flint
#

QGIS (until 2013 known as Quantum GIS) is a free and open-source cross-platform desktop geographic information system (GIS) application that supports viewing, editing, and analysis of geospatial data.

severe elm
gentle flint
rose vapor
#

<@&267629731250176001> I did verify but still can't speak.

dire folio
#

did you do voice verification?

rose vapor
#

yep

dire folio
rose vapor
#

I examined my DM box, I realized why I couldn't verify. Sorry for tagging bro.

dire folio
#

no worries, we are here to help you out

#

did you just join us?

rose vapor
#

I don't know, what do I have to do to join us?

whole bear
#

dose someone want to develop/create a bot with me

fresh widget
#

hi

dire folio
#

did you just join python discord @rose vapor ?

#

if you did there are some requirements to verify on voice channels

rose vapor
#

yes, I noticed

#

No problem, I can verify after 3 days.

rigid nest
#

@whole bear

#

that's you.

#

"anyone wanna make a bot?"

#

@whole bear this is you and him

whole bear
#

In mathematics, modular arithmetic is a system of arithmetic for integers, where numbers "wrap around" when reaching a certain value, called the modulus. The modern approach to modular arithmetic was developed by Carl Friedrich Gauss in his book Disquisitiones Arithmeticae, pu...

#
import matplotlib.pyplot as plt

k=3
c=1
p=2

def get_num() -> int:
    n = input('Please enter a number: ')

    try:
        n = int(n)
        return n
    except ValueError:
        return -1


def colez(num: int) -> list:
    result = [num]

    while num > 1:
        if num % 2 == 0:
            num //= p
        else:
            num = k*num+c

        result.append(num)

    return result


y_values = colez(get_num())
x_values = [i for i in range(len(y_values))]

plt.plot(x_values, y_values)
plt.show()
rigid nest
#

nice

whole bear
#

@rigid nest You should also join Errichto's Discord server

rigid nest
#

pls inv

whole bear
#
import matplotlib.pyplot as plt
import numpy as np

num=int(input("Starting number: "))
num2=int(input("Ending number: "))
num1=num
xmin=num
xmax=num2
multiplier=3

stepslist=[]
special=[]

while num1<num2+1:
    steps=0
    num=num1
    while (not num==1) and (steps<9999):
        if num % 2 == 0:
            num = num//2
        elif num % 2 == 1:
            num = multiplier*num+1
        steps+=1
    stepslist.append(steps)
    if steps<999:
        special.append(num1)
    print("For "+str(num1)+", it took "+str(steps)+" steps to get to 1.")
    num+=1
    num1+=1

#print(special)

dx=1
x = np.arange(xmin, xmax+1, dx)
plt.plot(x,stepslist)
plt.show()
hallow warren
#

@rigid nest ❀️

hallow warren
#

:hug:

#

/:hug:

#

This Agreement shall be governed and construed in accordance with the laws of the State of Colorado. [because of the Covenant of Good Faith and Fair Dealing -jsalsman] If a dispute arises under this Agreement, the parties agree to first try to resolve the dispute with the help of a mutually agreed-upon mediator in the United States or Canada. If a mediator can not be agreed upon by the parties, each party will nominate a representative, both of whom will together select a mediator. Any costs and fees other than attorney fees associated with the mediation shall be shared equally by the parties. If the dispute is not resolved within 30 days after it is referred to the mediator, any party may take the matter to court. If any court action is necessary to enforce this Agreement, the prevailing party shall be entitled to reasonable attorney fees, costs, and expenses in addition to any other relief to which the party may be entitled. If any provisions of this Agreement are held to be invalid, the remainder of the Agreement shall remain in effect.

scarlet drift
#

hey wsup guys

hallow warren
#

nommuch u?

scarlet drift
#

At work so can't really talk in the VC lol

#

It's Thursday Noon here at my side

hallow warren
#

@scarlet drift what time zone are you in? I am in PST usually UTC+8

scarlet drift
#

@scarlet drift what time zone are you in? I am in PST usually UTC+8
@hallow warren GMT +5

#

LMAO

#

bruh

#

HAHAHAHAHHAHAHA

hallow warren
whole bear
hallow warren
gentle flint
#

pythonista

hallow warren
gentle flint
hallow warren
rigid nest
#

ES6 ----->> MARS

gentle flint
#

electronic shit 6

rigid nest
#

"we need to talk about js"

icy axle
#

@gentle flint nice Swedish status hahah

gentle flint
#

tack sΓ₯ mycket

icy axle
#

πŸ‡ΈπŸ‡ͺ

hallow warren
#

def lambda args: f(args):
return f(args)

hushed elm
#

writing javascript on mars

#

lol

hallow warren
hushed elm
rigid nest
#
const getMaxLessThanK = (n, k) => {
    let max = 0;
    let res = [];
    
    for (a = 1; a < n; a++) {
        for (b = a+1; b <= n; b++) {
            let x = a & b;
            if (x < k) { res.push(x) };
        };
    };
    return Math.max(...res);
};
whole bear
rigid nest
#

Crucial

whole bear
gentle flint
#

yes

hallow warren
#

What's ruthenium!?!?!

scarlet drift
#

What's ruthenium!?!?!
@hallow warren a chemical element

#

lmao

lethal ingot
#

Wikichemia

scarlet drift
#

Based on your electron answer

#

lmao

hallow warren
hallow warren
#

int(a,b,c,d) -> ab+cd

rigid nest
scarlet drift
rigid nest
#

there's more javascript postings in my local area than hot singles.

scarlet drift
#

there's more javascript postings in my local area than hot singles.
@rigid nest HAHAHHAHAHAHAHAHA

#

This cracked me up

rigid nest
#

:D

scarlet drift
#

"Are you looking for someone to reverse your linked list?"

rigid nest
#

LOL

hushed elm
#

get a chance to help a gurl with a "problem"

#

i love helping girls with their "problems"

#

uuuuuuu

uneven urchin
#

o/

scarlet drift
#

i love helping girls with their "problems"
@hushed elm Thirsty JS devs be like

hushed elm
#

yeh

scarlet drift
#

lmao

uneven urchin
#

lmao

hushed elm
#

lmao

scarlet drift
#

I have been waiting for my bot to finish dumping data to the database, which is running on a remote server, since morning. I kinda fucked up by running it on my local machine to test it out and dude the number of rows are like more than 10k. It's still running LMAO.

hushed elm
#

finish DUMPING

#

hhhhahahaha

scarlet drift
#

LMAO

hallow warren
#

@rigid nest please paste them here

scarlet drift
#

FUCK NOW IT'S DOWNLOADING ADDITIONAL REPORTS

hallow warren
hushed elm
#

gg big brain @gentle flint

#

hah

#

ADDITIONAL REPORTS
OMG

gentle flint
#

is sandwich strength

#

wait w0t

#

reports?

hushed elm
#

id

#

idk

scarlet drift
#

reports?
@gentle flint Amazon seller centre reports

#

BRUH

#

I can't do that shit on my mac lmao

#

JS devs smashing keyboard after finding out that the woman wanting to get her problem solved was actually a man

gentle flint
#

this is my keyboard

hushed elm
#

JS devs smashing keyboard after finding out that the woman wanting to get her problem solved was actually a man
@scarlet drift loooools

scarlet drift
#

LOL

#

damn man, I'm jelly that you can eat near your keyboard

#

if I eat bread near mine, it'll get fucked up permanently

rigid nest
gentle flint
#

if keyboard dies
is no problem
boris here to help

rigid nest
#

i'm number 1

scarlet drift
#

even boris can't fix the butterfly keyboard

gentle flint
#

ouf

#

sad

scarlet drift
#

;-;

#

LMFAO

#

user settings

gentle flint
#

nope

#

status ain't in there

scarlet drift
#

oh nvm

#

yeah you need to click on your image bottom left

fierce summit
#

@gentle flint can you help me?

gentle flint
#

telecommunicates question from aurora to own brain

scarlet drift
#

what do you need help in @fierce summit ?

gentle flint
#

Hmmm, lemme consult the jedi

fierce summit
scarlet drift
#

lmao

#

@gentle flint LOL

gentle flint
#

jedi says perhaps

hushed elm
#

mayhaps

gentle flint
#

but wishes more details

#

perchance

#

peradventure

scarlet drift
#

Gandalf wants to know your location

gentle flint
#

jedi does wish to point out that I have but 5-10 minutes allotted me ere I must resume my scholastic toils

foggy tulip
#

@gentle flint it's treason, then

gentle flint
#

verily that may be the case

#

the reason for that, though, remains obscured to my knowledge

scarlet drift
#

Any harry potter fan?

fierce summit
#

yes

scarlet drift
#

Dude I'm fucking excited about the hogwarts legacy game coming out next year

fierce summit
#

me too

scarlet drift
#

I hope it's a great game

fierce summit
#

I hope too

scarlet drift
#

@rigid nest Are you solving problems on hackerrank?

rigid nest
#

ye

scarlet drift
#

good luck

rigid nest
#

thx man

scarlet drift
#

JS bad

#

jk lol

#

@rigid nest Your best bet is to get into the JS stack if you want to get into the industry

rigid nest
#

yep

#

i feel lioke from then i can decide

#

ye i wanna do cpp

#

or c

#

or python

scarlet drift
#

Because when it comes to python, there aren't a lot of jobs (except AI and Data Science)

#

I've been coding in Python since the past 2 years and it's my first programming language as well but now I think I'm stuck in a never ending loop just because I know one language. Now I'm trying to switch to the JavaScript stack

#

Yeah I thought the same exact thing

#

thanks for the info @hallow warren

#

oh yeah TS is compiled to JS

#

I still don't get why JavaScript gets all the hate, yes I know it's not that well structured in some areas but still lol

#

is it bad that I'm directly consuming amazon's internal API to download seller centre data just to automate? LOL

lethal ingot
scarlet drift
#

easy on the keyboard there lol

manic magnet
#

@chrome osprey so did ya ever get your help fixed?

scarlet drift
#

take a break

#

and then come back to the problem @rigid nest

chrome osprey
#

@chrome osprey so did ya ever get your help fixed?
@manic magnet re wrote it last night

manic magnet
#

I knew it would happen

#

Worked out?

chrome osprey
#

yes sir

manic magnet
#

ayee

#

nice

#

happy for ya

chrome osprey
#

thanks g

amber raptor
#

Shame its PS5 exclusive

karmic bear
#

lol

gentle flint
#

I'm off

#

bye

stoic ore
#

Hi @All god demit

rugged root
#

On in a bit, guys

stoic ore
#

wa't

rugged root
#

Work stuff hopping in my face

stoic ore
#

waiting

#

πŸ˜„

#

D:

#

take joe wΔ±th u

#

@night tiger I need your magic

#

and @hollow haven

#

Waiting here for u guys

hollow haven
#

What do you need help with?

stoic ore
#

'self' explanations

#

need it too hardly

#

class MyGrid(GridLayout):
def init(self, **kwargs):
super(MyGrid, self).init(**kwargs)
self.cols = 1

    self.inside = GridLayout()
    self.inside.cols = 2
#

@fierce summit hav eu find answer to your problem

fierce summit
#

yes, but after that I had a new problem

stoic ore
#

πŸ˜„

rugged root
#

As is the way of programming

fierce summit
#

Yeah

gentle flint
#

wth

#

that eye

#

much better

hollow haven
#

kubectl

fierce summit
#

@gentle flint, @rugged root, can one of you help me?

gentle flint
#

I'm busy with health insurance stuff

#

so not right now

fierce summit
#

okay

spiral dagger
#

so to open the voice chat i should type 50 msg?

#

bruhh

fierce summit
#

yeah

gentle flint
#

*to speak in it

crystal fox
#

you should engage in conversation until you hit 50 messages.

#

should be easy.

hollow haven
#

You can still listen and participate here. Most of us have this channel open when we're in voice

fierce summit
#

okay

#

no problem

stoic ore
#

What is 'parser' mean?

rugged root
#

A parser is a program that takes text or some information and turns it into something useable by the program

#

So for instance the Python Interpreter parses the Python code into something it can use

stoic ore
#

hmm Thats much more sense

#

than usual

#

Ty I love u

rugged root
#

Glad I could help

lethal ingot
#

To all people living in Australia, check Wikipedia

#

What they are on about ?

severe copper
#

sup

lethal ingot
#

Asking for donation ?!!

hollow haven
rugged root
#

@lethal ingot They're a free service that millions if not billions of people use. They do not have any advertising on their platform. You probably use them several times a month. I think they're well in their right to ask for help keeping the servers up

crystal fox
lethal ingot
#

Ok. Thanks for the clarification

severe copper
#

what are you guys talkin abt

hidden flower
#

Ok. Thanks for the clarification
yeah, they have been asking for a while, not an Australia specific thing

whole bear
#

@rugged root Can u pls guide me through how can i contribute to the seasonal bot repo like the guidelines for that

hollow haven
whole bear
#

@hollow haven thnx for that

#

is it imp to have docker?

#

or i can just do it without that

hollow haven
#

For seasonalbot it's not necessary to have docker

#

For @wise cargo it is though. You can get seasonalbot and precommit working in like 30 minutes with just a basic IDE, test bot, and test server

whole bear
#

yeah i use vscode as the IDE and i have gone through the docs now and will

hollow haven
#

I actually just went through setting up Sir-Lancebot yesterday, so happy to help you through it

whole bear
#

so i think its good if i get docker

hollow haven
#

I use VSCode and you definitely don't need it for Sir-Lancebot.

whole bear
#

Ohh

#

well i first go with the beginner stuff so that i get a good grasp of how to do that

hollow haven
whole bear
#

and then move up to other bots cuz there difficulty is like intermediate to expert

#

and @hollow haven should i just start working on an issue directly or i need to inform someone that i m doing that or anything like that

#

Ohhh @rugged root I'll do thatπŸ˜‚

#

thnx for the guidance

crystal fox
rugged root
#

Uriel was cooler

#

Although I always played Visor's Gore skin

crystal fox
#

Crash head, Slash body.

rugged root
#

I think it was called Gore...

crystal fox
#

yeah

rugged root
#

The one with the like, orange shifting mask

fiery juniper
#

pls someone???

rugged root
#

@fiery juniper Please don't advertise your help channel in other channels. We're an entirely volunteer outfit, so we ask for your patience. The help system is set up to place newly opened help channels on the bottom of the list. They migrate up the list as older ones are closed. If you're having trouble getting an answer, try to give more context: What are you trying to do, what errors are happening, have you showed the block of that is having the issue, what have you tried, what is the program doing versus what are you expecting it to do, give an example of the expected input and output, etc.

fiery juniper
#

ok sorry and thanks :)

hollow haven
tidal salmon
#

!star 510156600875679758 1d Please pick a name that doesn't have obvious NSFW connotations

wise cargoBOT
whole bear
#

Changing name with u are more familiar/comfortable with, is the most white thing

rugged root
#

That's the weirdest statement I've read all week

tidal salmon
#

the most white thing? You got a name of a random superstar

#

and I think that's pretty great

rugged root
#

And I've read some wwwweeeeeeeeiiiirrrrrrrd shit

tidal salmon
#

it's not a "I'm white" thing, it's a "we're required to moderate this server" thing

whole bear
#

That's the weirdest statement I've read all week
@rugged root My country was british colony once. They used to change our native names

ashen jackal
#

i am new to python

#

help search

whole bear
#

I thought it would be a nice joke, u got offended

amber raptor
#

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

tidal salmon
#

@whole bear your name was very obviously not safe for work and so I changed it. There's really nothing else to say about that. You can change it to something else tomorrow. This has nothing to do with racism.

rugged root
#

If you have complaints, you're free to DM the @rapid crown bot to submit an appeal.

whole bear
#

@whole bear your name was very obviously not safe for work and so I changed it. There's really nothing else to say about that. You can change it to something else tomorrow. This has nothing to do with racism.
@tidal salmon ahh racism is not very big thing in my country. So i thing it would be fine to joke around it. Sorry for ur offence

tidal salmon
#

thank you

rugged root
#

!resources @ashen jackal We have a whole bunch of great beginner resources on our site! The ones we usually suggest to people is Automate the Boring Stuff and A Byte of Python

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.

crystal fox
ashen jackal
#

! @rugged root yeah ok

#

! help

whole bear
#

but @tidal salmon how is "8.3 inch" sexual? it depends how u see it.

tidal salmon
#

@whole bear You and I both know exactly why. We're really done with this, but you can always use the modmail bot.

whole bear
#

okay george michael is nice name but hard to remember for me can u change it to pyBot

tidal salmon
#

as you wish

whole bear
#

Thank you

tidal salmon
#

huh, did it not work?

#

!unstar 510156600875679758

wise cargoBOT
#

:incoming_envelope: :ok_hand: pardoned infraction superstar for @whole bear.

bright rain
#

Where is correctly ask questions about "python" math ?

tidal salmon
#

@whole bear I've never done this for someone before, so please know that if you change your name to something inappropriate again, we will respond to that. Thanks!

whole bear
#

@whole bear I've never done this for someone before, so please know that if you change your name to something inappropriate again, we will respond to that. Thanks!
@tidal salmon i will read rule, for sure.

rugged root
#

@hollow haven Want to run an idea by you. If we have issues that are critical but no one is working on that, would it make sense for me to put out a "bounty" for it?

#

I mean the reward would be my gratitude

hollow haven
#

I think it'd be fun to offer maybe some of the easier/cheaper merch for that, I'd be down. We can maybe make a small event out of it? We just need to make sure we have the reviewers capacity available for it.

finite swift
#

!voiceverify

#

How does that thing work

rugged root
finite swift
#

alr

rugged root
#

@hollow haven Possibly. I'll run it past the other folks

hollow haven
amber raptor
native nebula
#

def foo() --> False

hollow haven
#

Fluent Python

toxic ferry
#

is anyone free to help me in voice chat with a sample problem

native nebula
#

senpaii i can help you real quick

#

@toxic ferry

toxic ferry
#

thank you!

native nebula
#

yep

#

join the call ill follow

candid venture
pastel lance
#

Anyone who can help with Popen ?

green knot
#

Are you sure you don't want subprocess.run?

tiny seal
#

dc died again?

rugged root
#

@tiny seal It's up for us

#

Might be a connection issue between you and the voice server

tiny seal
#

dang

rugged root
#

Back later, delivery run time.

wraith ridge
coral frigate
#

Webgl is faster than canvas from what I know

#

My 50 messages are still not up. So still can speak on voice chatπŸ˜“

#

Can't*

faint anchor
#

Lol

coral frigate
#

Webassembly is just not that popular right now.

#

We need a community as large as js to have some acceleration in its development.

hidden cove
coral frigate
#

Heap sort... really???

#

Why?

rigid nest
#

ask the guy over at codeforces

coral frigate
#

A real man would dare to use bogosort 😌

#

In computer science, bogosort (also known as permutation sort, stupid sort, slowsort, shotgun sort, random sort, monkey sort, bobosort, lawn_gnoome sort or shuffle sort or derp sort) is a highly inefficient sorting algorithm based on the generate and test paradigm. The functio...

whole bear
#

Hi guys

#

Wassup

#

review time

#

gang gang

hidden cove
#

Not sure if I know how, but I will give it a try @bright rain

#

Go into code help 1

coral frigate
#

Is anyone free to help me in voice chat with math 'primes' in python?
@bright rain can you explain what you mean?

whole bear
#

@whole bear bro you saying i can apply for a job because i have been working on python for 2 year πŸ˜’ so defintey i can get job right?

#

@whole bear you need to have experience in an actual job where you used python and the projects behind it

#

that suck because i don't talk to people

#

get a job

#

in an office

#

yeah i will

#

even if it pays jack shit

#

that fucking sick bro

#

i like it

#

i got paid 4 dollars an hour at my first office job lmao