GithubHelp home page GithubHelp logo

contemplativeradicals / python-intro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bennuttall/python-intro

0.0 1.0 0.0 820 KB

A set of Python exercises led by hints in comments - suitable for beginner / intermediate level

Home Page: http://bennuttall.github.io/python-intro/

License: Other

Python 100.00%

python-intro's Introduction

Python Intro

A Python learning tool with beginner exercises in using variables, data structures and basic control flow.

Developed by Ben Nuttall for use in Raspberry Jams, STEM activities, Code Clubs, etc.

Designed to be compatible with both Python2 and Python3.

Also designed to be PEP-8 compliant to encourage good coding style.

Contents

  • Printing
  • Variables
  • Basic maths operators (add, subtract, multiply)
  • Basic variable types (strings, integers)
  • Concatenating strings
  • Casting an integer to a string
  • Booleans (True / False)
  • Inequalities (Greater Than / Less Than)
  • If/Else statements
  • Lists
  • List methods (append, extend)
  • Adding lists together with +
  • Sets
  • For Loops
  • Indexing strings
  • Splitting strings
  • Tuples
  • Dictionaries

How to use

  1. Download intro.py
    • Either click the link and save the file from your browser or use wget from the command line: wget http://goo.gl/dBpAfd -O intro.py --no-check-certificate.
  2. Open the file in IDLE3 or IDLE.
  3. Run the file with F5 to see the output
  4. Go back to the code and read the instructions, edit away, save and run again.

Issues and Pull Requests

If you have an issue and don't know how to fix it, please open an issue on GitHub.

If you would like to rephrase the wording or change the code, fork this project and create a pull request against the original repository which will be reviewed by the author.

Licence

Unless otherwise specified, everything in this repository is covered by the following license:

Creative Commons License

Python Intro by Ben Nuttall is licensed under a Creative Commons Attribution 4.0 International License.

Based on a work at https://github.com/bennuttall/python-intro

python-intro's People

Contributors

bennuttall avatar qmacro avatar toastwaffle avatar jcla1 avatar stevieflow avatar

Watchers

James Cloos 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.