Skip to content

nyjc-computing/python-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-practice: Python practices for Computing students

Binder

This git repository is a collection of practices for students seeking more hands-on practice. Students looking to stretch their skills further should attempt the questions on python-challenge instead.

Index

This is a brief index of the challenges in this project so far.

01 Iteration and Branching

  1. Multiplication table
    Generate a multiplication table

  2. Odd or Even
    Determine if a number is odd or even.

  3. FizzBuzz
    Print "Fizz" for multiples of 3 and "Buzz" for multiples of 5.

02 String Manipulation

  1. Percent encoding
    Encode a string using the percent encoding scheme.

  2. HTTP datetime
    Produce a datetime string in the HTTP datetime format.

  3. Remove URL redirect
    Remove Google redirects from search results.

  4. Caesar cipher
    Implement a Caesar cipher for encoding plaintext strings.

About

Python practices for Computing students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published