Skip to content

Jasonlee1995/Python_tutorial

Repository files navigation

Python Tutorial

Day 0 : Introduction

    1. What can we do with Python?
    1. Top-Down v.s Bottom-Up
    1. Environment Setup

Day 1 : Numbers, String

    1. Numbers
    1. String
    1. Type Conversion

Day 2 : Condition

    1. Boolean
    1. if elif else

Day 3 : Iteration

    1. List
    1. Type Conversion
    1. Array
    1. Iteration (while, for)

Day 4 : Data Structure and Recursion

    1. Tuple
    1. Sets
    1. Dictionary
    1. Recursion

Day 5 : Sorting

    1. Algorithm
    1. Sorting

Day 5 : Sorting Answer

    1. Selection Sort
    1. Insertion Sort
    1. Bubble Sort
    1. Merge Sort
    1. Quick Sort
    1. Heap Sort

Day 6. Graph

    1. Graph Basic
    1. BFS/DFS on Undirected Acyclic Graph
    1. BFS/DFS on Undirected Cyclic Graph

Day 6. Graph Answer

    1. BFS
    1. DFS

About

Python Tutorials for Beginners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published