Skip to content
757-216-3656Monday – Friday 830 AM – 430 PMinfo@itdojo.com
Facebook page opens in new windowTwitter page opens in new windowYouTube page opens in new windowLinkedin page opens in new window
IT Dojo
I.T. Training for Government and Contractors
IT Dojo
  • About
  • Training
    • Amazon Web Services
    • Cisco
    • CISSP
    • Cloud Technologies
    • CompTIA
    • Cybersecurity
    • DevOps
    • Electronic Warfare
    • Fortinet Training
    • Google Cloud
    • ITIL
    • Juniper
    • Linux
    • Microsoft
    • Programming
    • Project Management
    • RMF
    • Scrum
    • Splunk
    • STIGs
    • Tableau
    • VMware
    • Wireless
    • Wireshark
  • Consulting
  • Testimonials
  • Blog
  • Contact
Search:
  • About
  • Training
    • Amazon Web Services
    • Cisco
    • CISSP
    • Cloud Technologies
    • CompTIA
    • Cybersecurity
    • DevOps
    • Electronic Warfare
    • Fortinet Training
    • Google Cloud
    • ITIL
    • Juniper
    • Linux
    • Microsoft
    • Programming
    • Project Management
    • RMF
    • Scrum
    • Splunk
    • STIGs
    • Tableau
    • VMware
    • Wireless
    • Wireshark
  • Consulting
  • Testimonials
  • Blog
  • Contact

Category Archives: Python 2.7

You are here:
  1. Home
  2. Category "Python 2.7"

Wrapped In Python – Edition 4 – Primitive Root Finder

Python, Python 2.7, Wrapped in PythonBy Colin WeaverOctober 26, 2015

Mostly because of their importance in some types of  asymmetric cryptography (Diffie-Hellman, RSA) I have a fascination with prime numbers.  I enjoy occasionally checking on the latest discovery of ever larger prime numbers.  As I write the largest known prime has more than 17, 425, 170 digits in it.  That’s a big-ass number!   Many…

Wrapped In Python – Edition 3 – Prime Number Verifier

Python, Python 2.7, Wrapped in PythonBy Colin WeaverOctober 19, 2015

In my last post I offered two different examples for generating prime numbers using python.  The first script in that post generated every prime (except 2) from 1 to 9,999,999 and the second script generated every prime in a user-supplied range. It’s neat to be able to generate a bunch of prime numbers but what…

Wrapped In Python – Edition 2 – Prime Number Generator

Python, Python 2.7, Wrapped in PythonBy Colin WeaverOctober 12, 2015

Perhaps just a step up from writing your first “Hello World” script.  I wrote [yet another] prime number generator.  I’m sure this can be done in a variety of ways but I used what I currently know to figure out how to determine if a number is prime. Here’s the code: #!/usr/bin/env python print “2…

Wrapped In Python – Edition 1 – The Beginning …Again

Python, Python 2.7, Wrapped in PythonBy Colin WeaverOctober 5, 2015

I have been teaching myself Python for more than a few years. To be clear, that means that I think about python for about a week, do a lot of reading, stay up late trying some real basic code, get distracted by other shiny things, allow weeks or months to go by, and forget almost…

©2003 - 2021 IT Dojo, Inc. All Rights Reserved.
Go to Top
X