Python tutorials

Cool New Features in Python 3.11

Python 3.11 was published on October 24, 2022. This latest version of Python is faster and more user-friendly. After seventeen months of development, it’s now ready for production. As in every version, Python 3.11 comes with lots of improvements and changes. You can see a list of all of them in the documentation. Here, you’ll explore the coolest and most impactful new features. In this video course, you’ll learn about new features and improvements like: Better error messages with more […]

Read more

Algebraic Datatypes Using Nothing But Lambda Functions

In my previous blog, Implementing Linked List Using Nothing But Lambda Functions in Python, I introduced a basic type “Pair”, that is a building block for creating different kinds of data structures. In this blog I will explain to you the fundamental Algebraic Datatypes — Sum & Product types (and all of this using what we already defined in previous blog). In fact, Pair is the most basic Product type.

Read more

Python 3.11: Cool New Features for You to Try

Python 3.11 will be published on October 24, 2022. This latest version of Python is faster and more user-friendly. After seventeen months of development, it’s now ready for prime-time use. As in every version, Python 3.11 comes with lots of improvements and changes. You can see a list of all of them in the documentation. Here, you’ll explore the coolest and most impactful new features. In this tutorial, you’ll learn about new features and improvements like: Better error messages with […]

Read more

DATA WRANGLING on UDACITY

My second project for the Udacity Nanodegree program on Data Analysis got approved on the first submission. This is something was (still am) proud of because it happened just that ONE time lol😂 For this project, we were asked to get data from 3 different sources and then use them to perform simple analysis. The main    

Read more
1 69 70 71 72 73 185