Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit 0e4bfbb

Browse files
committed
Update
1 parent cefaff0 commit 0e4bfbb

File tree

5 files changed

+13
-70
lines changed

5 files changed

+13
-70
lines changed

README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
# Python Instructor
22

3-
- An article to complete the Python course.
43
- **Disclaimer:** _The content of this repository is only for testing and training and is provided at the discretion of the author; So it may not be suitable for production or other conditions._
5-
- Check this [link](/lessons/python/installation/README.md) ([farsi](/lessons/python/installation/README-FARSI.md)) to install and run Python.
6-
7-
## Python Code Examples
8-
- [Python micro code examples](/lessons/python/examples/README.md)
9-
10-
## Homework
11-
12-
- Check [this link](/README-PYTHON-HOMEWORKS.md)
4+
- [Install and Run](/lessons/python/installation/README.md) Python.
5+
- [Examples](/lessons/python/examples/README.md)
6+
- [Homeworks](/README-PYTHON-HOMEWORKS.md)
137

148
## Headings
15-
1. Introduction
16-
1. Syntax
17-
- `pep8, naming, comments, indentation, ...`
9+
1. [Introduction](introduction/README.md)
10+
1. [Syntax](syntax/README.md)
1811
1. Variables
1912
1. <details>
2013
<summary><strong>String</strong></summary>

introduction/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Python
2+
## Introduction

lessons/python/installation/README-FARSI.md

-58
This file was deleted.
Binary file not shown.

syntax/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Python
2+
## Syntax
3+
- PEP8
4+
- Naming
5+
- Comments
6+
- Indentation

0 commit comments

Comments
 (0)