WWCodePython icon indicating copy to clipboard operation
WWCodePython copied to clipboard

Content, Code & Resources for WWCodePython Events https://www.womenwhocode.com/python

Results 4 WWCodePython issues
Sort by recently updated
recently updated
newest added

A .ipynb file that takes an image and does the following 1. Convert it to grayscale 2. Perform Gaussian Blur 3. Perform Canny Edge Detection 4. Obtain the contours of...

This would be a .ipynb file that contains the basics of Python dictionaries and the various methods associated with them, including: - get() - fromkeys() - items() - keys() -...

This would be a .ipynb file that contains the many functions available under the NumPy library for Array math. These include: - Arithmetic Operations on arrays (Add, Subtract, Multiply, Divide,...

This would be a .ipynb file that contains the basics of the DataFrame object in the Pandas library. The notebook will contain the most important and useful functions, including: -...