#voice-chat-text-0
1 messages · Page 787 of 1
For sure it is La Guyanne
This geography lesson is sponsored by the French Ministry of Tourism
damn bro
it seems Seine et marne isnt even that big actually
right in the middle of the ranking
but do you work for la startup nation, inside un incubateur innovateur and disruptif?
what do you in do la vrai vie?
in la vrai vie i'm a chinese civilization and language student
at Inalco?
a university of prolo?
i'll join a mechanical degree next year though
a university of "just get in and try to survive"
mdr
what about you?
why not a degree of applied math and informatics?
Well, i guess i could aswell, do you think it's good?
I studied at université de prolo called Lyon 2 at Bron campus
I see, engineering school is you best bet
Me 2
but you know, university of the prolo can give you solid degree anyway i think
inside le Bâtiment i???
prolo?
the degree doesn't make you, you make le degree
heard of the proletariat? we gonna establish such a dictatorship soon in France
you sound scary... release the degree right now!!
Ah, I see
Never underestimate the (combined?) power of the blue collar!
lol
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
for sure
Not for college education?
I'm building documentation for my API library and I'm having readthedocs.io host the documentation, and is backed with Sphinx. I have the Read The Docs theme installed for Sphinx using pip install,...
nope
nice
hello

noice
yess siirrr
i'm having a hard time figuring out the java web development landscape
hey @runic forum what project is that
yeah
Godot
my voice sounds horrible
How does one get sharing screen privileges
ask Hemlock
*cronyism
That is done with LSP
code actions
Local server you donwload inside your machine and have language clients connect to it
pub fn adder<A: std::ops::Add<Output = A>>(a: impl Into<Option<A>>, b: impl Into<Option<A>>) -> Option<A> {
let b = b.into()?;
a.into().map(|x| x + b)
}
impl<T> From<T> for Option<T> {
fn from(val: T) -> Self {
Some(val)
}
}
impl<A, B: From<A>> Into<B> for A { ... }
println!("{}", if x > 0 { "true".to_owned() } else { "false".to_owned() })
for<'a>
hey guys
Box<dyn for<'a> FnMut(&'a str) -> &'a str>>
guys can you help me with a simple code?
ok guys i have to create a game
from turtle import *
from random import *
screen = getscreen()
screen.register_shape("Korteles_Forma", ( (80,-50), (-80,-50), (-80, 50), (80, 50) ))
kas_atversta = None
kas_paspausta = []
colors = ["orange", "black"]
kortos = [ ]
for n in range(2):
hideturtle()
korta = Turtle()
korta.fillcolor("red")
korta.shape("Korteles_Forma")
korta.penup()
korta.goto(randint(-400, 400), randint(-400, 400))
kortos.append(korta)
for n in range(2):
hideturtle()
korta = Turtle()
korta.fillcolor("blue")
korta.shape("Korteles_Forma")
korta.penup()
korta.goto(randint(-400, 400), randint(-400, 400))
kortos.append(korta)
for n in range(2):
hideturtle()
korta = Turtle()
korta.fillcolor("green")
korta.shape("Korteles_Forma")
korta.penup()
korta.goto(randint(-400, 400), randint(-400, 400))
kortos.append(korta)
for n in range(2):
hideturtle()
korta = Turtle()
korta.fillcolor("yellow")
korta.shape("Korteles_Forma")
korta.penup()
korta.goto(randint(-400, 400), randint(-400, 400))
kortos.append(korta)
for n in range(2):
hideturtle()
korta = Turtle()
korta.fillcolor("grey")
korta.shape("Korteles_Forma")
korta.penup()
korta.goto(randint(-400, 400), randint(-400, 400))
kortos.append(korta)
def spust(x,y):
for korta in kortos:
Kx = korta.xcor()
Ky = korta.ycor()
if Kx-50 < x < Kx+50 and Ky-80 < y < Ky+80:
if kas_atversta == None:
kas_atversta
kas_atversta = korta
screen.onclick(spust)
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
yes it is
just paste the code in python u will see
wait i will tanslate
then ill ask
Create a pencil (card) in the shape of a square,
card = ...
Make that by clicking on it with the mouse,
its color would change / switch between black and orange.
Note the switching color (orange) as a "color" property of the pencil:
card.color = ..
Generate a list of 10 such "cards" - and place them in full screen (neat or shuffle randomly):
cards = []
....
Make 2 cards of the same color: red, green, blue, yellow, gray.
If necessary, the values in the list can be mixed: random.shuffle (list)
Make it possible to keep only 1 card open at a time. When opening a new one - the current one would be inverted.
The opened one can be remembered in the new pencil variable "what_opened":
kas_open = card
at the beginning of the game can be
kas_open = None # None - a special value that means "nothing"
If you open the 2nd card, its color matches the color of the first - write "guessed ..x ... color"
Guess the overlapping cards to mark so that they do not fold over.
This can be done in several ways (choose the one that suits you best):
Make a separate list - "repellent",
and put cards in it, and then check if the card is in that list, you no longer need to flip it over.
According to the length of the list, it will be convenient to check if all the cards have already been guessed;).
or assign an additional feature to the cards:
korta.atspteta = False # at the beginning
korta.atspteta = True # when guessing
Make to guess 7 times,
and when guessed, the times are not depleted (or inflated back).
Guessing all the pairs written "Happy End", otherwise - "Unfortunately, the guesses are over.
ok so this is my task
its the whole task that i have to do
okay, what are you struggling with?
my question is how do i Make it possible to keep only 1 card open at a time. When opening a new one - the current one would be inverted.
The opened one can be remembered in the new pencil variable "what_opened":
what_open = card
at the beginning of the game can be
what_open = None # None - a special value that means "nothing"
yes i have tried that
i realy dont know how to display it
yes
i think so
damm i wish i cud speak it wud be so much easyer
Django
@uncut meteor THX for your time dude see u arround
griff you cant go in to a privite call?
hi guys
i mean i realy need help and i cant speak
Sure, what about them are you struggling with?
i want someone to somehow guide me
im new to python
it would be helpful if i had someone to guide me
ah, right. So you want a demo on data types and where they can be used?
im more of a practical person
that would help me , yes
can i share my screen with you for a sec ?
unfortunately no
:/
@hushed frost you can copy paste it here, i'd recommend doing it as a code block
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
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.
import os
import sys
income =[25,20,15,102,55]
expenses =[20,55,28,16,220]
print(sum(income)-sum(expenses),"$ Is your balance")
if sum(income) < sum(expenses):
print("You should start earing that $")
elif sum(income) = sum(expenses):
print("Your balance is 0 $")
else:
print("You're good , for now")
my elif statement is wrong somehow
it says it's expecting ":"
==
yes
!comparison
Assignment vs. Comparison
The assignment operator (=) is used to assign variables.
x = 5
print(x) # Prints 5
The equality operator (==) is used to compare values.
if x == 5:
print("The value of x is 5")
!list
Do you ever find yourself writing something like this?
>>> squares = []
>>> for n in range(5):
... squares.append(n ** 2)
[0, 1, 4, 9, 16]
Using list comprehensions can make this both shorter and more readable. As a list comprehension, the same code would look like this:
>>> [n ** 2 for n in range(5)]
[0, 1, 4, 9, 16]
List comprehensions also get an if statement:
>>> [n ** 2 for n in range(5) if n % 2 == 0]
[0, 4, 16]
For more info, see this pythonforbeginners.com post.
#bot-commands
i don't fully understand the value of == compared to =
if u say = u use that for variuble
= equals
== is equal to
whos playing rainbow?
sets are the same thing as dictionaries ?
``py
lists == dictionaries ?
oh wait
i mean
set == dictionary ?
ikik
list = [0 , 1 , 2 , 3 ,4]
set = {0:a , 1:b , 2:c} ?
aight
from turtle import *
from random import *
screen = getscreen()
screen.register_shape("Korteles_Forma", ( (80,-50), (-80,-50), (-80, 50), (80, 50) ))
kas_atversta = None
kas_paspausta = []
colors = ["orange", "black"]
kortos = [ ]
for n in range(2):
hideturtle()
korta = Turtle()
korta.fillcolor("red")
korta.shape("Korteles_Forma")
korta.penup()
korta.goto(randint(-400, 400), randint(-400, 400))
kortos.append(korta)
for n in range(2):
hideturtle()
korta = Turtle()
korta.fillcolor("blue")
korta.shape("Korteles_Forma")
korta.penup()
korta.goto(randint(-400, 400), randint(-400, 400))
kortos.append(korta)
for n in range(2):
hideturtle()
korta = Turtle()
korta.fillcolor("green")
korta.shape("Korteles_Forma")
korta.penup()
korta.goto(randint(-400, 400), randint(-400, 400))
kortos.append(korta)
for n in range(2):
hideturtle()
korta = Turtle()
korta.fillcolor("yellow")
korta.shape("Korteles_Forma")
korta.penup()
korta.goto(randint(-400, 400), randint(-400, 400))
kortos.append(korta)
for n in range(2):
hideturtle()
korta = Turtle()
korta.fillcolor("grey")
korta.shape("Korteles_Forma")
korta.penup()
korta.goto(randint(-400, 400), randint(-400, 400))
kortos.append(korta)
def spust(x,y):
for korta in kortos:
Kx = korta.xcor()
Ky = korta.ycor()
if Kx-50 < x < Kx+50 and Ky-80 < y < Ky+80:
if kas_atversta == None:
screen.onclick(spust)
!e
my_list = [1,2,3,4,5,5,4,3,2,1]
print(my_list)
my_set = set(my_list)
print(my_set)
@uncut meteor :white_check_mark: Your eval job has completed with return code 0.
001 | [1, 2, 3, 4, 5, 5, 4, 3, 2, 1]
002 | {1, 2, 3, 4, 5}
sets can not have duplicates ?
so sets , tuples = immutable ?
while lists , dictionaries = mutable ?
also im having a hard time importing the "prompt" function
i think os or sys
os most likely
I have a question i assained 2 card to be red how can i display them as white but when i click on them it will turn red but if i click on a blue card it wud turn blue
def.prompt1 :
wait
nah
it aint right :))
it makes you press a certain key in order to progress
shouldn't you be advanced pythonger ?
y can't i use voice ? 😢
griff can u view my question?
yes i did that
i did that too
no
red blue yellow grey green
i quite dont undarstand that
def spust(x,y):
for korta in kortos:
Kx = korta.xcor()
Ky = korta.ycor()
if Kx-50 < x < Kx+50 and Ky-80 < y < Ky+80:
this part knows what i clicked on and the exact card but how can i make a card red but display it as white?
!e
from dataclasses import dataclass
@dataclass
class Card:
colour: str
hidden: bool
def print_colour(self):
if self.hidden:
print("White")
else:
print(self.colour)
my_card = Card(colour="Red", hidden=True)
my_card.print_colour()
my_card.hidden = False
my_card.print_colour()
@uncut meteor :white_check_mark: Your eval job has completed with return code 0.
001 | White
002 | Red
so i shud do it in my function?
griff
can you explain this please ?
for y in range(10):
if x*y > 50:
print(x,y, end=', ')
break```
for x in range(10):
for y in range(10):
if x*y > 50:
print(x,y, end=', ')
break
🙂
```py
for x in range(10):
for y in range(10):
if x*y > 50:
print(x,y, end=', ')
break
```
comma string ?
!e
x = 1
y = 2
print(f"{x}, {y}")
@uncut meteor :white_check_mark: Your eval job has completed with return code 0.
1, 2
oh so it works as basically (1,2,3....,9) * (1,2,3....,9) ?
the way it's multiplying
what's the function for multiplication ?
like sum
prod ?
hi Griff
i will print the prod of x in range (10) with y in range (10)
rember me
!doc math.prod
math.prod(iterable, *, start=1)```
Calculate the product of all the elements in the input *iterable*. The default *start* value for the product is `1`.
When the iterable is empty, return the start value. This function is intended specifically for use with numeric values and may reject non-numeric types.
New in version 3.8.
Griff it is me SpticYT
D:
i am 13 now
!e
import math
print(math.prod([1,2,5,2,3,1]))
@uncut meteor :white_check_mark: Your eval job has completed with return code 0.
60
!e
from math import prod
print(prod([1,2,5,2,3,1]))
@uncut meteor :white_check_mark: Your eval job has completed with return code 0.
60
from math import prod
how do these imports affect my code ?
yes
any good file management tutorial for python ?
does anyone here know how to script a bot
π charm
@uncut meteor
thanks for the help
much appreciated
😉
im out for now , can i ping you in case i run into more trouble ?
alrighty then
Griff when did you get into scirpting
gg wp
do yall listen to Alrght by Stuck in the Sound
wdym
XD
Everyone this is a sneak peek for my new server
i am working on it all day
oh Griff
can you script a bot for me
Ok 😦
ok i will learn
let me go and search on yt
you're probably the 82375th person to ask this, lol
script bot me now 
i remeber yu
It is me
on SpticYt
script me daddy
i got ban
on what?
I see.
ban slowly walks away again
I must confess I can't remember you.
i remeber the day at the bak of my head
remeber
remember
you and eivl
I know eivl
but I don't know you
but then I've met rather a lot of people in here
dude
I've helped hundreds of people in here
wow XD
I spend my living days in here
Ello USE-TO
I'm not gonna remember a single person I helped
nobody forgets me
true
i what you could call a G
PI ?
Als Torfstich oder Torfstechen wird der oberirdische Abbau von Torf bezeichnet. Dieses organische Material, das in Mooren durch beginnende Inkohlung aus abgestorbenen Pflanzen entsteht, dient als niederenergetischer Brennstoff, zur Verbesserung der Bodendurchlüftung im Gartenbau und in geringem Umfang auch zur Herstellung von Textilfasern und fü...
rule 4 has been murdered lol
!rule -4
:x: Invalid rule indices: -4

that look like a haunted place
-4 *-1
halo
Ich habe keine Sprachüberprüfung
yikes
schadenfreude
yh
schade
sprachverifikation
its going to be okay
yh ik
u'll live longer
what if you are using google translate
Ich mag Spanisch und Deutsch mehr
0_0
i am not
oooh
i am half german
so you are 4.5?
germans were aryans
Nein
i am also aryan
ok
not to be confused with multiple ryans
arisch
Cool
we all are africans
er lügt
actually I'm an Amsterdamian
Ich denke
Facebook: www.facebook.com/Insecthaus
Instagram: www.instagram.com/insecthaus_adi
Youtube: www.youtube.com/insecthaustv
Snapchat: Insecthaus_adi
Email: adriankozakiewicz@yahoo.com
o_o
lügst du
when and wehre can you used tuples
IDK
we all were sea animals
is this duth or no Amsterdamian
our great ancestors
wait but tuples cannot be change right
what's duth?
I am Amsterdamian.
dutchman
XD
hello dutch man
it's a nationality
fr no cap
isnt it called dutch
Amsterdam (, UK also , Dutch: [ˌɑmstərˈdɑm] (listen)) is the capital and most populous city of the Netherlands with a population of 872,680 within the city proper, 1,558,755 in the urban area and 2,480,394 in the metropolitan area. Found within the province of North Holland, Amsterdam is colloquially referred to as the "Venice of the North", att...
Venice ( VEH-niss; Italian: Venezia [veˈnɛttsja] (listen); Venetian: Venesia or Venexia [veˈnɛsja]) is a city in northeastern Italy and the capital of the Veneto region. It is on a group of 118 small islands that are separated by canals and linked by over 400 bridges. The islands are in the shallow Venetian Lagoon, an enclosed bay lying between ...
what the hel is that
Evenin'
See no difference
ive heard in amsterdam is pretty liberal
it means "get sick with cholera"
ohh cool
our houses don't collapse
but aside from that
bruuhh
they dont
occasionally they do
like in james bond
ducth people are the people of the sea
Ojalá la gente de aquí hablara español
apakah kamu sedang bercakap dengan saya ini
Están todos usando Python
Keep it English please
okok
but i will do it
It makes it difficult to moderate multiple languages
Personally, I only speak two
ohh so just incase people curse ina differnt langugae
holy crap can you code in german
proably
Clip ID: 5163427159
Thanks for watching! Subscribe for more awesome videos!
Want to license this video? Email us at licensing@collabcreators.com
have you seen coding in chinese its a nightmare
XD
No one has ever been more excited for a gift than this toddler opening a banana.
» Subscribe to NowThis: http://go.nowth.is/News_Subscribe
» Sign up for our newsletter KnowThis to get the biggest stories of the day delivered straight to your inbox: https://go.nowth.is/KnowThis
In US news and current events today, Comedian and content creator LG...
its vacavado
bananana
i got a banna
even a daymare
yeah
@hollow plank ive heard german is a long language
my führer
frí shevâkedü
!e
console.log([]+[]);
@hollow plank :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'console' is not defined
😦
have you people ever heard og tagalong
!e javascript
console.log([]+[]);
@hollow plank :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'javascript' is not defined
Ich esse gerne Kekse
Ich auch.
print("hello world")
dis dude still laughing about free shvakado lmaoo
bunch of people sitting here ... whats your reason for not living a healthier life
Vines are too funny
Me too.
Ich esse gerne Hexe
ohh
*Hexen
true
Use the plural form
ohh great
but that doesn't rhyme
what is diffrence between VS code and VS 2019
wait wut lol
poste Leute hier wie Hunde, ich mag Affen
i thought vs code was the ide
"bottle of water"
alabama people r hilarious
nopes
thanks
hmm
this ain't #general
Right, let's not spam GIFs
ok
It’s time for another segment of Villager News, brought to you by Element Animation and… well, Villagers. They sure have a lot to say about the recent Village and Pillage Update, so let’s get to correspondents on the scene and get the latest scoop!
am panzer
panzer sounds kewler
it says
sherlock
yh
@gentle flint WHERE YOU GOING!!!!
he went "oooff"
class
Have fun with electric!
Cool
!e
class Class:
...
oof = Class()
@uncut meteor :warning: Your eval job has completed with return code 0.
[No output]
naming your class Class is such a terrible thing that I wouldn't stay for that anyway
Stop sayin Pandas
class Class:
def __init__(self, class_):
self._class = class_
I've finished Fire Red years ago
Pokémon
ohh can you speak your differnt language
I won't
why not
i can hear clicking from the bg
!e
class Class:
def __call__(self, *args, **kwargs):
class YourClass:
__dict__ = {"args": args, "kwargs": kwargs}
return YourClass
classer = Class()
my_class = classer("Testing", stuff="Okay")
print(my_class())
yh same
@uncut meteor :white_check_mark: Your eval job has completed with return code 0.
<__main__.Class.__call__.<locals>.YourClass object at 0x7f8398046eb0>
yall have a switch
i have one
i have minecraft
and zelda
calcraft
anyone here watches ssundee
Hi @rugged root
mr.HemLock songs perfissonal
2007 
An article from dylanbeattie.net
song sttealer
who is he
idk
never asked you about it @solid wolf
Don't take it personally
an austalian guy
but your so mean
sorry
it is fine
Music "We Didn't Start the Fire" by Billy Joel © 1989 Columbia Records.
Clickable lyrics (yes, they're all actual real frameworks) :
http://www.dylanbeattie.net/2016/05/were-gonna-build-framework.html
LYRICS
Handlebars, Hibernate, Solar, Activate,
Phalcon, Flask and Silverstripe and Typo3 Flow,
Agavi, Pixie, Hazaar MVC,
CodeIgniter, Lithiu...
Puref never talks
Maybe, maybe not
ok
Maybe tomorrow 
why is noone sharing their screen today?
I mean, I can
Although I don't have a lot to do
are you a girl??
@swift valley : why emacs ?
Why not?
index looks good
Emacs is a full-on development environment
I heard some people switch from Emacs to Vim because of RSI
i prefer iMacs
why'
It has a load of features built in that people don't know about 😄
It has a file manager!
iohh thats why
Omnicomplete still requires extensions doesn't it?
Hello.
Yo
Yeah, the Markdown parser/renderer
Although thinking about it, I'll probably work on the typelevel-lists instead
I just restart my computer when I accidentally open Vim
lol
Nah, I'm a Vim user 😄

w
what's this??
Nano Gang Arise

0w0
Uhhhhhhhhhhhhhhh
resembles a face ig
>
>
>
> all else
Can you edit the same file in three windows at the same time? 😄
> all other editors in existence (dont roast me pls)
&
> 
vscode is literally emacs but instead of lisp uses js
I use caps lock 😡
A lot of people actually do
Have you heard the Ukele Orchestra's cover of this song Griff?
It's actually not bad 😄 https://www.youtube.com/watch?v=dKpzCCuHDVY
Get the full concert from http://www.ukuleleorchestra.com !
This is the Orchestra's version of Talking Heads' Psycho Killer, performed at the Royal Albert Hall. On Tuesday 18th August 2009, with every seat and all standing room occupied, the Ukulele Orchestra of Great Britain played to a sold-out Royal Albert Hall in London, with over 6000 aud...
Can confirm, raw HTML/CSS/JS is a massive waste of time
how to do face recognition / pose recognition in python??
lmfao ms word
Angular is batteries included
so why speak about if you are scared of it
Microsoft word the best IDE 100%
Especially CSS, seriously though just use Tailwind
and there's a lot of non-JS languages that compile to JS
Elm for one
is Griff still there
Fk vscode all my homies use pen and paper
ok then which IDE/editor u guys recommend then?
except VSCode?
except vscode... I dont have any idea
@swift valley do you have 2 monitors
They changed the pricing plan
need to check that out once its released 🔥
Woah woah woah wait what
Now every license will last 3 years
winrar be like...
fr
Updates will be faster now
cool
They'll change the license duration when st4 comes out
as a game dev? no lol
Electron apps big no no
not mee
amongus
no we take lives lol
any here have a cyberpower pc
I don't agree
Apple is making macOS just a big bloat
Those are edge cases
why tho
You can evaluate as much time as you want
when you gonna get this message everytime you save a file (almost everytime)
is that ubuntu?
y
r u ok with old packages?
Vim and emacs are 2 different ideas
Surf?
safaia is not better than google
lightweight?
brave
EDGE ON LINUX?!
wsw
THE WHAT LOL
isnt that like... illegal
XD
it's non-sense
hm.
Viva la brave
safari
like almost every websit
google chrome can use
like facebook
and many more
this @unborn storm
Everybody gangsta till apple preinstalls internet explorer
ubuntu stands for Dependency hell
I'll check it out
cool
Gentoo ftw
YESS FINALLY MINIMAL GANG!
@unborn storm did you create this
no
ohh
a friend of mine
btw is it common for os to crash and be slow if you're live booting from a usb?
usb il sooo slow
yes it is
it is probably why
ubuntu bloated
LOL
candy crush is necessary 🤣
CANDY CRUSH 😆
INSTALL CANDY CRUSH FROM SNAP CRAP
guys can you dies from sugar
like just use arch, AUR BOIZ
@zenith radish can you die from sugar
proclaimed windows 10 user myself.
@unborn storm did you ever create game
cool website
about the mathematician John Horton Conway
yh
the legend that made the game of life?
yes
@supple apex do you know ho is Dani
o ic
OO[ i dont know french
Oop
@copper jolt do you know ho is Dani the youtuber
DOes anyone know ho is Dani
u can hack with python
cause u r so intersted for terminal based programs
thats bad
verry baad
Arch linux on ur rasp pi?!
@zenith radish Agreed
@unborn storm it's just another terminal emulator
Yaboui
LOL
Yabai -> Yikes
!otn s notice-me
• notice-me-sympy
lol
DAMN
XD
Guys should I switch 2 emacs?
what are you making @ PureF
from VIM?
noooooooooooooo
NO VSCODE
Love this song Griff 
NO ELECTRON

Okay then recommend a c/c++ completion plugin for VIM
lemme check
even english
Plugin 'zxqfl/tabnine-vim'
I use vundle too
it's ok
i use luke vimrc
@zenith radish ok now i'm looking 4 TabNine alternative XD
i looking 4 more lightweight plugin
lsp with clangd
lemme check
Haskell Language Server is RAM hungry as-is on my system lol
Tabnine on top of that is just, eh
Ever wanted type-level structures
can i use it offline?
yeah ofc
Scheme?
I think I'm gonna learn Clojure
I have a year and a half programming in Haskell/PureScript
ITS SO SIMPLE
only thing u need is a shell
ipython without jupyter is just highlighter
yeah it's just a bloat if u use it without preferred proposes
i just want a light python shell
i actually found ptpython
and bpython (quite heavy)
but i just ask for other ones
Ah noo 😄
@unborn storm have you checked out Amethyst?
Erm, it's a tiling window manager for MacOS
Doom Emacs has a bunch of sensible defaults, keybindings for extensions just work™
debugging succks w/vim
nah
lool
xd
imagine using vscode
i can't imagine
no1 can xd
laughs in pycharm
:x
My room is well-lit lol
jk
Welcome to Dark gang lol
👋
I were learning language as a hobby as a teen
do u count lolcode
lol no
brainfck yes
/s
oki, then ik 1 lang
uh
XD
@zenith radish agreed
but fck JS lol
It's weird
stawp shitting on langs
Use TS
I prefer kick in balls than doing JS
Tensorflow.js
Web-based machine learning 
Run models on browsers
Also done working for now, gonna open PRs
Also, I could argue that while JS has nice tooling
npm is utter shit
Bundlers are ergh
FINALLY SOME1 WHO HATES JS
ye, use yarn
I don't dislike JS, just npm and node_modules
I missed good old days of JS
@dense ibex Hipster language names weren't a thing back then
Yeah let's just name our languages A B C
Oh lol
Coffee time
have fun
@zenith radish Nim is still a thing lol
If we're talking hipster, Haxe maybe
or Vlang
Ned's one of the oldest in the server I believe
Yeah prob
Haxe is C++ on more steroids
https://haxe.org/
or Assembly 
I want C with generics 
All my homies hate Go
@whole bear Please talk in English to the best of your ability
But im from turkey
The server is primarily English so please try your best!
and im from mars
İ dont under stand
İ now lidle english
!rule 4
4. This is an English-speaking server, so please speak English to the best of your ability.
!rules
The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.
how many rules are there?
u must be a elon hater
idk click the link @runic forum 🙂
hello
hello
Aleyküm selam
just 7
Please !rule 4
!rule
The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.
!rule 4
4. This is an English-speaking server, so please speak English to the best of your ability.
oky sorry
I noticed 😄
i dont under stand
Funnily enough
wait pls
@wise cargo help rule
!site rules [rules]...
Can also use: rule, rules, site r, site rule
Provides a link to all rules or, if specified, displays specific rule(s).
lol
🙂
how are you @wise cargo ?
Good evening.
Speaking English is fun. Can anyone teach me?
yoooo bot is speaking
Also speaking of bad attitudes
whats your timezone @wise cargo where you hosted?
what is going on ????????
I really hate people who advocate shitty "entrepreneur" mindsets
dipsy design????
Speaking English is fun. Can anyone teach me please ?
what is going on?
lol
I am Turkish, he speaks very little English
@swift valley he teaches english but he charges $100/hr
What I'm in too much turkey $ 100 full 736.84 TL
an immutable variable is a term
relax. I'm just kidding
!eval ```py
import datetime
print(datetime.datetime.now())
@stuck furnace :white_check_mark: Your eval job has completed with return code 0.
2021-03-18 14:07:37.600059
Ow oky sorry
Bot has no concept of time
I guess that counts lol
i thought now gave it in utc
Local time zone I think 🤔
I'm looking at these sentences in translation
there may be mistakes
classmethod datetime.now(tz=None)```
Return the current local date and time.
If optional argument *tz* is `None` or not specified, this is like [`today()`](#datetime.datetime.today "datetime.datetime.today"), but, if possible, supplies more precision than can be gotten from going through a [`time.time()`](time.html#time.time "time.time") timestamp (for example, this may be possible on platforms supplying the C `gettimeofday()` function).
If *tz* is not `None`, it must be an instance of a [`tzinfo`](#datetime.tzinfo "datetime.tzinfo") subclass, and the current date and time are converted to *tz*’s time zone.
This function is preferred over [`today()`](#datetime.datetime.today "datetime.datetime.today") and [`utcnow()`](#datetime.datetime.utcnow "datetime.datetime.utcnow").
ah
I'm looking at these sentences in translation
there may be mistakes
!e ```rs
fn main() {
println!("Hello World!");
}
@dense ibex :x: Your eval job has completed with return code 1.
001 | File "<string>", line 1
002 | fn main() {
003 | ^
004 | SyntaxError: invalid syntax
Er, remember which server you're in 😄
Can you follow me on instagram
My IP is suspended for doing malicious activities against my college website😥
I was very sorry
Im not surprised lol
Can you follow me on instagram
please
PyDis staff has a disproportionate amount of non-Python programmers





