Skip to main content

Student Tools for Beginning Python

Project description

Student Tools for Beginning Python

Python is an extremely popular language for introduction to computing courses at various universities. However, many Python features require knowledge of advance language elements before they can be used. For example, the Unit Testing framework is extremely comple and is typically inaccessible to a beginning student. Similarly, Python has moved all string functionality to method calls, which are confusing for a student just starting out with functions.

The purpose of this package is to provide proper masking, giving instructors more flexibility in how they arrange their Python course. Masking takes a complex feature and hides it behind a simpler interface. When the students have mastered that interface, the instructor can remove it and allow students direct access to the complex feature.

For example, this package provides non-method string functions for basic functionality such as searching, replacing, and testing. This allows the students to write interesting text-manipulation functions when they are just starting out, without having to understand the extra subtleties of method calls. When they are ready to move on to method calls, the students are free (and encouraged) to stop using these functions.

For a complete list of modules provided by this package, see the associated documentation. Key features include, but are not limited to

  • Method-free string functions
  • Method-free tuple functions
  • Simplified unit test utilities
  • Simplified web connections (similar to the classic urllib2)
  • Simplified color model interfaces
  • Improved graphics turtle

These packages were developed as part of the introduction to computing sequence at Cornell University. However, they are free to all educators that might find them useful.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

introcs-1.3.1.tar.gz (78.8 kB view details)

Uploaded Source

Built Distribution

introcs-1.3.1-py3-none-any.whl (78.4 kB view details)

Uploaded Python 3

File details

Details for the file introcs-1.3.1.tar.gz.

File metadata

  • Download URL: introcs-1.3.1.tar.gz
  • Upload date:
  • Size: 78.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for introcs-1.3.1.tar.gz
Algorithm Hash digest
SHA256 4e64c27143acdda118417c04aa13bc3c5eeb1ab8ae9679db8056d00009427bf6
MD5 ac370109615ab5c66da2a681ef8709bd
BLAKE2b-256 ae867c33f616baaec094ed6d49e67b0c956848b7ff5dff6a2b38237aa8b02fbd

See more details on using hashes here.

File details

Details for the file introcs-1.3.1-py3-none-any.whl.

File metadata

  • Download URL: introcs-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 78.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for introcs-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 eb6f8d551ae7a90e77801e136b2f38be6cfb2a764a9e78e20624d5f8c5b3043e
MD5 c984fbb1a12a869f0be0e3e2dbb41918
BLAKE2b-256 e2bb6958a8041e197219d2828e588d3a12aa5ecd56a1f57d69403814b4fcb4e0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page