Commit Graph

105 Commits (226de565f1ba229a07613ae465a72f7b07340339)

Author SHA1 Message Date
Akash Kumar 9e9944b81a Add deprecation note for easy_install (#22909)
* Add deprecation note for easy_install

Add the text "easy_install has been deprecated" to the article.

* fix(guide): update link to easy_install
2018-12-03 16:42:00 +00:00
chris13888 7f00161e60 Update index.md (#23905) 2018-12-01 21:55:20 -05:00
Jack Kang 841fa65d08 changed wording (#23793)
changed confusing wording
2018-11-30 21:24:29 -05:00
raviram 8d1f5af8ad Added example on 2d lists and changed format (#23665)
updated the code format along with an example of 2d list.
2018-11-29 05:07:01 -05:00
raviram 9b76a135e4 Added example code with duplicates in list (#23629)
* Added example code with duplicates in list

* Reworded sentence to introduce duplicates
2018-11-28 19:51:55 -05:00
Susheela92 973b5d9fd7 Network Testing (#22867)
Added another heading. Network Testing.
2018-11-27 11:50:19 -07:00
Bernard Yeo 7ef9295fae formatting changes (#23803) 2018-11-26 22:01:42 -05:00
JawnsenTrain 417f485da7 Added a comma after class (#23613) 2018-11-26 05:55:51 -05:00
Aman Ranjan Verma 3d3d1ed068 Added explanation and examples (#25859)
Updated the article with examples and difference table for clear understanding.
2018-11-25 00:22:20 -08:00
JawnsenTrain 8024f9ffc6 Deleted the repeated word "using" (#23581)
The Integer Objects sentence had "using" twice, so I deleted one.
2018-11-25 00:34:23 -05:00
raviram b48151239d Added link to Data Analysis using python. (#23579) 2018-11-25 00:33:36 -05:00
Naida Agić de7f340182 Updated index.md to further explain functions (#22779) 2018-11-23 17:52:27 +07:00
pythonprogrammer18 a6354030a4 Incorrect punctuation on "eg" (#22961)
Fixed periods on "eg" on line 24
(my first pull LOL).
2018-11-22 23:09:01 -05:00
Ashmita03 ff0ab6e4f6 Update index.md (#22846) 2018-11-22 23:08:20 -05:00
Alishaan Ali 8ca6a28a9b Commenting Code Minor Grammatical Changes (#21175) 2018-11-21 08:58:10 -05:00
tahirsoft df0196f6e3 fixed some minor mistakes like vanished colon and etc. (#22984) 2018-11-20 18:59:04 -05:00
Blaze2305 74a4b1175e added general syntax of python function definition (#22670)
* added general syntax of python function definition

* Cleanup
2018-11-20 18:38:56 -05:00
noelli 368cabee95 updated example codeblocks (#22292)
Last Codeblock wasn't set to Python.
Wrapped the Ellipses in Comments to get valid Python inside Codeblocks.
2018-11-19 07:23:20 -06:00
Naida Agić 6ab303b1fc Added another example which returns False (#22794) 2018-11-19 03:36:27 -05:00
tahirsoft 162d42d50a Changed the size of "Cons" in index.md (#22752)
Removed the difference in font size between "Pros" and "Cons"
2018-11-19 02:55:16 -05:00
nageswara-prasad c861c03f9d add profiling reference links for python (#22276)
python profiling to identify potential performance bottlenecks
2018-11-18 19:55:11 -07:00
Kaunaj Banerjee 8df84d58e0 Add a section on Introduction to lists (#22233) 2018-11-18 19:19:06 -07:00
PMB79 abe821bd8e Clarification of the numbers that can be used. (#22174)
* Clarification of the numbers that can be used.

Article previously only explicitly referenced the use of floating point numbers. Have clarified that it is possible to use either an integer or a float.

* Fixed formatting and typos
2018-11-18 18:34:16 -05:00
Pratham1812 575e18c090 Added the text 'from x import y as z' (#21639)
* Added the text 'from x import y as z' 

it can be used to rename the module according to our convenience

* Applied formatting and fixed grammar
2018-11-18 18:23:42 -05:00
nyp a69419c8a1 formatting changes (#24496) 2018-11-18 20:36:10 +05:30
Max Ong Zong Bao ab4b7ca3cc Added te basic info of what is a list (#24034)
* Added te basic info of what is a list

A basic introduction of what a list has been added. Based upon the python docs link that is included in the guide.

* fix: added title
2018-11-18 20:08:53 +05:30
vincentgallo 197b9dc693 Remove Rocket Image/ Fix Link (#22271)
Removed rocket image or fix the link to properly display the image
2018-11-18 07:17:24 -06:00
PMB79 5db5f1df73 Minor semantic changes to improve readability. (#22135) 2018-11-17 20:59:51 -05:00
Pratham1812 8f21b7a33c added wxpython and pyqt (#21701) 2018-11-17 20:03:54 +09:00
Carl cba5b6821e Fixed Hello World (#22172)
Fixed 'Hello world' to the original 'Hello, World' command for historical accuracy.
2018-11-17 03:40:59 -05:00
Glafs 9313e09c45 Fixed style typo in python guidelines (#27857)
* Fixed style typo in python guidelines

The python marker was below the ''' marker, moved it up in 2 examples.

* added output to python guide

Added an output from a conditional block and added the python tag to a code block
2018-11-15 15:22:07 +05:30
Naveenkumar Mortha cf44c7246d Added steps to check keywords in python (#21511)
* Added steps to check keywords in python

>>> import keyword
>>> print (keyword.kwlist)
['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']
>>>

* Format the text properly
2018-11-14 18:14:24 -07:00
jlewismith a0aa7ddbe5 Add link and fix typos. (#23683)
Added missing spaces after periods. Changed "Pyhthon" to "Python". Added a link that leads to more information about lists in Python.
2018-11-14 20:28:30 +05:30
Paula Milenkova 38862b6f9c Add text that elaborates on 'is' with '=' (#21537)
I added text that explicitly states the 'is' is signified with '=' since that was not already written and can help beginners distinguish better.
2018-11-14 07:38:40 -06:00
Sakina Fakhruddin f478488859 Updated index.md (#22529) 2018-11-13 21:06:54 -05:00
jgowman e20926ed94 Update index.md (#21446)
Added an a to a sentence where one was needed
2018-11-13 23:18:13 +00:00
Pranav Anbarasu 34abc69709 Added more pros and cons and fixed grammar
Added more pros and cons and fixed grammar
2018-11-12 19:43:05 +09:00
jgowman cfc7dd09ca Grammar changes (#21509)
Grammar changes

Changes to some of the grammar in the description
2018-11-11 12:15:33 +07:00
Alishaan Ali e4bff66f89 Slight Grammatical Changes on if-elif-else-statements (#21222)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] My article does not contain shortened URLs or affiliate links.

If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.

Closes #XXXXX
2018-11-09 11:03:10 -05:00
Jimmy 69ec2781a3 add anaconda logo to python/anaconda/index.md (#21278) 2018-11-09 22:19:14 +09:00
SirDickinson d9e6bc6acc Adding multiline comments using triple apostrophes (#21296) 2018-11-09 21:59:13 +09:00
Antony ekirapa ab5ddf132f Fixed grammar (#21939)
Some sentences were not started with capital letters. Also, where fixed where a sentence should end with a full stop and start with a capital letter.
2018-11-09 03:59:26 -05:00
Roppon Picha 2057069f2c spelling corrections and example addition (#21268) 2018-11-08 08:36:17 -06:00
Roppon Picha e5fa49eb13 added comments. revised redundancy at the start. (#21251)
and minor spelling edits
2018-11-08 11:53:02 +00:00
PMB79 5242bba543 Correction of grammar. (#22146) 2018-11-07 17:40:42 -05:00
PMB79 ac950d8038 Simplification of language to improve readability. (#22107) 2018-11-07 17:22:00 -05:00
Roppon Picha b8c7704cbc spelling corrections (#21236) 2018-11-07 20:04:05 +00:00
Daniel 02185e18df Change the title so it is more visible. (#21789)
* Change the title so it is more visible.

* corrected title syntax

* added main header back in after title syntax fix
2018-11-07 14:58:57 -05:00
Adi 5ee74650f1 Update index.md with has_key() (#21093)
Adding has_key() method to python dictionaries
2018-11-07 18:32:45 +00:00
Jimmy 624f328f29 Fixed some links, and added one to index.md (#20608)
* Fixed some links, and added one to index.md

* cleaned up links and removed referral/campaign query params
2018-11-07 07:56:11 -07:00