Web and computer programming or network security can’t decide which to pick

I’m trying to decide between two majors at my college both listed above. Both are at an associates degree and I don’t know which one to pick any insight or tips would be really helpful.. I thought about studying both at my community college but I don’t even know if that’s a good idea.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/snl2020
πŸ“…︎ Oct 06 2021
🚨︎ report
Are there any fields that allow me to combine low level programming with computer networks?

I currently have my CCNA and really love computer networks. Currently going through TCP/IP Illustrated Vol 2 and am loving it. (I also can’t recommend Vol 1) enough!

But my favorite classes in uni were OS and computer architecture.

I want to know if there’s a field that combines the tw.

πŸ‘︎ 8
πŸ’¬︎
πŸ“…︎ Jul 22 2021
🚨︎ report
I'm interested in ethical hacking. Am I putting myself at a disadvantage being enrolled in a computer science bachelor's degree program and not network security?
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/kitestalker
πŸ“…︎ Jan 06 2022
🚨︎ report
"photo of a robot overlord". Created by a computer program that synthesizes images that match a given text description using an artificial neural network that was trained on many images+captions (not a photobashing program).
πŸ‘︎ 102
πŸ’¬︎
πŸ‘€︎ u/Wiskkey
πŸ“…︎ Nov 13 2021
🚨︎ report
Images created by a computer program that uses 2 artificial neural networks (VQGAN and CLIP) to generate an image that matches a given text description. The text description used was "scene from movie TRON". reddit.com/gallery/qhhxu8
πŸ‘︎ 180
πŸ’¬︎
πŸ‘€︎ u/Wiskkey
πŸ“…︎ Oct 28 2021
🚨︎ report
"first astronaut walks on the surface of Mars. no watermark." Created by a computer program that synthesizes images that match a given text description using an artificial neural network that was trained on many images+captions (not a photobashing program).
πŸ‘︎ 205
πŸ’¬︎
πŸ‘€︎ u/Wiskkey
πŸ“…︎ Nov 11 2021
🚨︎ report
What hard skills would I get out of UNCC’s COMPUTER SCIENCE: SOFTWARE, SYSTEMS, AND NETWORKS CONCENTRATION, B.S. program?

I’m looking around on UNCC’s website, but it’s not giving me what I’m looking for… like what exact hard skills I can show to employers that I learned through the major. I heard that Charlotte’s CS program was pretty reputable, but I want more anecdotal evidence. Can someone who is a CS major give me some insight into what skills they have obtained by taking those courses, and whether they concur that the program is a good one?

Note: My goal is to gain the skills to be a UX Researcher, or to be a political Stats analyst

πŸ‘︎ 21
πŸ’¬︎
πŸ‘€︎ u/Fine_Bonus8125
πŸ“…︎ Nov 20 2021
🚨︎ report
Enhance your computer science skills and take your career to new heights. Join NSA's development program as a Digital Network Exploitation Analyst to gain access to tailored training, mentorship and custom job rotations. apply.intelligencecareers…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/FollowNSA
πŸ“…︎ Jan 02 2022
🚨︎ report
I want to widen my knowledge in computer science as I studied electronics but i don’t know if I should focus on c programming java html etc or focus on the network like the ip adress dns and how router works?
πŸ‘︎ 51
πŸ’¬︎
πŸ‘€︎ u/alistair_royal
πŸ“…︎ Oct 02 2019
🚨︎ report
Is there any program for downloading files remotely from a phone in a different network to a computer of another?
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/Xemulated
πŸ“…︎ Oct 27 2021
🚨︎ report
Need help with my program to get TeamViewer IDs for computers on our network.

Hello, I am still a beginner in Python, but have learned a lot in the past month or so. I work in a support role in my company and we use TeamViewer to remote in to our associate's computers to assist. We have been having issues with TV showing the computers lately in the list of all the computers on our domain with our TV config we install when we build the computers.

So, I have the following code. The issue is, I need it to return the values of both but it looks like if it’s in the first location, it outputs what I need (ClientID value). If it does not exist in the first location, I need it to check the second location and return that value of β€œClientID” without giving me a β€œtraceback” error from the first location not existing.

Can anyone help me get this working? Hopefully I explained it well enough. Any help is very much appreciated!

Ps. I’m trying to practice as I learn, so this would be awesome if I can get this working and improve/modify it as I learn more.

from winreg import HKEY_LOCAL_MACHINE
import winreg


def GetTV_ID():

    ComputerName = input("What is the name of the computer you need a TeamViewer ID for? ")

    root = winreg.ConnectRegistry(ComputerName, HKEY_LOCAL_MACHINE)

    root_key = winreg.OpenKey(root, r'SOFTWARE\TeamViewer', 0, access=winreg.KEY_READ)
    Pathname = winreg.QueryValueEx(root_key, "ClientID")

    root_key2 = winreg.OpenKey(root, r'SOFTWARE\WOW6432Node\TeamViewer', 0, access=winreg.KEY_READ)
    Pathname2 = winreg.QueryValueEx(root_key2, "ClientID")

    print()
    print()
    print("From :  HKLM\SOFTWARE\TeamViewer")
    print(Pathname)
    print()
    print("From :  HKLM\SOFTWARE\WOW6432Node\TeamViewer")
    print(Pathname2)
    print()
    print()


GetTV_ID()
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/SGTswope
πŸ“…︎ Oct 25 2021
🚨︎ report
T-Pain on the current state of Cartoon Network programming clips.twitch.tv/Inventive…
πŸ‘︎ 1k
πŸ’¬︎
πŸ‘€︎ u/emp_mac_n_cheese
πŸ“…︎ Dec 21 2021
🚨︎ report
Computer Networking Beginners Guide: What Is The Computer Network And How To Learn It In a Simple Way? The Easy Step By Step Guide For Beginners (programming Book 3) by Tim Wired amazon.com/dp/B081B7BF5N/…
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/kimme
πŸ“…︎ Nov 20 2019
🚨︎ report
Computer programming is exactly like trying to get a wish from a Genie granted. If you’re not absolutely, positively 100% precise in what you want the most evil things will happen.
πŸ‘︎ 919
πŸ’¬︎
πŸ‘€︎ u/madribby78
πŸ“…︎ Jan 15 2022
🚨︎ report
COMPUTER NETWORKING COURSE: Learn The Basic Tools Of The Computer Networking From The Bottom Up In 20 Minutes a Day. Planning The Networks And Configuring The Windows Servers (programming Book 2) by Tim Wired amazon.com/dp/B081B6K4M3/…
πŸ‘︎ 48
πŸ’¬︎
πŸ‘€︎ u/kimme
πŸ“…︎ Nov 20 2019
🚨︎ report
Computer networking first step: The Essential Guide To Networking To Introduce Yourself To The Computer Network Through a Top-down Approach And Various Infrastructures (programming Book 1) by Tim Wired amazon.com/dp/B0819TPYWJ/…
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/kimme
πŸ“…︎ Nov 20 2019
🚨︎ report
I am pleased to announce that the first version of rbch, my package for analysis of BCH blockchain data for the R statistical programming language, has been approved for distribution through the Comprehensive R Archive Network (CRAN) cran.r-project.org/packag…
πŸ‘︎ 65
πŸ’¬︎
πŸ‘€︎ u/Rucknium
πŸ“…︎ Jan 13 2022
🚨︎ report
Top post:No computer β€œglitches”. Either bad programming or program meets new condition. This time Apes noticed & made such a huge noise…As OP mentions, shills try to bury, Apes let’s be as loud as possible &share on Twitter too. More noise, more Apes become aware, more TD is held accountable
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/AroundMyCity
πŸ“…︎ Dec 30 2021
🚨︎ report
Learning to program a computer is similar to learning a new language. However, MIT neuroscientists found that reading computer code does not activate language processing brain regions. Instead, it activates a network for complex cognitive tasks such as solving math problems or crossword puzzles. news.mit.edu/2020/brain-r…
πŸ‘︎ 16k
πŸ’¬︎
πŸ‘€︎ u/mvea
πŸ“…︎ Dec 16 2020
🚨︎ report
Looking For Resources on Computer Networks and Network Programming

Looking for a good resource to understand computer networking as well as network programming. Language can either be python or c++. I would consider myself an advanced programmer if that makes a difference

πŸ‘︎ 3
πŸ’¬︎
πŸ“…︎ Mar 30 2020
🚨︎ report
I am taking a programming class that requires a Linux computer. What are the minimum standards for a Linux computer that I can get away with?

I am a bit poor I so am looking to spend as little as possible. Thanks for your help.

Edit : I think I have lots of good answers. Thanks everyone for your help.

πŸ‘︎ 49
πŸ’¬︎
πŸ‘€︎ u/IamSexy-ish
πŸ“…︎ Jan 05 2022
🚨︎ report
Is anyone teaching themselves computer programming in Christchurch this year?

I am starting out with a view to change careers within 1 to 2 years. Starting with Python currently.

If anyone else is I would be keen to hear from you.

Also are there any professional developers out there who could provide some advice? Maybe a bit of Mentoring?

Keen to hear anything and everything!!

πŸ‘︎ 25
πŸ’¬︎
πŸ“…︎ Jan 17 2022
🚨︎ report
I dont like programming, but i wanna study about computers.

i will be going to college next year, i tried studying C++ and java but i really dont like it, but im facinated with hardware, i like repairing gpus and motherboards etc. the problem is i dont know what course to take, im scared i might have a programming subject and just fail it. any advice?

im from philippines

πŸ‘︎ 75
πŸ’¬︎
πŸ‘€︎ u/ItsDave011
πŸ“…︎ Jan 04 2022
🚨︎ report
Hacker Simulator - Become a hacker and build your online reputation to the top by using realistic methods. Complete contracts, buy new programs, upgrade your computer, crack wifi networks and infiltrate peoples or companies online systems. store.steampowered.com/ap…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/dejobaan
πŸ“…︎ Oct 20 2021
🚨︎ report
One week of programming... without a computer

That's the challenge. Well part of it anyway...

My screen time has really shot up in the last few weeks, and it's starting to become a problem. So my solution was simple, go a week without using any device. Just that. The thing is, I love programming and I do it as a hobby, and recently I ended up joining a game jam before declaring this challenge.

So the catch for this challenge is I can do my programming, but on paper. Since I am working on a game, I'll write down it's mechanics, physics and code all on paper, and once the week is up I'll copy it to my computer to try out. This seems to be a great idea since I know quite a lot of computer science paper's later on in university require you to write your code on paper, and this would be some good experience. Hopefully when the next week comes the code won't have any errors, or it'll be double hours on Stack Overflow.

I'm starting this challenge tomorrow, so see you r/Python and Reddit in a weeks time, hopefully with a completed game made in Pygame. Have a great day!

πŸ‘︎ 436
πŸ’¬︎
πŸ‘€︎ u/Advanced-Theme144
πŸ“…︎ Dec 05 2021
🚨︎ report
Finished Computer Science degree, slowly becoming sure that I want to abandon programming and move into network engineering.

I've just graduated with a Computer Science degree focused on the idea of programming professionally. However, the more and more as I study for these programming and white boarding interviews I have been beginning to find that I hate it more and more. Whether it is the unreasonably complex questions asked of new grads or the companies in my area all requiring 5 - 10 years programming experience, I have been wanting to write code less and less.

I have been looking into network engineering lately. I've been tinkering around with servers for years, have my own little homelab and have enjoyed the challenges that come with it. However, through my college degree I was so focused on software that I didn't put it any effort into exploring the networking engineering/architect career path. Could anyone point me in the right direction so I could learn more? I'm looking into certifications but I don't know if I could skip a few because of the degree or not. Also, what would an appropriate entry level job be for someone in my position?

πŸ‘︎ 26
πŸ’¬︎
πŸ‘€︎ u/nika1667
πŸ“…︎ Jun 23 2017
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.