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
Accelerator
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 }}
SeanPlusPlus
/
intermediatePython
Public
forked from
yasoob/intermediatePython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 18, 2015
Merge pull request #31 from shazeline/spelling-fixes
Show description for 08a8f92
yasoob
committed
08a8f92
View commit details
Copy full SHA for 08a8f92
Browse repository at this point
Merge pull request #35 from dagrha/master
Show description for ea417e3
yasoob
committed
ea417e3
View commit details
Copy full SHA for ea417e3
Browse repository at this point
Rephrased a couple sentences
dagrha
committed
13155e1
View commit details
Copy full SHA for 13155e1
Browse repository at this point
Merge pull request #34 from jwegan/patch-2
Show description for 0e089cb
yasoob
committed
0e089cb
View commit details
Copy full SHA for 0e089cb
Browse repository at this point
Merge pull request #33 from homeworkprod/patch-1
Show description for 386360e
yasoob
committed
386360e
View commit details
Copy full SHA for 386360e
Browse repository at this point
Resolve merge conflicts.
shazeline
committed
ef7d163
View commit details
Copy full SHA for ef7d163
Browse repository at this point
Merge pull request #32 from mafrasi2/master
Show description for 9780b29
yasoob
committed
9780b29
View commit details
Copy full SHA for 9780b29
Browse repository at this point
Merge pull request #30 from ParthGandhi/patch-1
Show description for 5538a40
yasoob
committed
5538a40
View commit details
Copy full SHA for 5538a40
Browse repository at this point
Merge pull request #29 from StevenMaude/fixes-for-python2-3-targeting
Show description for f11e6ee
yasoob
committed
f11e6ee
View commit details
Copy full SHA for f11e6ee
Browse repository at this point
Merge pull request #28 from shazeline/remove-map-note
Show description for 86bf3c6
yasoob
committed
86bf3c6
View commit details
Copy full SHA for 86bf3c6
Browse repository at this point
Merge pull request #27 from StevenMaude/tidy-classes
Show description for 4d5c2e0
yasoob
committed
4d5c2e0
View commit details
Copy full SHA for 4d5c2e0
Browse repository at this point
Add one line initializer
Show description for 56cc151
jwegan
committed
56cc151
View commit details
Copy full SHA for 56cc151
Browse repository at this point
Merge pull request #26 from williamscott/master
Show description for 551d947
yasoob
committed
551d947
View commit details
Copy full SHA for 551d947
Browse repository at this point
Merge pull request #24 from StevenMaude/patch-1
Show description for 06d67fd
yasoob
committed
06d67fd
View commit details
Copy full SHA for 06d67fd
Browse repository at this point
Merge pull request #25 from StevenMaude/fix-code-formatting
Show description for 482c759
yasoob
committed
482c759
View commit details
Copy full SHA for 482c759
Browse repository at this point
Create deque instance directly from range object.
Show description for c54553f
homeworkprod
committed
c54553f
View commit details
Copy full SHA for c54553f
Browse repository at this point
Commits on Aug 17, 2015
Fixed a decorator example
mafrasi2
committed
4149b2d
View commit details
Copy full SHA for 4149b2d
Browse repository at this point
Fix typos across all pages.
shazeline
committed
1bd8349
View commit details
Copy full SHA for 1bd8349
Browse repository at this point
Fixed several typos
mafrasi2
committed
40117da
View commit details
Copy full SHA for 40117da
Browse repository at this point
Typo Innitially -> Initially
ParthGandhi
committed
cf82253
View commit details
Copy full SHA for cf82253
Browse repository at this point
Add link to the Python 2/3 porting guide
StevenMaude
committed
cb6c5a0
View commit details
Copy full SHA for cb6c5a0
Browse repository at this point
Fix Python 2.5 version: context manager with
StevenMaude
committed
9e8e698
View commit details
Copy full SHA for 9e8e698
Browse repository at this point
Clarify context manager version availability
Show description for 4144455
StevenMaude
committed
4144455
View commit details
Copy full SHA for 4144455
Browse repository at this point
Minor typo fixes
StevenMaude
committed
8501da7
View commit details
Copy full SHA for 8501da7
Browse repository at this point
Tidy Python name in targeting_python2_3.rst
Show description for fca3dd6
StevenMaude
committed
fca3dd6
View commit details
Copy full SHA for fca3dd6
Browse repository at this point
Remove incorrect note about map.
shazeline
committed
fefca54
View commit details
Copy full SHA for fefca54
Browse repository at this point
Tidy up classes.rst
Show description for b21aa27
StevenMaude
committed
b21aa27
View commit details
Copy full SHA for b21aa27
Browse repository at this point
Correct typo and format a keyword
williamscott
committed
b0ea144
View commit details
Copy full SHA for b0ea144
Browse repository at this point
Fix code formatting in for_-_else.rst
StevenMaude
committed
31edea1
View commit details
Copy full SHA for 31edea1
Browse repository at this point
Fix code formatting in decorators.rst
StevenMaude
committed
00a9a41
View commit details
Copy full SHA for 00a9a41
Browse repository at this point
Fix code formatting in context_managers.rst
StevenMaude
committed
04fc21d
View commit details
Copy full SHA for 04fc21d
Browse repository at this point
Fix code formatting in collections.rst
StevenMaude
committed
d18e282
View commit details
Copy full SHA for d18e282
Browse repository at this point
Typo fixes in function_caching.rst
StevenMaude
committed
344bdf5
View commit details
Copy full SHA for 344bdf5
Browse repository at this point
Merge pull request #23 from mykolasmith/master
Show description for 4473bb3
yasoob
committed
4473bb3
View commit details
Copy full SHA for 4473bb3
Browse repository at this point
fix spelling error
mykola-smith
committed
7dab6b4
View commit details
Copy full SHA for 7dab6b4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.