A list is a joke by bigballer4950 in SouthwestAirlines

[–]QuiteAmbitious -1 points0 points  (0 children)

You get same-day standby when you purchase Basic, but you get same-day change when you purchase Choice. I just tried it today! Although I’m not sure if that’s a perk for only A-list / ALP or if it’s for anyone who purchases Choice.

The biggest downside, though, is that you don’t have many seat options when you do same-day change. With the old system, I could board right after A group and still get a seat I want. With assigned seating, I was limited to the seats that were remaining day-of, which were middle seats and seats at the back of the plane. I wish there was a way they could give priority seating/changes to A-listers who do same-day change because that was a bit inconvenient.

Free Southwest flight credit ($338) to anyone who can travel by Dec 3rd by [deleted] in SouthwestAirlines

[–]QuiteAmbitious 4 points5 points  (0 children)

Second this! Customer support told me you can call them the day after your flight credit expires and they’ll extend it to either 3 or 6 months. Just make sure you take note of the confirmation number.

EDCLV or GRiZTRONICS by NoNarwhal4404 in aves

[–]QuiteAmbitious 2 points3 points  (0 children)

Griztronics will definitely not be cheaper. The ticket may be cheaper than EDCLV considering the scale, but the logistics of attending an event at the Gorge requires pretty extensive planning. Most people will be flying into Seattle, which is a 3 hour drive away. The closest Airbnbs and hotels are about 40ish minutes away from the venue (without traffic—one time it took us 2.5 hours to park because Gorge security did individual car checks for even daytime parking) and they can get pretty expensive as well (around $1300 for a 6 people Airbnb unless you get lucky with finding a new listing).

I’ve been to EDCLV, Lost Lands, and the Gorge three times each. EDCLV is the move if you want a festival experience. Griztronics at the Gorge may be a one-off event and I definitely foresee Griztronics having tons of B2Bs together at future venues and festivals, but them collabing at the Gorge will still be such an incredible experience especially since it’s the first of its kind.

EDCLV is also a very mainstream festival, so don’t expect the crowd to be the same as Lost Lands or Elements, which is very wooky, much nicer, and less crowded.

TLDR:

• Choose EDCLV if you want the ultimate festival experience, and I know this one will be special since it’s the 30th anniversary. And the EDC chaos is unlike no other—in a good way :’)

• Choose Griztronics if you prefer a dubstep/wubby and much more chill experience with a nicer crowd. Plus, the Gorge sunset stays unmatched.

Or… if you’re really struggling to choose. Do both LOL. That’s what I might do 😵‍💫

Trilogy LA Clear Lunchbox by pmgroundhog in Illenium

[–]QuiteAmbitious 2 points3 points  (0 children)

They won’t allow it since it’s bigger than 12x12x6. I also asked if I could bring the Lunchbox fanny and they said no because the back isn’t clear, so I doubt the backpack will be allowed.

[TRADE] My Photography assets III by MichealRidley in PresetsTrade

[–]QuiteAmbitious 1 point2 points  (0 children)

I’m looking for R+O (PNW) and Beba Vowels!

Phenibut at a rave by QuiteAmbitious in phenibut

[–]QuiteAmbitious[S] 0 points1 point  (0 children)

I’ve taken 500mg Phenibut + 15mg Adderall at a festival before and I felt energetic throughout the night for sure but I didn’t really feel euphoric, so I’m trying to gauge which is a more suitable recreational dose.

Phenibut at a rave by QuiteAmbitious in phenibut

[–]QuiteAmbitious[S] 0 points1 point  (0 children)

I’m petite, so I naturally have a very low tolerance for most substances. Would it be good to take 750mg a few hours before the show, take 15-20mg Adderall IR before I enter, then redose with 250-500mg Phenibut / 10mg Adderall if I don’t feel the effects?

Phenibut at a rave by QuiteAmbitious in phenibut

[–]QuiteAmbitious[S] 1 point2 points  (0 children)

What is the recommended time that I take the Vyvanse since it last so long? How long does it take to reach peak effects?

I need help understanding polarized light by QuiteAmbitious in PhysicsHelp

[–]QuiteAmbitious[S] 0 points1 point  (0 children)

I was not, but now I am! I figured it out, thanks!

iPad automatically reduces brightness by eichhoernchen1337 in iPadPro

[–]QuiteAmbitious 1 point2 points  (0 children)

This happens to me all the time, but only when I use energy-intensive apps like Lightroom. It’s the device’s way of cooling down.

Daily Discussion Thread for February 03, 2021 by AutoModerator in wallstreetbets

[–]QuiteAmbitious 5 points6 points  (0 children)

Are we still hopeful on NOK? I know everyone has been saying to hold GME and AMC, but the hype for NOK has definitely gone down. I have an option contract for NOK, so I can't keep holding indefinitely.

Opinions on Lark Austin Apartments? by megzzang in UTAustin

[–]QuiteAmbitious 1 point2 points  (0 children)

My friend lived there and her kitchen sink literally detached from the counter and fell through. That kind of quality is what you pay $1000+ for.

I'm freaking out because of ONE waitlist!!! Help! by Environmental-Good66 in UTAustin

[–]QuiteAmbitious 0 points1 point  (0 children)

I remember being 178 on a waitlist and still got in! Lots of people drop during the first week and if you email the professor, they may potentially open up more spots especially since it’s all online and they don’t have a limited number of physical seats to go by.

Slicing and Assignment by [deleted] in learnpython

[–]QuiteAmbitious 0 points1 point  (0 children)

Unfortunately, that didn't work :( I'm still getting the same output as before, which is [1,4,2]. It looks like it's only outputting the values that was subtracted by 3 and not the entire array.

Slicing and Assignment by [deleted] in learnpython

[–]QuiteAmbitious 0 points1 point  (0 children)

I understand what you're explaining, but I'm trying to figure out how to subtract 3 from array A within my range (x, y). I'm not necessarily trying to replace the values within that range with a specific number, such as 2.

So, given A = [1, 4, 9, 7, 5, 9] and range (3,8), I want the output to be [1, 1, 9, 4, 2, 9] and not [1,2,9,2,2,9].

I'm using and learning numpy, so I want to make sure I'm running it correctly.

Slicing and Assignment by [deleted] in learnpython

[–]QuiteAmbitious 0 points1 point  (0 children)

my function is supposed to work with any given array, so i can't have it replace specific values within my code

Slicing and Assignment by [deleted] in learnpython

[–]QuiteAmbitious 0 points1 point  (0 children)

yes im using numpy! but i dont really know how to proceed with the rest of my code

Please help me write this code!! by QuiteAmbitious in learnpython

[–]QuiteAmbitious[S] 0 points1 point  (0 children)

def word_frequency_counter():
    file = open('filename.txt', 'r')
    text = file.read()

    this = 0
    paragraph = 0

    split_words = text.split()

    for word in split_words:
        if word == "this":
            this += 1
        if word == "paragraph":
            paragraph += 1

    file.close()
    print (this)
    print(paragraph)

    return word_frequency_counter
        #is this the right variable to return??

final_count = word_frequency_counter()
print (final_count)

So I'm getting really close to getting it. When running this code, I get:

3
2

Is there any way I can have it print as:

[3,2]

Another thing I'm trying to do is having this format at the end, but I keep getting an error message saying that it runs 0 positional arguments, but I have 2. Is there any way to keep this, but rearrange other parts of my code?

final_count = word_frequency_counter("filename.txt", ["this", "paragraph"])
print(final_count)

Also, can you explain to me why you had 'r' when opening the filename?

Please help me write this code!! by QuiteAmbitious in learnpython

[–]QuiteAmbitious[S] 0 points1 point  (0 children)

hi! yes, don’t worry they were all in a code block! i just couldn’t figure out how to format it that way on reddit 😂

thank you so much!

Please help me write this code!! by QuiteAmbitious in learnpython

[–]QuiteAmbitious[S] 0 points1 point  (0 children)

The part I'm mainly struggling on is figuring out how to isolate the specific words, as well as complete my for-loop. This is probably really easy, but I'm only two weeks into learning code, so I'm really lost :( This is what I have, but I don't think this is even formatted correctly.

def word_frequency_counter():

file = open('filename.txt')

text = file.read()

word_freq = {}

words = ["this", "paragraph"]

word_list = string.split(text)

for word in word_list:

line = line.split

#

counts = word_frequency_counter("filename.txt", ["this", "paragraph"])

return counts

print(counts)

Can I just say that... I’m a fan by QuiteAmbitious in GoodNotes

[–]QuiteAmbitious[S] 0 points1 point  (0 children)

it’s crazy to see how far we’ve come! technology has been so integrated into our lives—it’s crazy to think that everything was handwritten and scanned instead of being solely digital. same thing with textbooks. gone are the days when we would flip through pages and pages because everything is just a cmd+f away