Skip to content

Documentation and resources for learning to program in Python

License

Notifications You must be signed in to change notification settings

schana/learning-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-python

Documentation and resources for learning to program in Python. This is largely based on the Non-Programmer's Tutorial for Python 3 and Hands-on Python 3 Tutorial.

Please refer to the Syntax Cheat Sheet for an overview of proper syntax.

This week

  1. Git

    Using source control

  2. Sorting

    Different sorting algorithms for lists

Previous

  1. Getting Started

    A basic introduction covering strings, arithmetic, variables, and input

  2. Making Pine Trees

    Write a program that asks the user for a width, and then print out their resulting tree

  3. Decisions

    If statements and equality tests

  4. Functions

    Functions and parameters

  5. Lists

    The first data structure

  6. File input and output

    Reading and writing files

  7. Other data structures

    Other structures we'll use like tuples, dictionaries, and sets

  8. Hangman

    Excercise

About

Documentation and resources for learning to program in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages