Git Product home page Git Product logo

fountaindale's Introduction

default-1

The Waterfall by Henri Rousseau, 1910

Fountaindale Class

This directory contains code used for a introductory Python course I am teaching at the library. The exercises are intended to "kick-off" someone's coding journey, not provide a comprehensive overview or even a foundational understanding of computer science principles. I'll leave that to the learner.

Also, I'm definitely not the person who should be teaching computer science concepts. You wouldn't learn to fly a plane from an inexperienced pilot, would you?

It begins with a "Hello world!" program (as is tradition) and ends with a basic transposition cipher, all in Python. I also cover some basic cryptography terms just for the sake of whimsy, because what is more fun than cryptography? Nothing. (Maybe basketball.)

  • Exercise 1: Hello world

    • first function, defining variables, tripping errors
  • Exercise 2: Arithmetic stuff? Variable types?

    • variable types, type() function, operators, standard functions
  • Exercise 3: Conditional statements

    • if-else, while, input() function, type conversion
  • Exercise 4: Defining functions

    • user-defined functions, calling functions, flow control
    • with some jazz: importing modules, calling functions from imported modules, if name == 'main'
  • Exercise 5: Lists

    • arrays, indexing, type conversions
  • Exercise 6: Transposition cipher

    • cryptography concepts, for and while loops, passing variables to functions
  • Exercise 7: Hashing passwords

    • culmination project, real application, bytes() function

fountaindale's People

Contributors

andykeefe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.