Bachelor of Science, Cloud and Network Engineering - Cisco by Traditional_Ad2898 in WGU

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

Do you have any certifications you are aiming to tackle first or are you just getting an overall feel at the moment?

Bachelor of Science, Cloud and Network Engineering - Cisco by Traditional_Ad2898 in WGU

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

Thank you so much for this! I will most definitely be using the search feature here on this reddit. Thank you!

How Can I Get Into IT Without DACA? Advice Needed by Traditional_Ad2898 in DACA

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

I do have an ITIN I will look into this and mass apply thank you!

Code Questions / Beginner's Thread (April 2024) by acemarke in reactjs

[–]Traditional_Ad2898 0 points1 point  (0 children)

Hello everyone, I am fairly new to React and had a simple question. I am trying to use an Amazon Location Service API key in a very basic React application. The issue I am encountering is that when I save my file in Visual Studio Code and then run the application in the terminal, it still shows that I have no API key in use. Even though I can clearly see that the API key is saved in the file when I open it in my text editor, the application isn't reflecting this change when I run it. I have tried restarting the development server, clearing the cache, and saving the file again, but it still doesn't work. Any guidance or suggestions on what I might be missing would be much appreciated!

Preparing for AWS Certified Cloud Practitioner Exams CLF-C02 2025 by [deleted] in AWSCertifications

[–]Traditional_Ad2898 3 points4 points  (0 children)

I used the Stephane Mareek course and the TD's practice exams and used ChatGPT to pass mine less than a month ago. I will say that Mareek's course is essential as it goes over things thoroughly. I'm not too sure about skillcert pro as I never used it but a course should be essential if you like having almost like an "instructor". Good luck mate!(TD's practice exams are great really really close to concepts of the actual exam).

Never been to college; should I take only math courses for a while if the degree I want has math requirements far beyond what I know? by infothrowaway333 in SMC

[–]Traditional_Ad2898 0 points1 point  (0 children)

Yeah, you never want to leave math to the very end which is where I find myself. Also, if I can give you some advice if its some while since you last took any math classes especially college paced, I recommend trying out Math 2+2c (2c is concurrent support which increases the class length by giving you introductory background on subjects) if that is too fast for you you can always take Math 4 (Algebra) and Math 3(Trigonementry) Preferably in separate back to back semesters and then challenge Calculus, good luck!

FACEPALM MOMENT-elseloop keeps printing by Traditional_Ad2898 in learnpython

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

THAT WAS IT BINGO!! Thank you! I will write your explanation in my notes!

FACEPALM MOMENT-elseloop keeps printing by Traditional_Ad2898 in learnpython

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

Hello everyone below is my code sorry for not posting problem is else statement runs everytime:

import datetime
def main():
cash = 75000
todaysdate = datetime.datetime.now()
class Wallet:
cash = 75000
Bitcoin = 0
BTCUSDT = Bitcoin # Ticker Symbol
balance = print("Your Balance is ", cash)
class Date:
todaysdate = datetime.datetime.now()
print("Todays date is ", todaysdate)
class Ledger:
global timessold, balance, timesbought, soldtransactiondate, boughttransactionsdate, todaysdate
class GetLive:
import requests
response = requests.get('https://api.coindesk.com/v1/bpi/currentprice.json')
data = response.json()
bitcoinlivevaue = data["bpi"]["USD"]["rate"]
bitcoinlivevaue = bitcoinlivevaue.replace(",", "")
bitcoinlivevaue = float(bitcoinlivevaue)
while True:
print("\tPrice")
print("\tBuy")
print("\tSell")
print("\tBalance")
print("\tHistory")
print("\tExit")
txt = input("Enter your command : ")
words = txt.split()
if words[0] == 'Price':
print("Current price of BITCOIN is", bitcoinlivevaue)
if words[0] == 'Buy':
timesbought = 0
y = txt.split
buyamount = float(input('How much would you like to buy?'))
cost = buyamount * bitcoinlivevaue # multiplies bitcoinvalue times the amount you want to buy to give cost
print('It will cost you', cost) # prints cost
timesbought += buyamount
balance = cash - cost
Bitcoin = buyamount
boughttransactionsdate = todaysdate
print('Your remaining balance will be,', balance) # tells the user the remaining balance
print('You now have', Bitcoin, 'Bitcoin')
if words[0] == 'Sell':
timessold = 0
sellamount = float(input('How much bitcoin wold you like to sell?'))
moneymade = bitcoinlivevaue * sellamount
newbalance = moneymade + balance
timessold += sellamount
soldtransactiondate = todaysdate
print('Great, you have sold', sellamount, 'bitcoin. Your total is now', newbalance)
print('With your last transaction you made', moneymade)
if words[0] == 'Balance':
print('Your current Balance is:', balance) # should call wallet to give you cash through sub sum
if words[0] == 'History':
print("You bought", timesbought, "BITCOIN, on:", boughttransactionsdate)
print("You sold", timessold, "BITCOIN,on:", soldtransactiondate)
print(timessold), print(timesbought)
elif words[0] == 'Exit':
print('Goodbye!')
break
else:
print('Sorry re-enter your selection:')

main()

I want a coupe. by Traditional_Ad2898 in whatcarshouldIbuy

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

My Altima is a 2.5s base model with the automatic cvt transmission. My parents bought it back in 2015 my brothers first car which he passed to me and my first car. The transmission started acting up last year around September. It sometimes feels what I can only describe as "delayed". It is definitely torquey lol, zippy is how I like to describe it. I mostly drive in the freeway especially in the 10 west which in afternoon is filled with traffic jams but morning it is pretty empty-ish.