Jump to content

Haeking

Member
  • Posts

    808
  • Joined

  • Last visited

Everything posted by Haeking

  1. Haeking

    Python

    So far I have ans = "y" while(ans == "y"): taxable = input('If the item is taxable please enter t and n for not taxable') payment = float(input('Enter the price of the item')) and Im still going on from there
  2. Haeking

    Python

    I was wondering if you guys could help me break this down, understanding how to write the code in and out I'll write the code and variables but would you help me fix the micro errors
  3. Haeking

    Python

    Mind sending me your discord through dm
  4. Haeking

    Python

    Would I be able to sit with someone in discord experience with python to do programming with to prepare for my finals ?
  5. Haeking

    Key Caps

    I was looking for some sturdy and long lasting PBT keycaps around for the keyboard I'm building and most likely will be mass producing after its prototype is approved If you have any information on Translucent Varmilo PBT Keycaps or just some really quality PBT keycaps that you would recommend that would be amazing :)
  6. My loop wasn't properly written in the situation, and my defining variables wouldn't have shown up since the lines in a way conflicted If that makes sense, Is there a website you'd recommend so I can teach myself python and get better at the program ?
  7. understandable with the for loop is there any way I could fix the formatting on this for columns, in the simplest fashion you'd know without over complicating it
  8. I can use a while or for loop in this either one is acceptable
  9. could you explain why you'd use the for loop in this situation
  10. would there be a way to write the while loop in simpler, or should I use a for loop ?
  11. S_bal = float(input("How much money is your start balance ? $ ")) monthly_dep = float(input("How much additional money will you be putting into your account ? $ ")) int_rate = float(input("How much is your interest rate (1.75% enter 1.75) " )) years = int(input("How many years are you going to invest? ")) rate = int_rate / 100 months = years * 12 m_int = S_bal * rate / 12 E_bal = S_bal + m_int + monthly_dep S_bal = E_bal c_mo = months + 1 while(c_mo <= months): m_int = S_bal * rate / 12 E_bal = S_bal + m_int + monthly_dep S_bal = E_bal c_mo = months print("Start Balance","Monthly Interest","End Balance") print(S_bal, m_int, E_bal) print(round(S_bal,2), round(m_int,2), round(E_bal,2)) I was wondering what I'd have to fix in order to get the loop to display this, what coding would help fix the formatting issue, and if someone could help me check my math ? I can fully understand how to write it out, but when it comes to coding I lack execution
  12. Haeking

    Python

    Thank you so much This is helping me a lot more than before
  13. Haeking

    Python

    Ahh okay, Im getting more of an understanding since of the pseudo code you sent me Its a lot more split up and to the point then the way he was describing in class Still is a little bit blurry in some areas
  14. Haeking

    Python

    I was wondering if someone could explain this python coding to me in detail, Im having a hard time understanding it What would be the simplest way, to get to the final solution, and why ? So I can understand the thinking pattern of someone
  15. That's the tough part I was looking to try out the BeagleBone Black, the ATMEGA328P-AU, or the Arduino Uno R3 USB Microcontroller Hard to find the best one to fit the job
  16. That sounds absolutely splendid
  17. Possibly, it would make a lot of keyboard fanatics happy if I do so, depends I'll be sending out a few prototypes at some point to get a review on the keyboard
  18. Yes I will be customizing the pcb myself
  19. Im designing an all white compact keyboard with cherry mx silvers, and was wondering about input on what gamers would like in a keyboard, Im getting a custom pcb for type c and a usb port on the side. I was wondering what other personal features people would love to see in a keyboard weither it be a smaller space bar, etc. And also where I could purchase some highly rated rgb to implement into the pcb
  20. Would you happen to know of any programs to help me start off the process for studying abroad, or would be able to point me in the right direction
  21. For NEIT it hasn't started, yet, I already did FASFA and have scholarships coming throughout the year, but I don't know where I can get a government loan or a loan that doesn't need a co-signer
  22. Thing is I've already worked 2 government jobs one networking at a school for IT and one at a bank, and its just hard finding a college, most of them are enrolled except for New England Institute of Technology, and I'd be paying a loan of $18,519. Would be working a full time job, plus having to do studies, and the worst part is its all of my money none of my parents. The only school excepting now is NEIT, and the rest have started, if I wait a year I can pay cheap, and work now but if I want to work and have certs etc at least started its my best bet.
  23. I currently reside in Massachusetts Im looking for a college for Computer Networking and Cyber Security But, lately my parents have been going on about the same thing money money money, its too expensive and I know I'll need a co-signer Are there any cheap colleges around that are close to the IT field in Computer Networking and Cyber Security other than New England Institute of Technology I would love to stay in the IT field since I'm working towards my CGEIT But any tips or suggestions, should I go to a community college, should I just stick it out with NEIT and pay almost 20k in tuition a tear Or should I just find a full time job and just go from there My last boss told me certifications and experience pay off more in the field so this is just a lot to me
×