Changelog
2024-09-29
- Fixed missing DocSearch style. Thanks @xcsnowcity
 
2024-09-28
- New logo image added to the website
 
2024-09-22
- Updated dependencies to the latest versions.
 
2024-08-11
- Added Examples and description for range() function. Thanks @johntheholman
 - Updated dependencies to the latest versions.
 
2024-08-03
- Added 2 examples of using delatrr() function. Thanks @lukaszwojcik89
 - Updated dependencies to the latest versions.
 - Updated contributors list.
 
2024-04-14
- 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
 
2024-01-29
- Added 
getattrbuilt-in. Thanks @HasnatHridoy 
2024-01-18
- Added compile built-in function.
 - Added Augmented Assignment Operators. Thanks @richjohnsonxyz
 - Updated dependencies to the latest versions.
 
2023-12-02
- Updated dependencies to the latest versions.
 
2023-10-30
- Fix 
f-stringformat inos.walkexample. Thanks @LairdStreak 
2023-10-27
- Added 
classmethodbuilt in decorator. Thanks @classic-arnold - Added 
staticmethodbuilt in decorator. Thanks @LairdStreak - Added string 
replacemethod to string manipulation. Thanks @madeelchaudhary 
2023-10-13
- Added examples for Boolean Operators. Thanks @omii2k01
 - Added 
countstring 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.
 
2023-09-19
- Added 
walrusOperator. Thanks @omii2k01 
2023-08-26
- Added 
dirbuilt in function. 
2023-08-06
- Added 
execbuilt in function. 
2023-07-15
- Added 
copymodule to modules section. Thanks @MozarM 
2023-07-12
- Added examples for built-in 
format,issubclass,locals,pow,range,vars. Thanks @vaibhavb02 - Upgraded dependencies to the latest version.
 
2023-06-11
2023-04-08
- Added 
inputexample withf-strings. Thanks @darkpixlz (#204) - Added more 
OOPdetails. Thanks @noraa-july-stoke (#201) 
2023-03-26
- Added OOP Basics. Thanks @noraa-july-stoke (#194)
 
2023-03-18
- Fixed broken links, capitalization and punctuation consistency. Thanks @Acumane (#189)
 - Fixed 
fetch-contributorsscript crashing on Renovate pull requests - Fixed 
docsearchnot working on development - Mayor dependencies upgrades
 
2023-03-16
- Added open built-in example. Thanks @BenIsenstein (#187)
 
2023-03-05
2023-02-25
2023-02-21
- Fixed a typo in Virtualenvs. Thanks @shirinapr (#163)
 
2023-02-11
- Added a filter method example for the built-in functions section. Thanks @firdousmurtaza1 (#161)
 
2023-02-05
- Make it clear that the python dictionary is ordered by insertion of key value pairs. Thanks @wn9237 (#159)
 - Added Dictionary subscription. Thanks @kakasahebKK (#158)
 
2023-01-30
- Fixed some mistakes in Dictionaries. Thanks @Acumane (#155)
 - Added 
mapbuilt-in details and examples. Thanks @@noraa-july-stoke (#156) 
2023-01-16
- Added a New badge to highlight new or updated content
 - Added 
bytearraybuilt-in details and examples - Added 
bytesbuilt-in details and examples - Added 
callablebuilt-in details and examples - Added 
chrbuilt-in details and examples 
2023-01-12
2022-12-01
2022-11-28
- Added 
roundmethod example. Thanks @thacer13 (#151) - Fixed 
ListvsTuplebroken link. Thanks @nugel (#150) 
2022-11-20
- Added 
Dictionaryclarification onkeys. Thanks @Yaya9256 (#149) - Added 
titlemethod on Manipulating strings. Thanks @elp3dr0 (2556a0c) - Updated the 
changelogTOC to show only the last 13 updates (c0f45c3) 
2022-11-14
- Added f-Strings debugging and formatting options.
 - Fixed several typos. Thanks @SalvoTr, @jkornijchuk and @Gaurav-jo1
 
2022-10-31
- Fixed formatting for 
breakpointandaiterbuiltin functions (#138) - Fixed a nasty bug related to Carbon that could eventually lead to quite the performance issues (#139)
 
2022-10-16
- Fixed typo errors.
 - Fixed Algolia docsearch weir behavior when clicking on a result (#133)
 - Added a share button to every 
h1tag that only shows on hover (#134) 
2022-10-02
Website
- Updated dependencies to the latest version
 - Removed some workarounds for workbox that were not needed anymore
 
Cheatsheet
- Added Python Zipfile Module (e7538ee).
 - Added Python Shelve Module (0afd2b3).
 
2022-09-12
- Added Python Switch-Case Statement or Structural Pattern Matching (6397b0f).
 
2022-09-03
Website
- 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)
 
Cheatsheet
- Simplify json load/dump usage (#118)
 
2022-08-21
Website
- Launched Python Cheatsheet newsletter ๐
 - Added a newsletter subscription form component.
 
Cheatsheet
- Fixed many code examples, grammar and typo errors.
 - Added examples for:
 
2022-08-05
Website
- Fixed a bug that prevented the toc to be updated when scrolling (1e5eb39)
 
Cheatsheet
- Added a 
Removing Itemssection toDictionaries(971aef6) - Fixed a 
lists-and-tuples.mdexample (41519b3) - Changed several titles (05603c0) (c595143)
 
2022-07-31
Website
- Optimized TOC by enabling 
markdown-it-anchoranchor links (#87) - Optimized Mobile PageSpeed score (#88)
 - Fixed DocSearch results by enabling 
renderJavaScript. - Fixed DocSearch behavior.
 
Cheatsheet
- Added 
Formatting DigitstoString formatting(#92) (caac300) - Fixed 
function.mdexample (#89) - Fixed 
popmethod example (#91) 
2022-07-28
- Enable Algolia DocSearch ๐
 - Update all internal navigation to use 
router-link. - Fixed anchor link navigation.
 - Fixed broken links.
 
2022-07-24
Website
- Added a 
contributeplaceholder for unfinished sections. - Added useful community links to the footer.
 - Added Pagination.
 
Cheatsheet
- 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
 
 
2022-07-19
- Added this changelog file.
 
2022-07-17
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.