You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/chapter-02.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Help, resources and hints
3
3
=========================
4
4
5
-
We've made our best to make PY4WEB simple and clean. But you know, modern web programming is a daunting task. It requires an open mind, able to
5
+
We've done our best to make PY4WEB simple and clean. But you know, modern web programming is a daunting task. It requires an open mind, able to
6
6
jump frequently (without being lost!) from python to HTML to javascript to css and even database management.
7
7
But don't be scared, in this manual we'll assist you side by side in this journey. And there are many other valuable resources that we're going to show
8
8
you.
@@ -15,7 +15,7 @@ This manual
15
15
-----------
16
16
17
17
This manual is the Reference Manual for py4web. It's available online at https://py4web.com/_documentation/static/index.html, where you'll also find the
18
-
PDF and EBOOK version, in multiple languages. It written in RestructuredText and generated using Sphinx.
18
+
PDF and EBOOK version, in multiple languages. It is written in RestructuredText and generated using Sphinx.
19
19
20
20
21
21
The Google group
@@ -45,7 +45,7 @@ There are many tutorials and videos available. Here are some of them:
45
45
- the `South Breeze Enterprises demo app <https://github.com/jpsteil/southbreeze>`__ by `Jim Steil <https://github.com/jpsteil>`__. It is built around
46
46
the structure of the Microsoft Northwind database,
47
47
but converted to SQLite. You can view the final result online `here <https://southbreeze.pythonbench.com>`__
48
-
- the `py4web blog in spanish <https://py4web-tutoriales.blogspot.com>`__ by Alan Etkin, wich covers the basics to start with the framework plus examples. It is thought as a resource for sudents and aims to provide a full web development course
48
+
- the `py4web blog in spanish <https://py4web-tutoriales.blogspot.com>`__ by Alan Etkin, which covers the basics to start with the framework plus examples. It is intended as a resource for students and aims to provide a full web development course
49
49
50
50
The sources on GitHub
51
51
---------------------
@@ -83,7 +83,7 @@ we also suggest to:
83
83
introduction). In a complex workplace this will avoid to be messed up
84
84
with other python programs and modules
85
85
- use **git** to keep track of your program's changes and save
86
-
your changes in a safe place online (GitHub, GitLat, or Bitbucket).
86
+
your changes in a safe place online (GitHub, GitLab, or Bitbucket).
87
87
- use an editor with Syntax Highlighting. We highly recommend
88
88
Visual Studio Code (VScode) or PyCharm.
89
89
@@ -132,7 +132,7 @@ In PyCharm, if you should get gevent errors you need to enable Settings | Build,
132
132
How to contribute
133
133
=================
134
134
135
-
We need help from everyone: support our efforts! You can just participate in the Google group trying to answer other's questions, submit bugs using or
135
+
We need help from everyone: support our efforts! You can just participate in the Google group trying to answer others' questions, submit bugs or
136
136
create pull requests on the GitHub repository.
137
137
138
138
If you wish to correct and expand this manual, or even translate it in a new foreign language, you can read all the needed information directly on
0 commit comments