Skip to content

mortezakarbasi/review-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reading CHART

Session 1st Read Review 2nd Read Video
Session 0
Session 1
Session 2
Session 3
Session 4
Session 5
Session 6
Session 7
Session 8
Session 9
Session 10
Session 11
Session 12
Session 13
Session 14
Session 15
Session 16
Session 17
Session 18
Session 19
Session 20
Session 21
Session 22
Session 23
Session 24
Session 25
Session 26
Session 27 🟨
Session 28
Session 29
Session 30
Session 31
Session 32
Session 33
Session 34
Session 35
Session 36
Session 37
Session 38
Session 39
Session 40
Session 41
Session 42
Session 43
Session 44
Session 45
Session 46
Session 47
Session 48
Session 49
Session 50
Session 51
Session 52
Session 53
Session 54
Session 55
Session 56
Session 57
Session 58
Session 59
Session 60

review-python

review python with learn python hardway book

module 1

ex01

print function

ex02

comment and pound #

ex03

numbers and math charcters

ex04

variables and Names

ex05

more variable and printing also formatted strings f"hi my names is {yourname}"

ex06

format method

text = "hi my name is {yourname}".format(yourname = "morteza")

hilarious = false

joke_evaluation = "Isn't that joke so funny?! {}"

print(joke_evaluation.format(hilarious))

ex07

combining strings

ex08

formatting strings manullay formate method more

ex09

multiline strings

ex10

escape codes

ex11

Asking people questions getting input

ex12

input more

ex13

parameters, unpacking and variables

ex14

Prompting passing

ex15

Reading files

ex16

reading and writing the files close read readline truncate write('') seek(0)

ex17

About

reviewing python "with learn python hardway book by ZED SHAW"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published