#string in python
Explore tagged Tumblr posts
Text
Dropping random song associations, Echoes edition :3
I have a little RBG playlist here! (Forsyth -> Python -> Lukas)
Idistaviso is a very Alm-to-Berkut song, familial betrayal and all that
Oracles always makes me think of Celica!! Kinda from Mila’s pov but it could be anyone – chosen one fated to bring peace and honor the past even when it’s gone
James Picard makes me think of Berkut (and Duma,) and in an angsty mood, Alm…
Much looser with the lyrics, but String theocracy has always given me Rinea vibes. Something about her being aware and annoyed at her role as just a prop/theatrically interesting device and processing that
#fe echoes#fe lukas#fe forsyth#fe python#fe alm#fe berkut#fe celica#fe rinea#ive always wanted to do some kind of art with string theocracy lyrics but never got around to it#i shared my rbg playlist with a pal recently and was like :3 aw wait this is fun :3#i realized i had a few i can share!#if anyone has questions about choices id love to explain hehe#or your own takes on them 👀#not that theyre super aligned but it feels silly to add one random jpop song into the playlist#but hmmmm ive been considering kazui’s half as a lukas song…. (making it about asexuality)#perchance.#rose posts#music
8 notes
·
View notes
Text
i'm struggling to figure out python rn this is #kentacoded
#not the struggle part. the other part#omfg theres this kid in my class who is literally the living embodiment of "erm#actually“ like i thought it was a joke but NO ”um actually the variable BEFORE the equals sign would be a string not an integer“#FOR TWO STRAIGHT. HOURS#and half the time he was wrong anyways.#one time i was also struggling with python and my friend asked him to help since he's apparently the smartest person in the universe#and he stood behind ME#the person who did NOT want help. keywords did NOT want help#and just???? nitpicked at everything i was doing??????#go away omfg 😭😭😭😭😭😭😭
5 notes
·
View notes
Text
number of base members that have iterations of mysterious origins with seemingly no knowledge of time travel looks like its up to 3. where are they coming from why do the michaels seem to know more about them can we get an edgar next i think that'd be funny but like in a dramatic and kindof heartbreaking way
#are they a michael's version of mdawg/edman stable backup iterations??? i have so many questions#like hiiiii michael i know you were in a tough spot but whats the deal old man#grabbing stinky python and chanceNotChris and putting them on my red string board right next to tex & the helen files#w.bg#w.bg spoilers#🥔
14 notes
·
View notes
Text
speaking as a previous learner of C, THIS IS THE ONE MOST BEAUTIFUL THING I'VE EVER SEEN

#you can!! chain functions!! on a string!! and it works!! it doesn't throw a tantrum!! it's ok with it!! it loves you!!#python is my beautiful sister and i am playing around with all of her functions in an open field#🌙rambling#no id#🌙computerposting#//edit: YOU CAN JUST DO IT ALL ON THE SAME LINE YOU FIRST GET THE VARIABLE!!!?!#is it ok if i die on your carpet
7 notes
·
View notes
Text
you're just NOW telling me python has a built-in method named maketrans() ???? I can make a string trans?
#this is a good thing. I am pleased with this#especially with how python uses the self keyword for object oriented programming#self.gender.maketrans() I think is a valid line of code#assuming you have a string named gender declared earlier in the program#python#programming#trans#transgender
6 notes
·
View notes
Text
something good about getting my degree: could figure out how to fix an ao3 wrapped python notebook all by myself
#the og code didn't work bc I think ao3 recently changed their HTML#so I needed fix some parts that do the data parsing but I've done a lot of string parsing with python so that's easy#still took me stupid amount of time#can't wait to see the code fail anyway for some stupid mistake I didn't notice lol
3 notes
·
View notes
Text
sorry for bitching about dabb era again do you still think i'm hot
#accidentally added a poll to that for a second that would have been funny#i want to start rewatching again so i can think about parts of the show I actually like#i wanted to take a little break though and come back fresh(er). and then life happened. very much so#I'm watching leverage and enjoying the shit out of it but it's making me extra critical of spn's half- or quarter-assing#because leverage puts every ounce of its pussy into whatever it's doing and even when it's terrible i still love it#monty python voice at least ours was committed it wasn't just a string of pussy jokes#spn
3 notes
·
View notes
Text
piece of code I thought was going to be hellish to write turned out to be relatively simple and actually kinda fun! peace and love on fucking planet earth
#turns out file handling in python isn't a super headache at all#also the built in string methods worked great to handle the lines of said file#now hopefully I've got the info I need to actually get this project done#still much to do but that's a major headache cleared#tales from the phd#chattering
6 notes
·
View notes
Text
I had a dream that there was a worm-on-a-string themed vtuber
7 notes
·
View notes
Text
I think that if I have a list of strings and I want to know if a certain string is in that list, it shouldn't matter if the string I'm looking for has an accented letter. It should just work.
#python#coding#also my string should not decide to use latin1 encoding for no goddamn reason making it incompatible with the list
2 notes
·
View notes
Text
.
#ppl think coding is cool or whatever but its just#trying to convert a string to an array for like 12 hours#bc the string starts with a pound sign 😭#python i miss u 💔#proprietary ansi C is my enemy
0 notes
Text
Python built-in function round() not working in Databricks notebook
This is common issue that developers face while working on pyspark. This issue will happen if you import all functions pyspark. This issue will happen with several other built-in functions in python. There are several functions that shares the same name between the functions in python builtins and pyspark functions. Always be careful while doing the following import from pyspark.sql.functions…
#databricks functions conflict with python built-in functions#not a string or column:#python builtin function not working in databricks notebook#python function not working with pyspark#round() function not working for databricks Python#TypeError: Invalid argument
0 notes
Text
im gonna mcfucking lose it
#moved a class to its own file and now a mock open in one of my unit tests is somehow being called#with another one of my python files#instead of the test string i gave it#and i cant even begin to comprehend how
1 note
·
View note
Text
Reversing a string is an important concept across multiple domains. Below are some of the important reasons to know the significance of reversing a string.
0 notes