Skip to content

hack_21

  • Information Technology
  • Code
    • Python
      • Python Basics
  • Research
  • About Me

Tag: Information Technology

December 27, 2020May 8, 2021

Mad Libs Project via Python

Task A simple project you can do to test and see if you understand how to use things like a “while” loop or how to collect a user’s input is…

Continue reading
December 24, 2020May 8, 2021

The Importance of Corporate Data Security and Privacy

Companies stash a ton of information, and that amount is constantly increasing. Since technology is constantly improving, companies are able to gain more data about their customers, employees, and so…

Continue reading
December 23, 2020May 8, 2021

Why does NIST matter?

What is NIST? NIST stands for the National Institute of Standards and Technology. Established by NIST, under the United States Commerce Department, they pushed out a Cybersecurity Framework that acts…

Continue reading
December 22, 2020May 8, 2021

Modules and Packages in Python

For the finale of our Python basics (I will still create more Python guides soon), we are going to go over modules and packages. A module, in terms of programming,…

Continue reading
December 21, 2020May 8, 2021

Dictionaries in Python

A dictionary is a data type. In a way, it works similar to how an array would work, but it works a bit differently; they utilize keys and values rather…

Continue reading
December 19, 2020May 8, 2021

Classes and Objects in Python

Python, since day 1, has been an object-oriented language; therefore we should expect to utilize an object within our projects. An object obtains their variables and functions from the classes,…

Continue reading
December 17, 2020May 8, 2021

Functions in Python

What is a function? Functions are pretty cool and a great way to set up your code into useful fragments. Doing this will allow for your code to be much…

Continue reading
December 16, 2020May 8, 2021

Examining the costs and causes of cyber incidents

The following research paper was written by Sasha Romanosky. Summary As associations keep on putting resources into phishing mindfulness preparing programs, numerous chief information security officers (CISOs) are concerned when…

Continue reading
December 16, 2020May 8, 2021

Loops in Python

Loops are a pretty fun aspect in any programming language; they are used in all sorts of applications for a variety of reasons. In Python, the two types of loops…

Continue reading
December 14, 2020May 8, 2021

Conditions in Python

In programming, conditions are utilized heavily. If you never heard of a condition, think of all the times your “crush” lists all his/her parameters of what they seek in a…

Continue reading

Posts pagination

Previous page< Page 1 Page 2
© 2026 M. Sedique