Code Monkey home page Code Monkey logo

pythonlearn-001's Introduction

##pythonlearn-001

###Programming for Everybody (Python) by Charles Severance The Course use TextBook Python for Informatics: Exploring Information by Dr. Charles R Severance for learning ,so all exsercise/assignment from Course based on The Text ##Syllabus Help

Week One: Introduction - Why we program?

Reading: Chapter 1
Assignment: Hello World (Due 21-April)
Extra Credit Assignment: Installation Screen Shots (Due 15-May)

Week Two: Variables and Expressions

Reading: Chapter 2
Assignment 2.2 (Due 28-Apr)
Assignment 2.3 (Due 28-Apr)

Week Three: Conditional code

Reading: Chapter 3
Assignment 3.1 (Due 5-May)
Assignment 3.3 (Due 5-May)
Extra Credit Essay 1 (Essay due 5-May, Grading Due 12-May)

Week Four: Functions

Reading: Chapter 4
Assignment 4.6 (Due 12-May)
Reminder: Extra Credit Assignment: Installation Screen Shots (Due 15-May)

Week Five: Loops and Iteration

Reading: Chapter 5
Assignment 5.2 (Due 19-May)
Extra Credit Essay 2 (Essay due 19-May, Grading Due 26-May)

Week Six: Strings

Reading: Chapter 6
Assignment 6.5 (Due 26-May)

Week Seven: Files

Reading: Chapter 7
Assignment 7.1 (Due 2-June)
Assignment 7.2 (Due 2-June)
Midterm Exam (Due 2-June)

Week Eight: Lists

Reading: Chapter 8
Assignment 8.4 (Due 9-June)
Assignment 8.5 (Due 9-June)
Extra Credit Essay (Essay due 9-June, Grading Due June 16)

Week Nine: Dictionaries

Reading: Chapter 9
Assignment 9.4 (Due 16-Jun)

Week Ten: Tuples

Reading: Chapter 10
Assignment 10.2 (Due 23-June)
Final Exam (Due 23-June)

Optional Topic: Regular Expressions

Reading: Chapter 11
Note that the assignment numbers are the actual assignments from the textbook.

pythonlearn-001's People

Contributors

enixdark avatar willyfisterbut avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pythonlearn-001's Issues

See this

fname = raw_input("Enter file name: ")
fh = open(fname)
count = 0
for line in fh:
if line.startswith('From '):
s=line.split()
print s[1]
count=count+1

print "There were", count, "lines in the file with From as

Can you solve?

Can you please solve the wee7 final quiz for recent time course?

week 5 assignment problem

    **largest = num if largest<num or largest == None else largest
    smallest = num if smallest>num or smallest == None else smallest**

largest = num if largest>num or largest == None else largest
smallest = num if smallest<num or smallest == None else smallest

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.