Skip to content

Commit 2b1915e

Browse files
committed
merge branches
1 parent 98f5032 commit 2b1915e

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

README.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@ _P.S. `master` branch is empty and has only this `README.md` file_
55

66
## Table of Contents
77
- [Status Updates](#status-updates)
8+
- [Day 1](#day-1)
9+
- [Day 2](#day-2)
10+
- [Day 3](#day-3)
11+
- [Day 4](#day-4)
12+
- [Day 5](#day-5)
13+
- [Day 6](#day-6)
814
- [Installation](#installation)
915
- [Resources](#resources)
1016

1117
## Status Updates
12-
- [learn/pipenv-pipfile - Pipenv and Pipfile](https://github.com/TechPrimers/python-playground/tree/learn/pipenv-pipfile)
13-
- Day 1 - March 25th, 2020
14-
## Day 1
18+
From March 25th, 2020
19+
### Day 1
1520
- `pipenv install` - Similar to `npm install`. Creates 2 files `Pipfile` and `Pipfile.lock` similar to `package-lock.json` in the javascript world with dependencies based on `requirements.txt`
1621
- `pipenv shell` - Activates the virtual environment. Much simpler than `virtualenv`
1722
- Once the shell is activated, run `python3 hello.py` to bring the Flask app UP!!
@@ -34,19 +39,21 @@ _P.S. `master` branch is empty and has only this `README.md` file_
3439
- If a package has `__init__.py`, it becomes a module
3540
- `learn` is a module which is used in `modules.py`
3641

42+
### Day 2
43+
- Started using callable functions inside a class
44+
45+
### Day 3
46+
- Started using Functions and String manipulation
47+
48+
### Day 4
49+
- Started using `tuples`
50+
51+
### Day 5
52+
- Started using `dictionaries`
53+
- Started using `set`
54+
55+
### Day 6
3756

38-
- [learn/functions - Functions](https://github.com/TechPrimers/python-playground/tree/learn/functions)
39-
- Day 2
40-
- Started using callable functions inside a class
41-
- Day 3
42-
- Started using Functions and String manipulation
43-
- [learn/tuples - Tuples](https://github.com/TechPrimers/python-playground/tree/learn/tuples)
44-
- Day 4
45-
- Started using `tuples`
46-
- [learn/dictionaries - Dictionaries](https://github.com/TechPrimers/python-playground/tree/learn/dictionaries)
47-
- Day 5
48-
- Started using `dictionaries`
49-
- Started using `set`
5057

5158
## Installation
5259
Command used in Mac for installing supporting tools

0 commit comments

Comments
 (0)