Skip to content

Commit 07cf6b1

Browse files
authored
Update README.md
1 parent db2a554 commit 07cf6b1

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,10 @@
11
# Python Programming For Beginners
22

3-
**Python 3**, with **VSCode** as the IDE.
4-
5-
[![](https://storage.googleapis.com/replit/images/1539906614890_d3ab3e7d0acf7cc1d56b6c218bd6d344.pn)](https://storage.googleapis.com/replit/images/1539906614890_d3ab3e7d0acf7cc1d56b6c218bd6d344.pn)
6-
[![](https://storage.googleapis.com/replit/images/1539906646554_941ec29791cd36653b2612f8368ab99e.pn)](https://storage.googleapis.com/replit/images/1539906646554_941ec29791cd36653b2612f8368ab99e.pn)
73

84
Python is a very popular coding language. Little people use it for serious projects, but it is still useful to learn. It was created in 1991 by `Guido van Rossum`.
95
Look at a few uses of python:
106

11-
- Desktop Applications
12-
- Web Applications
13-
- Complex Scientific Equations
14-
15-
Let's look at a few reasons why it is useful:
16-
17-
- Readable/Understandable Code
18-
- Compatible with other systems/platforms
19-
- Millions of useful modules
20-
21-
These are just a few, you can find a bunch more by researching it.
22-
23-
What we will be teaching you is specifically `python 3`. This is the most updated version, but the version 2 is still widely used.
24-
Here we will be using replit, but there are multiple text editors you can find.
257

26-
- Emacs
27-
- Komodo Edit
28-
- Vim
29-
- Sublime Text
30-
- More at [Python Text Editors](https://realpython.com/python-ides-code-editors-guide/)
318

329
Python syntax was made for readability, and easy editing. For example, the python language uses a `:` and indented code, while javascript and others generally use `{}` and indented code.
3310

0 commit comments

Comments
 (0)