Thomas Severin
8e7087b41b
Code refactoring and wording improvements.
2022-04-25 10:05:30 +02:00
Cristián Maureira-Fredes
d047f536fe
Update PySide entry
2021-10-05 23:07:02 +02:00
Dan Bader
f0687dad63
Merge branch 'master' into gpipfix
2021-08-02 23:55:04 -07:00
Ilya Shubkin
e591eca8dc
docs: fix Expert Python Programming book link
2021-05-13 07:48:27 +01:00
trk9001
4050adc9cb
Update gpip function to use explicit false value
...
This commit fixes #1099 . See that issue for more details.
2021-05-04 19:54:28 +06:00
Dan Bader
8d91ae9137
Merge branch 'master' into feat/py2-to-py3-in-speed-section
2021-02-23 09:10:57 -08:00
Dan Bader
727edfedf2
Code formatting cleanup
2021-02-23 09:10:29 -08:00
Dan Bader
f27cd7fbc9
Merge branch 'master' into feat/py2-to-py3-in-scraping-section
2021-02-23 09:07:41 -08:00
Dan Bader
521d8e8e85
Merge branch 'master' into feat/py2-to-py3-in-code-style-section
2021-02-23 09:05:33 -08:00
Matheus Felipe
ebb2a21a65
Upd of print func to py3 syntax
2021-02-22 20:17:53 -03:00
Matheus Felipe
ed39c488ff
Upd of print func to py3 syntax
2021-02-22 20:05:12 -03:00
Matheus Felipe
5796581b4f
Upd of print func to py3 syntax in conventions section
2021-02-22 19:47:10 -03:00
Matheus Felipe
ed755c1e63
Change xrange function to range function
2021-02-22 19:35:31 -03:00
Matheus Felipe
9c2d09dfcd
Upd to python 3 in explicit code section
2021-02-22 19:25:31 -03:00
Matheus Felipe
ea10fc92c5
Update examples to Python 3 in structure section
2021-02-20 18:51:09 -03:00
Dan Bader
266b4c4f42
Update
2021-02-02 11:03:11 -08:00
klml
3240cd0c80
kennethreitzs essay repository-structure-and-python new URL
2021-01-26 18:41:50 +01:00
Dan Bader
be1ac344d6
Update
2021-01-25 17:16:21 -08:00
Dan Bader
6524409633
Merge pull request #1082 from imba-tjd/patch-1
...
Remove Eldarion
2020-11-23 11:25:32 -08:00
Lokesh Dhakal
46ff6a600f
Minor Polishes
2020-11-22 21:30:35 +01:00
Lokesh Dhakal
148e6503a9
Monir Polishes
2020-11-22 17:14:07 +01:00
Lokesh Dhakal
ad22d2580c
Minor Polishes
2020-11-22 16:22:12 +01:00
Lokesh Dhakal
558e60c33c
Minor Changes
2020-11-22 15:54:31 +01:00
谭九鼎
e5caf43179
Remove Eldarion
2020-10-20 10:45:24 +08:00
Dan Bader
843348ebc7
Merge pull request #1080 from tomer/patch-1
...
Fix link to direnv.net on file virtualenvs.rst
2020-10-11 09:25:29 -07:00
Dan Bader
192d358393
Merge pull request #1081 from schilli91/feature/add-formatters-issue-931
...
Add auto-formatting section
2020-10-11 09:24:47 -07:00
Moritz Schillinger
e438a80ec8
Add auto-formatting section
2020-10-11 11:52:31 +02:00
Tomer Cohen
715472dc21
Fix link to direnv.net on file virtualenvs.rst
2020-10-10 01:17:24 +03:00
Dan Bader
a1c9d692f6
Merge pull request #1065 from pyfisch/pyfisch-json
...
Remove simplejson from guide
2020-10-08 14:52:15 -07:00
Andrew Martin
9385d82078
update brew download link
...
if you use the older `ruby` command, the brew installer throws a warning:
```
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh )"
```
2020-09-28 10:34:16 -04:00
Bartosz Zaczyński
b2eab694ed
Merge pull request #1068 from hharutyunyan/master
...
Fixes for Python 2 End of Life
2020-09-21 18:20:53 +02:00
Henry Harutyunyan
5ae6568805
Update docs/starting/which-python.rst
...
Co-authored-by: Bartosz Zaczyński <bartosz.zaczynski@gmail.com >
2020-09-21 20:14:47 +04:00
Bartosz Zaczyński
1bea7ad6ad
Merge pull request #1069 from hroncok/patch-1
...
Update Fedora instructions a bit
2020-09-21 16:30:10 +02:00
Miro Hrončok
4075a0b840
Update Fedora instructions a bit
2020-09-20 13:56:53 +02:00
Henry Harutyunyan
c53cf42b6b
Fixes for Python 2 End of Life
...
Since Python2 reached the end of its life in January, we need to update the page "Picking a Python Interpreter" accordingly
2020-09-16 15:41:44 +04:00
pyfisch
140f1039ac
Remove section on unittest2
...
Only needed for Python 2.6 and below
2020-08-29 22:47:06 +02:00
pyfisch
58befe505f
Remove simplejson from guide
...
The simplejson library was only needed for Python 2.5 and earlier.
Update documentation link to Python 3.
2020-08-28 11:14:04 +02:00
Bartosz Zaczyński
06873210e2
Merge pull request #1055 from fedorenchik/fedorenchik-latexpdfja
...
Add missing .PHONY target latexpdfja
2020-08-14 20:57:52 +02:00
Bartosz Zaczyński
9d88b5e820
Merge pull request #1031 from cclauss/patch-2
...
Setup Python 3.8 on Ubuntu
2020-08-14 20:53:45 +02:00
Bartosz Zaczyński
d4054825ea
Merge pull request #1039 from KayceeIngram/patch-3
...
Update cli.rst
2020-08-13 11:50:28 +02:00
Bartosz Zaczyński
e5083b4ca0
Merge pull request #1038 from jhermann/patch-2
...
Broken deep link ⇒ making it a more robust root one
2020-08-13 11:46:02 +02:00
Bartosz Zaczyński
c4ec15c97b
Merge pull request #1022 from carloshvp/master
...
#1021 Moved VS Code to Text Editor
2020-08-13 11:36:29 +02:00
Bartosz Zaczyński
e245d923c8
Title overline was too short
2020-08-12 16:15:48 +02:00
Bartosz Zaczyński
19b32c4ee0
Merge pull request #1054 from gison93/master
...
Fix link to Repository Structure and Python
2020-08-12 15:57:00 +02:00
Bartosz Zaczyński
6a641f8833
Merge pull request #1036 from okin/update_koans_repo_link
...
Update the link to Python Koans
2020-08-12 15:22:48 +02:00
Lucas Alava Peña
ba6a9f27e6
Fixed Pro Python link from unused domain to seller
...
from unused domain to where it is sold
2020-07-19 14:44:16 +01:00
Dan Bader
e09e7720b5
Merge pull request #1042 from romilly/master
...
mu editor
2020-07-17 00:00:10 -07:00
Leonid V. Fedorenchik
a43f914faf
Add missing .PHONY target latexpdfja
2020-05-08 15:13:31 +08:00
gison93
e030842c8a
Fix link
2020-04-29 12:58:12 +02:00
Dan Bader
adae3f06ee
Update
2020-03-19 17:24:47 -07:00