Skip to content

My tutorial on command line and introduction to python

Notifications You must be signed in to change notification settings

avolkov/pyladies-cmd-pyintro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Pyladies Command Line Basics & Python Tutorial

Prerequisites

  1. Python 2.7 install
  2. Notepad++ install

Command line Basics

  1. Intro
  2. Filesystem Navigation
  3. Directories
  4. Files
  5. More Stuff

Python Intro

  1. REPL, basic types, binary
  2. debugging, datetime, classes, representing values in strings

Further Reading

Software Carpentry -- teaching computer skills to researchers in science, engineering medicine and related disciplines.

Coder's club -- Writing games in python by Mike Fletcher.

http://cc.vrplumber.com/index.html

Learn Python The Hard Way -- a book that provides an a no-gimmick way of learning a language, that also explains fundamental concepts of computer science.

http://learnpythonthehardway.org/book/ex0.html

About

My tutorial on command line and introduction to python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages