Giter Club home page Giter Club logo

pyladies-cmd-pyintro's People

Contributors

avolkov avatar myles avatar pts-catherine-sawatzky avatar

Watchers

 avatar

Forkers

csawatzky myles

pyladies-cmd-pyintro's Issues

Python Intro TODO

Introduce variables

Introduce 'primitive' types from which other types are built.

string
int
float

Basic math is easy

Explain strong typing

Briefly digress how primitive types internally are represented by binary, very briefly digress into explaining binary, mention other common numbering system -- duodecimal (base-12) of ancient Sumer and India, now used for telling time (24 = 2 parts of 12). TODO -- more reasearch wiki

Explain str

introduce classes

Note that most of other kinds of things use this type, i.e. screen 2-dimensional array of triplet integers (Red-Green-Blue), date/time -- seconds since 1970, or a type with different members, year, month, day, hour minute, second. Come up with an example of methods based on datetime/timedelta class

Introduce functions as stand-alone methods

....

introduce dictionaries as containers without associated functions

.....

Introduce lists

Ordered containers 'without' arbitrary keys. Tuple is immutable list, string is an instance of tuple

Final exercise -- count the number of days since the new year. More in-depth exploration of datetime/timedelta.

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.