#voice-chat-text-0
1 messages Β· Page 246 of 1
@whole bear what projects you working on?
What are people's favorite libraries? I love PySimpleGUI and BeautifulSoup4
Sorry
Discord isn't always the best at lighting up green on noise
@dense hull π
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@dense hull π
yo sup
I'm good! Just waiting to get VC perms hehe
does someone can help me decompile an exe file?
good night friends
What's your problem?
i don't have a problem i just don't know how
What is the exe file?
Ope π
The fortnitr server def won't help hehe
Yeah no
You can't even do that IN OHIO π
ididn't know thx for telling me
What are you up to today pretty lady?
lol im a guy
Change your pfp pls
π
discord.py i think is the easiest api i have ever used
Ok sorry
yeah it's actually so easy to understand
lol no she is very π₯΅
@verbal zenith I was in online school for two years of high school hehe
me to because of the corona virus
For me it had nothing to do with COVID. It was way before hehe
Caches?
I think 3.12 is doing something about the GIL
Lol I also hate JS
JS feels like it doesnt have much structure to it, and it zeems to foster a Lisp-like style where stuff can often be deeply nested, more so than other languages
JS is so bad I actually prefer Java π
By far
for frontend?
Are you askimg if I'm a front end dev? I'm not, per se, but I've done some on the job
Javascript is ingrained in the browser
Also, i feel like JS too expressive, flexoble, and unopinionated. Too many ways to write the same code
I LOVE comprehensions, within reason
For sure, thats why I do backend dev
I hope WASM takes off
same
Screw React π£οΈπ£οΈπ£οΈ
I can speak french and I didn't realize that until now π
Lily
bruh moment
May I stream chess sorry If I am annoying
I rejoin real quick
Tru
sveltekit, which I use, is reinventing itself in v5
I mean you watch
Clojure is so backwards compatible that stuff from years ago is no lomger updated. Becauae it's dome :)
Eh Mindful Dev is a better mod (Just kidding)
I really don't see myself upgrading to v5 anytime soon lol
Smart
I'm just starting to join VCs, m'kay? 
Sure
Really lame when libraries force you to rewrite a bunch of stuff
I've heard you speak before
Me?
Oj
That's not true, heh, unless you know me IRL??
JS has is-even, which depends on is-odd π
I haven't spoken in public VCs AFAIK
Small stdlib problems
You spoke unknowingly :p
I tried making a CLI toolkit in C, it was tedious lol
you don't pass the voice gate yet?
Were there CLI libraries or was or raw C?
Not yet, somehow
I would try again, you should pass?
Rejoining
Still no
have you pressed the button for voice verification in #voice-verification ?
Oh i forgot afyer a while
π there ya go
self.foo_bar = 5
self.barBaz = 6
self.BarQuz = 6
you have my condolences
wait, segfaut is staff here
I did not know that π
If you have the helper role, you're considered staff. It's our staff base role.
We don't have activity requirements for staying staff, so we have a sizable staff group
!role "Helpers"
267630620367257601
#eecd36
0.14 0.77 238
159
30
6546640448
@muted hinge is there a jobs channel here?
nope
relatable
Helpers have influence by participating in the organisation. They can vote in staff meetings, help with internal projects, etc. They also have expanded access to bot commands and a few other things.
π
so CS heavy stuff
Alright, I should go do other things now. It's been interesting to listen in. Have a great day/night y'all!
curious - why do you need generics if stuff is dynamically typed?
so for this how do you decide what the type of x and y should be?
yep
maybe, I haven't used Jai
it's not bad, but I don't see a place where you would want to do
def add(x, y): x+y
at all if you have the @generic option?
yeah my thought is that if you explicitly don't want to use generics, use typed parameters so everyone knows what the expected types are:
def add(x: int, y: int) -> int: x + y
If you want it to be generic, you'd explicitly leave out the type parameters
my point is just that it makes use cases like this very confusing:
# a.m
def foo(a, b): a + b
and in another file:
# b.m
from a import foo
foo("123", "456")
then I don't know what the types of the parameters for foo are without looking at b (and potentially any other files)
std/prelude.h lines 23 to 34
char* format_string(const char* format, ...) {
va_list args;
va_start(args, format);
int size = vsnprintf(NULL, 0, format, args);
va_end(args);
va_start(args, format);
char* s = (char*)calloc(1, size + 1);
vsprintf(s, format, args);
s[size] = '\0';
va_end(args);
return s;
}```
I'll be working on this tomorrow, in case anyone is interested.
#tools-and-devops message
@pastel dagger π
mute
You have been on the server for less than 3 days
(
I didn't understand much of anything
I have barely learned English
use the translator
how long have you been learning python?
The voice gate is bad, but the bad people are worse.
Without the voice gate, we have bad people.
With the voice gate, we don't have bad people.
6 to 7 years.
I recently enrolled in a programming course since I'm in college.
I would like to ask you how you started your journey?
Is that a quote?
The translator gave me some kind of gate with bad people
No.
Chat client software.
That was another lifetime.
What is meant by bad people?
Here is a good place. Infrequently, bad people come here. #voice-verification keeps bad people out.
How long have you been studying to be a python developer
until you realized that you already have enough experience?
@worthy dove π
Mastery is a discipline, not a destination.
Time spent until competency varies per person.
You sound like a sensei
Hii
So it all depends on me?
I'll remember your words for a long time, it's damn well said.
He is indeed a wise man
A wise man knows himself a fool. I am most definitely a fool.
Byy Have a nice day Both of you!
Why is that? You have experience, don't you
Far too little. Far too much.
Is seven years too little?
Do you want to learn a lot of things a little bit at a time or one thing but all?
I meant more generally. I wasn't talking about Python.
How long do you plan to study?
Atomic, molecular, compound, material, structural, architectural, civil planning.
Small piles become bigger piles. Bigger piles become even bigger piles.
If you could turn to your past self at the beginning of programming
what would you say?
π€·ββοΈUntil I can't.
"Fuck you."
For reasons unrelated to programming.
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Yes.
What languages do you find most often when working with projects?
YouTube has many tutorials.
Not considering Python
C, I suppose.
Is it worth buying a programming course if you want to learn a new language?
almost never
If you want to throw your money away.
If it gets you a diploma or big industry credentials, yes.
as for Python, there aren't any official certifications, afair
Some shitty certificate that no one has heard of? Probably no.
You can learn, yourself. With others.
When I graduate, should I go to a low-paying job or should
I go for an internship and then get a high-paying job?
Wage slavery or actual slavery? Hmm...
HMMM.....
I'm not an authority on the matter.
I don't understand what slavery means?
internships themselves should be paid
if the company offers unpaid internship, they're either being elitism or actually scamming the interns
@cold steppe π
It's sad to realize, but in my country, for an internship, I will work for food
(paid as in company pays the employee; the world is so broken that I need to clarify that)
What is this?
"You pay us to work for us."
I know what it is, but I didn't know the exact term because I don't want to look it up; it's very not right, I'm not yet ready to get that disappointed in society
A classless practice practiced by unscrupulous employers.
This rule is bypassed, relying on the fact that you will gain experience for future work
Buckle up.
Try to do a little bit every day.
there is, I guess, a less scammy subset of it when it's not employee that pays but instead the place they study at
(but then it impacts how much the student pays for education, so broken anyways)
learn in different ways (don't lock yourself into a specific method whatever that method may be)
Take a course and study from books?
after some time (months usually), teaching to and helping others becomes another important part of the learning experience
Be patient with yourself. You won't always have the answer. Feeling completely lost is part of the process.
Look after your body, because your body looks after your brain. Also, look after your brain. Sleep, eat well, drink water, exercise, all in balance.
Ergonomics count.
@shut ravine π
I am grateful to you for giving me really useful advices, I will take it into account
I'll go, thanks again.
beyond just consuming learning material:
make projects, read documentation, write documentation, collaborate with others (but don't go overboard by asking every random stranger to start a project together -- that will only hinder the experience)
experiment, don't limit yourself to "beginner tasks" (many entry-level employees in companies aren't tasked to solve what's been already solved for thousands of times, instead they're sometimes given work that may be novel, risky, etc.)
@main nest π
π
hi
what?
i think python isn't related to it?
maybe for data analysis?
maybe for health report data analysis?
no
i just like doing coding
btw according to you should an app have both light and dark theme or only dark?
kk
tbh i never use light theme though
its too hard searching images for backgrounds, i love every image i find on unsplash
btw why aren't users allowed to stream in this channel?
whats that?
hmm so i need to wait for a mod to be in vc to get permission?
@proven rain π
how install python, where i can ask, with windows and pc i ues
Explain your actions.
first, this pc i use for now
Ah. 32bit.
second, i try use pycharm2018
and python 3.11
but it show error about java! i just learn so i do not know what it
Did you select the "Windows installer (32-bit)" for Python?
so i uninstallet and keep use thonny for now, but thonny is has problems same like its not many task he has
like when use it to learn flet code it show error
yes
and remember selected anothers, like path and .py
which is odd because that cpu supports a 64-bit os

java runtime environment package, i will ook for it
you mean (java runtime environment package)?
Though it does talk about the Java Development Environment.
what?
no, that is completely unrelated to what I was saying
Yoghurt.
ok , sorry brother
trivago
If you use 32-bit and 64-bit browsers interchangeably, you will need to install both 32-bit and 64-bit Java in order to have the Java plug-in for both browsers. Β» FAQ about 64-bit Java for Windows
the text below is important?
incase need it
but i will no install it for now
just 32
You have a 64-bit hardware system, so you can run a 64-bit operating system.
You have a 32-bit operating system. That means you can only run 32-bit software on that operating system.
If you had a 64-bit operating system, you could run 32-bit and 64-bit software.
Remember: While you are helping me, do not forget the tasks you have to do
ok i will do when i upgrade ram 2 G to 4 G
it will be more unproblemsShown, or i need to install it now
@opaque tusk π
processor is good , but do not know about ram
hi
hi Egal
why i can't speak till now
and i ask why i can ot speak also
You may like to use a more lightweight IDE.
is algorithm important in programming
You have been on the server for less than 3 days he said, its come in time, not problem
i use thonny, that what i know lightweight
why i forget to enter voice channel to listen
leave it as what is ?
Ermahgerd, a rhotacized pronunciation of βoh my god,β is an image macro series featuring a photo of a young woman holding several books from the childrenβs horror fiction series Goosebumps. The phonetically written captions are meant to sound like a speech impediment caused by the use of an orthodontic retainer, often using the snowclone templat...
@simple horizon π
Hey @somber heath
{ <%
fill it all?
} %>
Add launchers to path if you want. Create associations.
why you cut cheese, do you have a cats?
no, I have an appetite
I don't use PyCharm. My advice regarding it is unreliable.
want to share with me what you use as ide?
IDLE.
its time to electric off in my city, see you another time if it off
loadshedding?
you mean just python standard that i was installed it before? can you use it with gui ?
no, country
Yes.
TUIs, less so.
As in, not at all.
country has time to close electric as school has time
You can run code from the terminal, though.
with python code or must learn C language?
Learn what you want.
ok
C is atomic. Python is molecular.
Python is easier. C is harder.
Learning one will help to understand the other.
will see if i can search and study about that , must have time for sort it
i copy it
You won't find "atomic c"
You won't find "python is molecular"
It's a me thing.
Instead search for "higher-level language" and "lower-level language"
now must go before electric close and pc damege or has problem, must close it safetly , see you brothers
and thanks for everything and yours time and info
C is lower-level. Python is higher-lever. Python is built from C.
copy it and see it after electric come if i can, see you brother
@somber heath https://en.wikipedia.org/wiki/Elementary_OS
elementary OS is a Linux distribution based on Ubuntu LTS. It promotes itself as a "thoughtful, capable, and ethical" replacement to macOS and Windows and has a pay-what-you-want model. The operating system, the desktop environment (called Pantheon), and accompanying applications are developed and maintained by elementary, Inc.
it's good for writing comments
is this login form looking good?
kk
@patent gyro π
Dont hack me
btw how do you get VIdeo role?
hi
@hexed idol π
ello
Is my microphone noisy? @somber heath
"creature"
Where you at?
@whole bear , wanted to show of some code that i made
and wanted some opinons on it
ight
so bascially
it lets you upload a excel document and then defined a database structure
and it will then clean, rip apart and inject that data into diffrenct data base tables while mainting links between all the columns
thats all i wanted to hear ToT
people i work with dont code so there is no one to be like dam that cool
hi friends
ugpyfug
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@whole bear !voice
Can't turn on my microphone, apparently.
Have to send 50 messages
@rough lance π
hi
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i'm fine
where are you from?
same place as you
Do you think he's indian?
n3m
ant arabi
la
walakin tatakalm arabiya
shukran
Where are you live in pakistan?
maaf kardo yar .. sab aaj pata janney k piche paray hain
Ku bhai larki ki trah sharma ku rhy?
hamesha larki dimagh pe rehti hai zaroor punjabi hoga tu
Tere zehn larkay hain? Zrur pathan ha tu
I wish I could understand what you guys are saying
Talking in urdu. Don't try to translate it π
hhhh
Beta hum bhi data engineer ha. Lehaza coding ki trah na hi kr. Pagal pathan
What this language????????????????
Hindi
Urdu
How can I get my voice verification? I think I've sent 50 messages
50 message
@turbid python π
Have you seen #voice-verification ? There's a nice button you can press to see if you pass our voice gate :)
It says I still haven't sent 50 messages:/
Yo
@whole bear π
Do you copy my voice??
@rigid olive π
Join the challenge or watch the game here.
@stark river https://lichess.org/HN68vcWd
Join the challenge or watch the game here.
@narrow sphinx π
Hi
π
Β―_(γ)_/Β―
Well, have fun. Bye.
@stiff garnet π
hello
im following the bro code 12 hour python beginner video. Anyone doing the same or following something different?
ur probably much more adv?
i just got introduced to logical operators and so am i
im a self taught hobbiest*
and or not is disgusting
but im taking one day at time. i did 15 mins saturday, 40 mins sunday and like 10 mins todsy
i wish i could speak, but the rules must be followed
yeah
exactly its understandable, im in a lot of dcs but majority of them are toxic af
im in some that even claim to be tox free but they always turn out to be or no one is active in the vcs
yupp
so hows ur guys day/night going?
well in the intro video i watched it said theyre are events so the voice traffic picks up weekely
whats that?
oh
so im distracting u mate?
booster? covid b?
booster?
i had it once, possibly twice but, covid was a scam, not a conspiracy, its controversial so i dont want to get too into it
any of you working on any projects? could i see anything ur working on currently?
also im using pycharm for my IDE
i do
can we play discords?
chess in the park
@somber heath i love your bio and about me mate
chess?
no i want to play
activity is blocked on this server
yes
no
nothing i can do about that
@stark river https://play.chess.com/J65Qw
Login to your Chess.com account, and start enjoying all the chess games, videos, and puzzles that are waiting for you! If you have any issues while logging into your account, do not worry. You can recover your password, or drop us a message and we will gladly help.
i have to make an account?
i guess so
@quartz radish π
maybe some other time, i can't play rn
ok
hello! im new here just jumped in to see what was going on. sadly im too new to talk!
yeah wassup wyaat
Ive been coding for a while, but ive only started to begin learning python off an on for a year, looking to get some DSA under my belt! playing with my first hash table currently
I do enjoy getting things to work. though the only thing holding me back from fully loving it is my math and logic skills! but they tend to improve as you play with things!
yeah thats exactly what im expecting to acheive overtime with python.
do you guys use spaces or tabs?
Not sure what you mean by that? tabs are needed for python indents, but i suppose you could hit space multiple times to accomplish that
im wondering in regards to personal preference
π im doing it for a future job so its a bit less fun, more focus on theory and time complexity
interesting well i hope it comes easy for u
π certainly doesnt, its a lot of work but the gains are real in terms of problem solving
im sure youll enjoy how much easier solving problems becomes for you if you stick too it
ok
!e print('\W\S')
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | /home/main.py:1: SyntaxWarning: invalid escape sequence '\W'
002 | print('\W\S')
003 | \W\S
Points off for posting it as an image.
Points off for writing it with an invalid escape sequence in the string.
Points off for posting this kind of thing in the first place, even as a joke. People run these kinds of things without a full understanding of the negative consequences.
since no one will actually read this.
im gay yall
i read it.
Is this the first time you're putting that out there? If so, congrats! ππ
If this isn't the first time you're putting that out there, okay. You do you. π
@visual sandal π
@visual sandal You dropped out.
You started talking about how smart people are unemployed and I got the sense that you were going to make a case for how blockchain can help with that.
@whole bear π
Hii nice to meet you
@earnest grotto π
Hi!
what is this https://www.schemastore.org/json/ ?
channel !763406158522220544
@silver stratus π
@silver stratus #voice-verification
!e print(true)
@frank swan :x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | print(true)
004 | ^^^^
005 | NameError: name 'true' is not defined. Did you mean: 'True'?
@somber heath I got subway
hi
i m gonna go make a sandwich too.. brb
@turbid sandal Stop sending me friend requests. I'm not going to accept them.
That I keep rejecting them should give you an idea that they're unwelcome.
I shouldn't have to say any of this.
hi opal
i got more but i can't say here
@dry lake π
hello
o/
Provided to YouTube by Universal Music Group
Stuck In The Middle With You Β· Stealers Wheel
Stealers Wheel
β 1972 A&M Records Limited
Released on: 1972-01-01
Associated Performer, Vocals, Keyboards: Joe Egan
Associated Performer, Vocals, Guitar: Gerry Rafferty
Associated Performer, Guitar: Paul Pilnick
Associated Performer, Bass Guitar:...
@median hull π
@spiral umbra π
why are they invalid escape sequences ? !e print('\W\S')
ahaaa
\r
\t
great !
thanks
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Voice Gate failed
You are not currently eligible to use voice inside Python Discord for the following reasons:
You have been on the server for less than 3 days.
You have sent less than 50 messages.
You have been active for fewer than 3 ten-minute blocks.
Says this.
Greetings guys!
Great to meet ya. Pardon I can't talk, it's suppressed for me.
Is there a way to get past this?
Ooh so just type here?
ok
HEHEHE
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Yeah
Every 5 minutes apparently? @whole bear May I ask why you are punishing communication? I was just trying to be polite and reply since you were calling my name.
Sorry my bad
I mean you said to talk in the chat, and I was just replying. I didn't even know this was considered spamming. Usually I feel sending the same message a hundred times is spamming.
I'll keep my messages to a minimum and just listen then for now.
I'm a QML Developer, and am developing a package in python.
It's all good bro, please don't apologize. I just don't want to get kicked for replying is all. I've been here for like 10 mins so not super experienced in the discord rules.
Quantum Machine Learning.
Close enough.
Hehehe. Not brrr, but better performance.
Q# is trash.
Because it's garbage. You should use Qiskit or PyTKET. The rest are trash.
So I joined first because I've been looking for a good community to talk python with, and learn more about the conventions. Currently, I am trying to fix like this small issue. Not sure if this channel is appropriate for python questions though.
Ace is fine bro.
I see. Sounds great! Thank you for the great intro.
Yeah from time to time.
No worries bro.
I was coding actually, but sure.
Hehehe great
You're a great person.
Join the challenge or watch the game here.
I'm not either.
chess again?
Yes plome
@whole bear π
@pure zodiac π
What u guys doing?
I'm being flamboyant
@fallow basalt π
You sneaky boi
@tawny ledge π
im supresed
:incoming_envelope: :ok_hand: applied timeout to @feral epoch until <t:1706019214:f> (10 minutes) (reason: burst spam - sent 8 messages).
The <@&831776746206265384> have been alerted for review.
@feral epoch Missed the first instruction in #voice-verification?
What does it pair with?
Hiiiii
hi, i need help regarding a project...
What's to know?
Can someone pls help me out...I'm new to pandas. So, basically I'm doing a college project in python using pandas library where I've generated a basic healthcare database consisting of 100 entries using ChatGPT. And I wanna use pandas to read the csv file and filter out patients satisfying some required parameters for clinical trials . I'm using a dictionary to store the parameter names as keys and parameter values as values.How to I use these to filter out the patients satisfying the required criteria?Is it possible to use Classes and objects to model the patients , if so how...Thanks once again
hi
I'm not a data science person. I could probably help walk you through things, but I'd rather a more practiced/experienced person do that. See #data-science-and-ml and #βο½how-to-get-help. This does actually sound like a databasing-suitable project (a csv is not a database). #databases.
@warm trail @undone juniper π
HEHEHE
I'm here just mute lol
gg
Join the challenge or watch the game here.
HEHEHEHE
You did very well.
I lost my winning point when you arranged that multi check.
Boys can I stream?
Oh nevermind. Guys can I ask a quick q?
Bruh that's weak.
Unjolly show.
No I mean them being an unjolly show. I fully understand.
All good here.
Guys I have my local module, and I want to import it into a notebook. I used sys.path.append but it still doesn't work.
No no I get it.
Local, same directory.
No it's not on pypi.
So my repo is QIMP, and the module I want to import is my src code qimp, and I have another folder in QIMP named notebooks.
I want to import qimp in the notebooks.
You have 50 messages
But not the time requirement
All good, I'll visit the call in 3 days!
Always happy to have folks around even if they can't speak
Yessir, enjoying the call.
It'll be a bit before I can get on, though
@calm ice π
Playing catch-up since I was snowed in yesterday
So what's weird is that I can see the module literally on the sys.path but for some reason when I import it gives the
ModuleNotFoundError: No module named 'qimp'
I am not sure why. Like when I hover I can see it is actually accessing correctly because I can see the classes and their docstrings that I made, so not sure why this is getting raised.
I don't think so, it's all being accessed, but when I run it, it gives the error.
Like you can see the path :
['c:\\Users\\A.C.EA\\Documents\\GitHub\\QIMP\\notebooks\\Tutorials',
'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.11_3.11.2032.0_x64__qbz5n2kfra8p0\\python311.zip',
'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.11_3.11.2032.0_x64__qbz5n2kfra8p0\\DLLs',
'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.11_3.11.2032.0_x64__qbz5n2kfra8p0\\Lib',
'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.11_3.11.2032.0_x64__qbz5n2kfra8p0',
'',
'C:\\Users\\A.C.EA\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python311\\site-packages',
'C:\\Users\\A.C.EA\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python311\\site-packages\\win32',
'C:\\Users\\A.C.EA\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python311\\site-packages\\win32\\lib',
'C:\\Users\\A.C.EA\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python311\\site-packages\\Pythonwin',
'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.11_3.11.2032.0_x64__qbz5n2kfra8p0\\Lib\\site-packages',
'C:/Users/A.C.EA/Documents/GitHub/QIMP/qimp/']
See the last one?
And when I hover over my import, I can see its details, meaning it is being accessed.
What editor are you using and how are you tryint to run it
@iron tinsel π
Ah, gotcha
Yeah, I want to see if the import works now that I have finished enough that I can make some demos for the package.
hi there
Gets frustrating to copy-paste the src every time I want to test it.
@peak depot you watch Bob's Burgers?
Yes
Nice
Did you install from the Microsoft Store?
Yeah it looks like it
So I would uninstall that version, and get it from https://python.org
The Microsoft Store one has... issues at times
Oh
And when things say to install or use python in the terminal, use py instead. Windows Python installs use the py launcher, which will manage any versions you have on your system.
So you'd do py -m pip install blah or what have you
For some reason, Microsoft it was an AMAZING idea to alias python to their crappy store version
I'm not bitter
You're bitter
Yeah that's how I usually do it hehe.
Issokay, we're ok. It's just a bad dream.
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
guys i have this code which gets me docs from a inventory, any idea how can i fetch full docs of a symbol?
from sphobjinv import Inventory
base = "https://docs.python.org/3.12/"
inv = Inventory('./objects.inv')
search = 'str'
doc = [obj for obj in inv.objects if obj.name == search][0]
print(doc)
print(base + doc.uri.replace("$", search))
@whole bear π
hi
@marble leaf π
Hello
I need some help
I want to make web site that i one photo and footer message and send to other that change number
@rugged root Imma go eat breakfast
Never gonna give you up
never gonna let you down
Hi ππ»
@rugged root I can't find the Python 3.12.1 in my VS code. Terribly sorry if this is a stupid question.
I checked in cmd, I have it installed for sure, it shows version is 3.12.1
When I go to change interpreter it doesn't find it for some reason.
Sure sure.
Please take your time.
No, I'll do it right away.
Would look at your environmental variables, specifically path for Python.
Ok the restart did it!
But still same error.
HEHEHEHE
Sure, what would you like me to print out for you?
Yeah I have 3.12.1 now, but still the same error.
Yes
Ok, opened the terminal.
But the thing is I am trying to import my local module.
qimp is a local code I made.
Ohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
Can you show me your project structure?
Sure sure
I am trying to import qimp in my encoding.ipynb.
I did, I tried to add it to sys.path.
['c:\\Users\\A.C.EA\\Documents\\GitHub\\QIMP\\notebooks\\Tutorials',
'c:\\Users\\A.C.EA\\AppData\\Local\\Programs\\Python\\Python312\\python312.zip',
'c:\\Users\\A.C.EA\\AppData\\Local\\Programs\\Python\\Python312\\DLLs',
'c:\\Users\\A.C.EA\\AppData\\Local\\Programs\\Python\\Python312\\Lib',
'c:\\Users\\A.C.EA\\AppData\\Local\\Programs\\Python\\Python312',
'',
'C:\\Users\\A.C.EA\\AppData\\Roaming\\Python\\Python312\\site-packages',
'C:\\Users\\A.C.EA\\AppData\\Roaming\\Python\\Python312\\site-packages\\win32',
'C:\\Users\\A.C.EA\\AppData\\Roaming\\Python\\Python312\\site-packages\\win32\\lib',
'C:\\Users\\A.C.EA\\AppData\\Roaming\\Python\\Python312\\site-packages\\Pythonwin',
'c:\\Users\\A.C.EA\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages',
'C:/Users/A.C.EA/Documents/GitHub/QIMP/qimp/']['c:\\Users\\A.C.EA\\Documents\\GitHub\\QIMP\\notebooks\\Tutorials',
'c:\\Users\\A.C.EA\\AppData\\Local\\Programs\\Python\\Python312\\python312.zip',
'c:\\Users\\A.C.EA\\AppData\\Local\\Programs\\Python\\Python312\\DLLs',
'c:\\Users\\A.C.EA\\AppData\\Local\\Programs\\Python\\Python312\\Lib',
'c:\\Users\\A.C.EA\\AppData\\Local\\Programs\\Python\\Python312',
'',
'C:\\Users\\A.C.EA\\AppData\\Roaming\\Python\\Python312\\site-packages',
'C:\\Users\\A.C.EA\\AppData\\Roaming\\Python\\Python312\\site-packages\\win32',
'C:\\Users\\A.C.EA\\AppData\\Roaming\\Python\\Python312\\site-packages\\win32\\lib',
'C:\\Users\\A.C.EA\\AppData\\Roaming\\Python\\Python312\\site-packages\\Pythonwin',
'c:\\Users\\A.C.EA\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages',
'C:/Users/A.C.EA/Documents/GitHub/QIMP/qimp/']
See the last and first ones?
no no small qimp.
Not big QIMP.
oh I see.
Why can't I use sys path?
C:/Users/A.C.EA/Documents/GitHub/QIMP/
There we go
Lemme reinstall my old imports.
Yeah, when in doubt, pathing issue
Ace wanna rematch?
@whole bear What's the issue?
Better to ask in here so more eyes can see the problem
Lemme fix my code, if so as my reward to myself yeah I'll rematch you.
Alright
i have a class exercise
Given an unsorted array of integers, find the length of the longest increasing subsequence.
For example, consider the array [10, 22, 9, 33, 21, 50, 41, 60, 80]. The longest increasing subsequence is [10, 22, 33, 50, 60, 80], and its length is 6.
Write a Python function to solve this problem and find the length of the longest increasing subsequence.
QIMP is Quantum IMage Processing. It's basically a state-of-the-art QML package I am making.
Class as in for a grade?
Oh sick
Yeah bro. KEEMP.
hemlock
Ah okay
I have to do some research so there's a lotta stuff in it.
So sort it you mean?
Ahh you're too humble. It's just linear algebra and tensor networks.
Now I see the dropped numbers.
how to continue
Linear algebra is just vectors and matrices.
No python is more like tensor networks, kinda.
if not arr:
return 0
n = len(arr)
lis = [1] * n
for i in range(1, n):
for j in range(0, i):
if arr[i] > arr[j] and lis[i] < lis[j] + 1:
lis[i] = lis[j] + 1
You have objects like tensors, and you apply operations to the objects to change their definition.
Yeah. I think you just need six mathematics :
- Linear Algebra
- Tensor networks
- Group theory
- Statistics
- calculus
- functional modeling
Bro write in one sentence if possible. Hemlock is much more experienced, he was guiding you. Can you hear him on the call?
He is deafened
Oh ok.
sorry mb im used to type pressing enter
He is also spamming to get voice I think
??? why should i want voice ?
To talk
legit this is the first time i join vc and im here for 1 month
So take it step by step :
Given an unsorted array of integers, find the length of the longest increasing subsequence.
For example, consider the array [10, 22, 9, 33, 21, 50, 41, 60, 80]. The longest increasing subsequence is [10, 22, 33, 50, 60, 80], and its length is 6.
Write a Python function to solve this problem and find the length of the longest increasing subsequence.
So you iterate in pairs, so i and i+1. If i+1 is less than i, you remove it, else you continue.
Oh ok sorry for suspecting
Char, leave that kind of stuff to us
It's not your job to suspect
So I wouldn't think of it as removing
Think of it as adding the good ones to another list
You don't want to alter a list that you're currently iterating over
That way lies madness
So, you go like Hemlock explained. You start from the first, and then check the next.
First is 10, and 22. Is 22 less than 10? No, so you move on.
Then is 22 and 9. Is 9 less than 22? Yes, so you remove it.
So now you want to re-check with 22 and its next one, so when you remove one, you re-check with the same i and the new i+1.
So it's 22 and 33. Is 33 less than 22? No, so you move on.
Then it's 33 and 21. Is 21 less than 33? Yes, so you remove it, and re-check with 33 and 50.
You see the process? Now this is how you think about it. Now to be efficient, you wouldn't keep re-iterating over and over, which is a brute-forced way of doing it. You would again do what Hemlock mentioned, which is to add the "move on" ones to a new list.
So you add 10 first, and then check for the other ones, and then add them on.
Play around with this, and you'll get sth efficient.
The exercise I believe isn't for you to just DO IT. It's more to see how efficient you can do this.
hey fellas
Am I missing sth obvious here guys?
__all__ = ['CircuitOptimizer', 'RLO']
from qimp.circuitoptimizer.circuit_optimizer import CircuitOptimizer, RLO
ImportError Traceback (most recent call last)
Cell In[11], line 1
----> 1 from qimp import Circuit
File C:\Users/A.C.EA/Documents/GitHub/QIMP\qimp\__init__.py:56
1 # Copyright 2023-2024 Qualition Computing LLC.
2 #
3 # Licensed under the Qualition License, Version 1.0 (the "License");
(...)
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
15 __all__ = [
16 '__version__',
17 '__version_info__',
(...)
53 'EncoderHandler'
54 ]
---> 56 from qimp import (data, dataset, circuit, encoder, filter, circuitoptimizer)
57 from qimp.data import (Data, Image)
58 from qimp.dataset import Dataset
File C:\Users/A.C.EA/Documents/GitHub/QIMP\qimp\circuitoptimizer\__init__.py:17
1 # Copyright 2023-2024 Qualition Computing LLC.
2 #
...
13 # limitations under the License.
15 __all__ = ['CircuitOptimizer', 'RLO']
---> 17 from qimp.circuitoptimizer.circuit_optimizer import CircuitOptimizer, RLO
ImportError: cannot import name 'CircuitOptimizer' from 'qimp.circuitoptimizer.circuit_optimizer' (C:\Users/A.C.EA/Documents/GitHub/QIMP\qimp\circuitoptimizer\circuit_optimizer.py)
Can I see the structure all the way to that file?
And there's no spelling issue?
Thinking
Sure sure, please take your time. I am so sorry for asking so many questions.
It's not a problem!
You are too kind.
I enjoy helping, just split focus right now
circuitoptimizer
ImportError Traceback (most recent call last)
Cell In[11], line 1
----> 1 from qimp import Circuit
Oh this is just to trigger the import qimp
I can just change it to import qimp.
What's weird is that I can see it accessing everything when I hover over the names in both __init__s.
It's gonna be a great day.
I am wishing for it to be awesome.
I see.
CircuitOptimizer is an empty class, like it has no definition for now. Can you maybe reproduce it?
Wait, I think it just got fixed?
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
I did nothing honestly.
I first commented the line that imports circuitoptimizer, to see if the others are working. They did, so I uncommented it, and reran it, and it passed.
You said it.
Yeah, I'm gonna quarantine it.
"Stranger Danger!"
Isn't pawworld just fortnite with pokemon?
I mean the animation looks identical.
Yeah.
Epic?
@whole bear Yo
go to #voice-verification
Yep, we have a voice gate. See the #voice-verification - beat me to it you bastard
less to type cuz I'm not so friendly
Fair
@rugged root I cannot comprehend this sentence
please aid
Based on this fundamental insight, we can state as a first provisional conclusion concerning the positive theory of money that money and cash balances would disappear with the disappearance of uncertainty (never) and, mutatis mutandis, that the investment in money balances must be conceived of as an investment in certainty or an investment in the reduction of subjectively felt uneasiness about uncertainty.
it gives me an aneurysm
hehe
Bruh Ace I think you can talk now
Simplify it for yourself.
Based on this insight, we can conclude that money and cash balances would disappear with the disappearance of uncertainty, and that the investment in money balances must be thought of as an invest in certainty, or equivalently an investment in the reduction of subjective uneasiness about uncertainty.
Basically I think it's saying as long as there is uncertainty, there will be a positive sentiment revolving around money and cash balances, so you would invest money to lessen your (subjective) uneasiness about the uncertainty in the world.
More money, more confidence, more comfort.
People like to play with words, make stuff longer than needs to be. Remember the speech by V in V for Vendetta? It's like that. It's a form of theatric expression, which goes on and on by stretching a sentence as much as you can.
Being verbose as Hemlock mentioned is the word for it.
Microwave sounds
Yeah. Usually you want to be as concise as possible. Optimizing usually means getting rid of stuff until you get to stuff you can't get rid of.
That's how universities require statements of purpose and essays like that too. Straight to the point, clear description of the idea, and clear expression overall.
Where do you run this command guys?
sudo sed -i "backupname" 's/async/async_py3/g' /usr/local/lib/python3.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py
Need to stay 3 days bro.
Yeah.
On Windows you'd have to do it in git bash I think?
Yeah I still have a lot of those to learn
Didn't know about sed
But anytime you see sudo, it's meant to be run in a bash like shell
Although be careful what you sudo. It's like running something as admin on Windows
So only really do it when you need to
Out of curiosity, how old are you?
Apologies if it's a weird question
I see!
No worries, I just turned 22.
!stream 664667836605661217
β @upper basin can now stream until <t:1706029851:f>.
@gray tartan π
hmmm
Back in a sec, have to hike a cable across the office.
Are there any practical things or current applications that use quantum?
Like is it in production use

brb
rbr
BRB
I can't tell if I'm asking dumb questions or not
He just turned 22. He mentioned it above
I have to go run an errand I'll be back
rated
@peak depot We're getting background noise
I was working with LLMs for a project, and what I noticed was that the tokens/second for larger and larger modesl gets slower and slower, hence why you go with smaller or quantized models.
My brain still isn't coping with the "the bigger it gets, the fast it gets" that's what she said
I'd expect to make sense for learning not running
though there's space-time tradeoff anywhere
so that might be thing
Larger model means needing to calculate gradients in a higher dimensional space, so it becomes more expensive or slower.
Also with propagating forward, you have more value to calculate for inference, so usually my understanding was bigger means slower.
small model might be underutilising parallelism
learning time definitely decreases with more data available
(but I'm guessing that's not the question)
@mild quartz it's somewhat hard to scale embedded hardware
so larger doesn't mean faster or slower
larger means it doesn't work at all
We investigate the optimal model size and number of tokens for training a transformer language model under a given compute budget. We find that current large language models are significantly undertrained, a consequence of the recent focus on scaling language models whilst keeping the amount of training data constant. By training over 400 langua...
The current trend of scaling language models involves increasing both parameter count and training dataset size. Extrapolating this trend suggests that training dataset size may soon be limited by the amount of text data available on the internet. Motivated by this limit, we investigate scaling language models in data-constrained regimes. Specif...
wsggg boys
Nerd talk about machine learning
whats machine learning
You seen Terminator? It's like that but nothing at all like that
global gradient descent
oh ok
They're talking about training models and what not. So if you've heard of ChatGPT, that's something that's in the whole machine learning space
i know bro π
Oh then my first answer about Terminator
i was just playing with you