title | description | date | updated |
---|---|---|---|
Changelog - Python Cheatsheet |
See what is new, what got fixed, and what is coming. |
July 19, 2022 |
February 25, 2023 |
- Fixed pow example. Thanks @gspagare
- Fixed typo on decorators. Thanks @fPkX6F1nGTX
- Updated dependencies to the latest versions.
- Fixed indentation in example. Thanks @msohaib9
- Added example of decorator used within a class for its own method. Thanks @fPkX6F1nGTX
- Fixed Netlify build crashing because of older node version (pinned to v20)
- Updated dependencies to the latest versions.
- Fixed several typos. Thanks @skyunna
- Fixed
next
anditer
built-in functions. @tomfun - Updated dependencies to the latest versions.
- Fixed missing DocSearch style. Thanks @xcsnowcity
- New logo image added to the website
- Updated dependencies to the latest versions.
- Added Examples and description for range() function. Thanks @johntheholman
- Updated dependencies to the latest versions.
- Added 2 examples of using delatrr() function. Thanks @lukaszwojcik89
- Updated dependencies to the latest versions.
- Updated contributors list.
- Fixed broken link in setup.py. Thanks @damiankrolik
- Fixed a typo in main section. Thanks @pranayat
- Fixed typo and titles in sets section. Thanks @decodingchris
- Added
getattr
built-in. Thanks @HasnatHridoy
- Added compile built-in function.
- Added Augmented Assignment Operators. Thanks @richjohnsonxyz
- Updated dependencies to the latest versions.
- Updated dependencies to the latest versions.
- Fix
f-string
format inos.walk
example. Thanks @LairdStreak
- Added
classmethod
built in decorator. Thanks @classic-arnold - Added
staticmethod
built in decorator. Thanks @LairdStreak - Added string
replace
method to string manipulation. Thanks @madeelchaudhary
- Added examples for Boolean Operators. Thanks @omii2k01
- Added
count
string method. Thanks @omii2k01 - Added multiple exceptions handling. Thanks @LairdStreak
- Fixed grammatical error for the contributing page description. @AdamRosas27
- Fixed typo in control flow page. @supersandra
- Updated dependencies to the latest versions.
- Added
walrus
Operator. Thanks @omii2k01
- Added
dir
built in function.
- Added
exec
built in function.
- Added
copy
module to modules section. Thanks @MozarM
- Added examples for built-in
format
,issubclass
,locals
,pow
,range
,vars
. Thanks @vaibhavb02 - Upgraded dependencies to the latest version.
- Added
input
example withf-strings
. Thanks @darkpixlz (#204) - Added more
OOP
details. Thanks @noraa-july-stoke (#201)
- Added OOP Basics. Thanks @noraa-july-stoke (#194)
- Fixed broken links, capitalization and punctuation consistency. Thanks @Acumane (#189)
- Fixed
fetch-contributors
script crashing on Renovate pull requests - Fixed
docsearch
not working on development - Mayor dependencies upgrades
- Added open built-in example. Thanks @BenIsenstein (#187)
- Fixed a typo in Virtualenvs. Thanks @shirinapr (#163)
- Added a filter method example for the built-in functions section. Thanks @firdousmurtaza1 (#161)
- Make it clear that the python dictionary is ordered by insertion of key value pairs. Thanks @wn9237 (#159)
- Added Dictionary subscription. Thanks @kakasahebKK (#158)
- Fixed some mistakes in Dictionaries. Thanks @Acumane (#155)
- Added
map
built-in details and examples. Thanks @@noraa-july-stoke (#156)
- Added a badge to highlight new or updated content
- Added
bytearray
built-in details and examples - Added
bytes
built-in details and examples - Added
callable
built-in details and examples - Added
chr
built-in details and examples
- Added
round
method example. Thanks @thacer13 (#151) - Fixed
List
vsTuple
broken link. Thanks @nugel (#150)
- Added
Dictionary
clarification onkeys
. Thanks @Yaya9256 (#149) - Added
title
method on Manipulating strings. Thanks @elp3dr0 (2556a0c) - Updated the
changelog
TOC to show only the last 13 updates (c0f45c3)
- Added f-Strings debugging and formatting options.
- Fixed several typos. Thanks @SalvoTr, @jkornijchuk and @Gaurav-jo1
- Fixed formatting for
breakpoint
andaiter
builtin functions (#138) - Fixed a nasty bug related to Carbon that could eventually lead to quite the performance issues (#139)
- Fixed typo errors.
- Fixed Algolia docsearch weir behavior when clicking on a result (#133)
- Added a share button to every
h1
tag that only shows on hover (#134)
- Updated dependencies to the latest version
- Removed some workarounds for workbox that were not needed anymore
- Added Python Switch-Case Statement or Structural Pattern Matching (6397b0f).
- Added font size controls for Reader mode and updated navbar layout (1978f69)
- Added a Sponsor link to the navbar (dd22f81)
- Added transitions for mobile navigation (4cdfca4)
- Fixed an issue that prevented the sidebar to close on mobile navigation(48b58e0)
- Simplify json load/dump usage (#118)
- Launched Python Cheatsheet newsletter 🎉
- Added a newsletter subscription form component.
- Fixed many code examples, grammar and typo errors.
- Added examples for:
- Fixed a bug that prevented the toc to be updated when scrolling (1e5eb39)
- Added a
Removing Items
section toDictionaries
(971aef6) - Fixed a
lists-and-tuples.md
example (41519b3) - Changed several titles (05603c0) (c595143)
- Optimized TOC by enabling
markdown-it-anchor
anchor links (#87) - Optimized Mobile PageSpeed score (#88)
- Fixed DocSearch results by enabling
renderJavaScript
. - Fixed DocSearch behavior.
- Added
Formatting Digits
toString formatting
(#92) (caac300) - Fixed
function.md
example (#89) - Fixed
pop
method example (#91)
- Enable Algolia DocSearch 🎉
- Update all internal navigation to use
router-link
. - Fixed anchor link navigation.
- Fixed broken links.
- Added a
contribute
placeholder for unfinished sections. - Added useful community links to the footer.
- Added Pagination.
- Changed titles to be more descriptive.
- Changed TOC titles to be more concise and descriptive.
- Added Python Built-in Functions.
- Added Python standard library modules:
- datetime
- itertools
- json
- os
- pathlib
- random
- Added this changelog file.
The release of the new pythoncheatsheet.org website:
- Complete re-design with Vue 3 and Tailwind CSS.
- The site is now a PWA (Progressive web app) and can be installed in any platform that has a compatible web browser. It is also available offline.
- Added a dark mode.
- Added a reader mode.
- Added Algolia search (not available yet).
- Added contributors to the index page 🥰
- Added, fixed and removed code examples.
- Added an Edit this page on GitHub link to make it easier to contribute.
- Changed hosting to Netlify with an OSS plan 🎉
- Removed and joined cheatsheet sections.
- Fixed grammar and spelling mistakes.