Commit Graph

481 Commits

Author SHA1 Message Date
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
MikeTheWatchGuy 1ec2c8ff61 Update gui.rst 2018-09-03 20:29:46 -04:00
Dan Bader 03ed5fbf0d Host photos locally 2018-07-16 17:51:29 -07:00
Dan Bader 75b235fdf0 Bump deps 2018-07-16 12:10:07 -07:00
kennethreitz a2ae83f6c1 Merge pull request #900 from anlewis/issue-839-falcon-framework
Update web.rst to include Falcon web framework
2018-06-22 16:36:18 -04:00
Marcin Lulek 1d1c6d5f8b Mention pyramid powered pypi and cookiecutters
Mention that pyramid powered pypi and makes some decisions for users providing project templates
2018-06-06 19:23:44 +02:00
Anna Lewis fb45ce7ef9 Fix quotation marks 2018-05-24 20:18:58 -06:00
Anna Lewis 2cbe7c3452 Update web.rst to include Falcon web framework 2018-05-23 22:17:34 -06:00
Ben McGinnes 50e04afe68 doc: crypto.rst — GPGME HOWTO update
* Added links to the new GPGME Python Bindings HOWTO.
* Added links to sample scripts written in Python 3.
* Updated the encryption and decryption example code to use the
  current best practices instead of the underlying, low level
  op_encrypt method (the best practices are easier and even more
  pythonic).

Signed-off-by: Ben McGinnes <ben@adversary.org>
2018-03-25 09:06:42 +11:00