Skip to content

Commit 1648f8d

Browse files
authored
Update README.md
1 parent ddf7c62 commit 1648f8d

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed

README.md

+25-28
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
1-
![567828_67d0](https://user-images.githubusercontent.com/34129569/41303204-283bd08e-6e8a-11e8-8d09-5a8650edcea9.jpg)
2-
3-
4-
#### *Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.* [link to Python Tutorial!](https://docs.python.org/3/tutorial/index.html)
1+
#### Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. [link to Python Tutorial!](https://docs.python.org/3/tutorial/index.html)
52

63

74
#### topics:
8-
```
9-
Command Line Basics
10-
Installing Python
11-
Running Python Code
12-
Strings
13-
Lists
14-
Dictionaries
15-
Tuples
16-
Sets
17-
Number Data Types
18-
Print Formatting
19-
Functions
20-
Scope
21-
args/kwargs
22-
Built-in Functions
23-
Debugging and Error Handling
24-
Modules
25-
External Modules
26-
Object Oriented Programming
27-
Inheritance
28-
Polymorphism
29-
File I/O
30-
Advanced Methods
31-
Unit Tests
5+
6+
* Command Line Basics
7+
* Installing Python
8+
* Running Python Code
9+
* Strings
10+
* Lists
11+
* Dictionaries
12+
* Tuples
13+
* Sets
14+
* Number Data Types
15+
* Print Formatting
16+
* Functions
17+
* Scope
18+
* args/kwargs
19+
* Built-in Functions
20+
* Debugging and Error Handling
21+
* Modules
22+
* External Modules
23+
* Object Oriented Programming
24+
* Inheritance
25+
* Polymorphism
26+
* File I/O
27+
* Advanced Methods
28+
* Unit Tests

0 commit comments

Comments
 (0)