Commit Graph

2297 Commits

Author SHA1 Message Date
Ilya Shubkin e591eca8dc docs: fix Expert Python Programming book link 2021-05-13 07:48:27 +01:00
Dan Bader e8f80541e4 Merge pull request #1096 from matheusfelipeog/feat/py2-to-py3-in-speed-section
Update examples to Python 3 in speed section
2021-02-23 09:14:39 -08: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 6b5bc620d6 Merge pull request #1095 from matheusfelipeog/feat/py2-to-py3-in-scraping-section
Update examples to Python 3 in scrape section
2021-02-23 09:10:39 -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 f15af06d06 Merge pull request #1094 from matheusfelipeog/feat/py2-to-py3-in-code-style-section
Update examples to Python 3 in code style section
2021-02-23 09:07:32 -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
Dan Bader 25a2c4e942 Merge pull request #1093 from matheusfelipeog/feat/py2-to-py3-in-structure-section
Update examples to Python 3 in structure section
2021-02-23 09:05:24 -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
Dan Bader 2808a7d51c Merge pull request #1089 from klml/master
kennethreitzs essay repository-structure-and-python new URL
2021-01-26 10:25:46 -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
Dan Bader 3005faf815 Merge pull request #1085 from aviranzerioniac/master
Minor changes to few sentences.
2020-11-23 11:23:09 -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
Dan Bader 3525c13b00 Merge pull request #1070 from almartin82/master
update brew download link
2020-09-28 11:30:59 -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
Bartosz Zaczyński 7fdf141958 Merge pull request #1067 from pyfisch/pyfisch-unittest2
Remove section on unittest2
2020-09-21 16:03:53 +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
Dan Bader 9b2d463432 Merge pull request #1062 from lucasalavapena/patch-1
Fixed Pro Python link from unused domain to seller
2020-07-19 14:15:01 -07:00