Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
PythonCHB
/
IntroToPython
Public
forked from
UWPCE-PythonCert/IntroToPython-2014
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
IntroToPython
Students
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 13, 2014
Merge pull request #8 from voite1/master
Show description for d142566
PythonCHB
committed
d142566
View commit details
Copy full SHA for d142566
View code at this point
Browse repository at this point
Merge pull request #15 from imdavis/master
Show description for 06e2b07
PythonCHB
committed
06e2b07
View commit details
Copy full SHA for 06e2b07
View code at this point
Browse repository at this point
Push up my lightening talk too.
imdavis
committed
ab822ab
View commit details
Copy full SHA for ab822ab
View code at this point
Browse repository at this point
For completeness, push up the homework assignment from the first session as well.
imdavis
committed
003ca7f
View commit details
Copy full SHA for 003ca7f
View code at this point
Browse repository at this point
Added the sum_series function to the series.py module. Has default zeroth and first terms to give the nth term of the Fibonacci series. Will give nth term of arbitrary series given users specifie…
Show description for 6cf06d7
imdavis
committed
6cf06d7
View commit details
Copy full SHA for 6cf06d7
View code at this point
Browse repository at this point
Commits on Oct 12, 2014
Commit of series.py after adding a new function to evaluate the nth term of the lucas function. Checked that it gives the correct result up to the 20th term of the Lucas fuction. Added some basic…
Show description for de1962b
imdavis
committed
de1962b
View commit details
Copy full SHA for de1962b
View code at this point
Browse repository at this point
First commit of series.py function. Calculates Fibanocci series up to 20th term correctly. Contains a useful docstring and some assertions for some basic testing.
imdavis
committed
162ed4d
View commit details
Copy full SHA for 162ed4d
View code at this point
Browse repository at this point
Added the Python function to evaluate the Ackermann function to the session02 directory of my student directory
imdavis
committed
f6bc32e
View commit details
Copy full SHA for f6bc32e
View code at this point
Browse repository at this point
Commits on Oct 11, 2014
Homework Week 2 - Done
voite1
committed
a857593
View commit details
Copy full SHA for a857593
View code at this point
Browse repository at this point
added test block comments
meshmote
committed
6894a68
View commit details
Copy full SHA for 6894a68
View code at this point
Browse repository at this point
Fixed missing params in sum_series recursive calls and added final test code
meshmote
committed
e8dc4a7
View commit details
Copy full SHA for e8dc4a7
View code at this point
Browse repository at this point
added sum_series function and partial test block
meshmote
committed
9986a2b
View commit details
Copy full SHA for 9986a2b
View code at this point
Browse repository at this point
Added fibonacci and lucas series code and test blocks
meshmote
committed
512365b
View commit details
Copy full SHA for 512365b
View code at this point
Browse repository at this point
Merge branch 'session02'
meshmote
committed
ed25cb1
View commit details
Copy full SHA for ed25cb1
View code at this point
Browse repository at this point
Merge pull request #4 from salimhamed/master
Show description for 15615e6
PythonCHB
committed
15615e6
View commit details
Copy full SHA for 15615e6
View code at this point
Browse repository at this point
Merge pull request #3 from dfugelso/master
Show description for fb145fe
PythonCHB
committed
fb145fe
View commit details
Copy full SHA for fb145fe
View code at this point
Browse repository at this point
Merge pull request #7 from jerrytozhang/master
Show description for 90330ce
PythonCHB
committed
90330ce
View commit details
Copy full SHA for 90330ce
View code at this point
Browse repository at this point
added series.py in session02
jerrytozhang
committed
de3d483
View commit details
Copy full SHA for de3d483
View code at this point
Browse repository at this point
added session02
jerrytozhang
committed
38299d5
View commit details
Copy full SHA for 38299d5
View code at this point
Browse repository at this point
Commits on Oct 10, 2014
Added 'Passes 'All Tests Pass' to the bottom of ack.
Dave Fugelso
committed
0e15c35
View commit details
Copy full SHA for 0e15c35
View code at this point
Browse repository at this point
Commits on Oct 9, 2014
Finished Fibonacci and Lucas series function with unit tests and explanations
Dave Fugelso
committed
a5e552e
View commit details
Copy full SHA for a5e552e
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/dfugelso/IntroToPython
Dave Fugelso
committed
4617f0a
View commit details
Copy full SHA for 4617f0a
View code at this point
Browse repository at this point
Ackermann module with unit tests included up to A(4,0)
Dave Fugelso
committed
9926560
View commit details
Copy full SHA for 9926560
View code at this point
Browse repository at this point
Added series.py module with empty fibonacci function
meshmote
committed
51d47ec
View commit details
Copy full SHA for 51d47ec
View code at this point
Browse repository at this point
Added success message to testing block
meshmote
committed
92059fb
View commit details
Copy full SHA for 92059fb
View code at this point
Browse repository at this point
Fixed syntax for None comparisons in test block
meshmote
committed
ff4d314
View commit details
Copy full SHA for ff4d314
View code at this point
Browse repository at this point
Added first working ack.py
meshmote
committed
f66d2aa
View commit details
Copy full SHA for f66d2aa
View code at this point
Browse repository at this point
Commits on Oct 8, 2014
Added HW file 1
meshmote
committed
c364569
View commit details
Copy full SHA for c364569
View code at this point
Browse repository at this point
Added session01 directory and HW files
meshmote
committed
7f18a5e
View commit details
Copy full SHA for 7f18a5e
View code at this point
Browse repository at this point
My Python Homeworks
jerry zhang
committed
ea71c0c
View commit details
Copy full SHA for ea71c0c
View code at this point
Browse repository at this point
Remove old HW
meshmote
committed
97a581f
View commit details
Copy full SHA for 97a581f
View code at this point
Browse repository at this point
Removing old HW
meshmote
committed
734496e
View commit details
Copy full SHA for 734496e
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master'
salimhamed
committed
3db4e3a
View commit details
Copy full SHA for 3db4e3a
View code at this point
Browse repository at this point
Adding student directory for Rperkins
meshmote
committed
b3706ac
View commit details
Copy full SHA for b3706ac
View code at this point
Browse repository at this point
Lightning Talk add
dfugelso
committed
c491b4b
View commit details
Copy full SHA for c491b4b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.