Sadra Yahyapour

Sadra Yahyapour

Follow
homePyAction ๐Ÿ“ฆDiaries ๐Ÿ“–Develop Like a Pro ๐Ÿ‘จโ€๐Ÿ’ปHackathons โ›ท๏ธWriteathons โœ๐ŸปBooks ๐Ÿ“•
Tag

Python 3

#python3

More content

Read more stories on Hashnode


Articles with this tag

Python3.12 is Happening..!

Aug 22, 20235 min read

Let's talk about the new features and upgrades as well as the deprecations in the new Python3.12. ยท In this quick overview, we're going to talk about...

Python3.12 is Happening..!

Ellipsis in Python: The Mysterious Three Dots

Apr 11, 20239 min read

A quick overview on Ellipsis (...) in Python + use-cases and practices! ยท This article might seem quite interesting, especially to those who don't write...

Ellipsis in Python: The Mysterious Three Dots

Python 3.11 - Five Cool Features!

Oct 27, 20222 min read

This is a quick walk-through of the newly added features in Python 3.11. Of course, you can find many more other features and improvements during the...

Python 3.11 - Five Cool Features!

The Power of Django ORM

Mar 7, 20225 min read

Object Relational Mapping functions and methods help you to interact with the database in an optimized way. Here, we are going to take a look at its...

The Power of Django ORM