Commit Graph

489 Commits

Author SHA1 Message Date
Cristián Maureira-Fredes d047f536fe Update PySide entry 2021-10-05 23:07:02 +02: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
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
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
谭九鼎 e5caf43179 Remove Eldarion 2020-10-20 10:45:24 +08: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 d4054825ea Merge pull request #1039 from KayceeIngram/patch-3
Update cli.rst
2020-08-13 11:50:28 +02:00
Bartosz Zaczyński e245d923c8 Title overline was too short 2020-08-12 16:15:48 +02:00
Kaycee 6e55eb1a3d Update cli.rst 2020-02-09 14:04:56 -06:00
kennethreitz 3b83106557 Merge pull request #998 from tbm/link
Fix broken reference to Stack Overflow post
2019-05-31 13:16:34 -04:00
Dan McKinley adbbc9b60d adding pugsql 2019-05-29 18:02:33 -07:00
Martin Michlmayr 69277aa1f5 Fix some typos 2019-05-13 15:49:04 +08:00
Martin Michlmayr 2a9ac95853 Fix broken reference to Stack Overflow post
This fixes the following build warning:

    python-guide/docs/scenarios/speed.rst:397: WARNING: Unknown target name: "stack overflow post".
2019-05-12 23:05:05 +08:00
julien tayon 9523ee5deb you don't let friends use pycrypto
Unmaintained package with CVE might not be a good help
https://www.cvedetails.com/product/22441/Dlitz-Pycrypto.html?vendor_id=11993

I also share the opinion of the author that pycrypto and its fork may promote insecure usage (like AES::ECB)
https://theartofmachinery.com/2017/02/02/dont_use_pycrypto.html
2019-03-29 19:42:43 +01:00
Andrew Janke 808eb3a286 Fix redirected and broken links 2019-03-05 00:52:49 -05:00
Dave Mackey 011423c651 - In scenarios/admin.rst, adding a StackOverflow link to explain eggs
- In scenarios/clibs.rst, adding StackOverflow link to explain ABI
-- In same, adding Microsoft Doc link to explain LoadLibrary
-- Minor grammar changes
-- Updating struct documentation link to use /3/ instead of /3.5/
2019-02-28 09:02:27 -05:00
Dave Mackey 554fb163d9 - Reformatting first paragraph of cli to conform to 78 character width.
-- Same for Click, Cement.
- In gui, similarly for Camelot, PyGObject, Kivy, Pyjs Desktop, Qt
-- PySimpleGUI, Toga, TkInterwxPython
2019-02-25 22:29:18 -05:00
Dave Mackey 188e336732 - Changing PyGTk to be less verbose, formatted as note.
- Updated PyjamasDesktop to Pyjs Desktop, streamlined description
-- Removed link to Python wiki entry, content outdated
- Updated link for wxPython, it had changed
2019-02-25 22:09:07 -05:00
Dave Mackey 907d9a7b82 Removed extraneous "by" and unnecessary "especially" from cli.rst 2019-02-25 21:42:38 -05:00
Tom Nicholas bd742f7bb6 Add xarray to scientific.rst 2019-02-11 10:53:52 +00:00
zachvalenta c84165588c remove reference to Clint 2019-01-10 14:58:49 -05:00
Sebastián Ramírez 124d9ef00c Update FastAPI section from code review 2019-01-04 23:59:38 +04:00
Sebastián Ramírez 8b7f86b857 Add FastAPI to the web frameworks section 2018-12-22 20:07:05 +04:00
Marc Poulin 922d549603 Merge branch 'master' into typos2 2018-12-21 10:13:13 -07:00
Marc Poulin ade79fad44 Merge pull request #965 from apjanke/fix-build-warnings
Fix sphinx build warnings
2018-12-21 09:50:06 -07:00
Marc Poulin 3733857b09 Merge pull request #947 from harishkrao/master
issue-938: added sections in serialization for simple file, csv, yaml and json
2018-12-21 09:44:03 -07:00
Harish Kesava Rao 4e09d8aae0 Implemented feedback and suggestions from code review 2018-12-20 20:05:01 -06:00
Marc Poulin 831ccee881 Merge pull request #954 from apjanke/update-anaconda-links
Update Anaconda links and text to reflect company name change
2018-12-19 10:27:12 -07:00
Marc Poulin 32437cc4bc Merge pull request #952 from apjanke/typos
Typo and grammar fixes
2018-12-19 08:42:58 -07:00
Andrew Janke 249f031fbb Fix sphinx build warnings 2018-12-18 13:57:40 -05:00
Harish Kesava Rao 3cf750bea1 Incorporated changes from style suggestions 2018-12-18 07:01:38 -06:00
Andrew Janke a622afa235 More typo, grammar, and style fixes 2018-12-18 00:26:44 -05:00
Harish Kesava Rao fd2a8f3e8f Final commit 2018-12-17 21:02:21 -06:00
Andrew Janke 5dcd3b81da Update Anaconda links and text to reflect company name change 2018-12-17 18:22:01 -05:00
Andrew Janke eb6ec70706 Typo, grammar, and style fixes 2018-12-17 17:23:26 -05:00
Andrew Janke 45814137dc Style it "Xcode", not "XCode" 2018-12-17 12:50:00 -05:00
Harish Kesava Rao 8a6b1c73bf issue-938: added sections in serialization for simple file, csv, yaml, json 2018-12-16 22:35:35 -06:00
Marc Poulin 35c13bc9ea Fixed all H2 headings
Before, H2 fomratting was not consistent.
Now, all H2 headings use over/under asterisks.
2018-12-04 13:44:41 -07:00
Marc Poulin 693c8ca677 Fixed all H1 headings
Before, H1 headings were not consistent.
Now, all H1 headings user over/under hashes.
2018-11-29 11:46:30 -07:00
Dan Bader e000bd28c7 Merge pull request #937 from MikeTheWatchGuy/master
Added information on new Qt port.
2018-11-26 13:24:33 -08:00
MikeTheWatchGuy 8ec78ec61b Added information on new Qt port. 2018-11-21 09:11:53 -05:00
Marc Poulin 57360cf2c6 Resolved W3C link redirect warnings
Fixed permanent redirects reported by the W3C link checker.
2018-10-22 14:12:24 -06:00
mr.Shu 6e557c3e87 add: Section on fire in CLI scenario
* Add a section on [Python Fire](https://github.com/google/python-fire/)
  in the CLI scenario.

Signed-off-by: mr.Shu <mr@shu.io>
2018-10-06 13:49:12 +02:00
Rick West 92ee9d116f Update web.rst 2018-09-30 14:02:01 +01:00
Rick West 33436d48cc Update web.rst following #922
Fix broken link 🙈
2018-09-29 21:03:44 +01:00
Rick West 96d17ff292 Update web.rst
Add Masonite to web frameworks.
2018-09-29 19:22:56 +01:00
MikeTheWatchGuy a27732e229 Update gui.rst 2018-09-04 01:07:27 -04:00