Afiz ⚡️

Afiz ⚡️

@itsafiz

Full Stack Engineer 👨‍💻 - Simplifying Python, Data Science, ML and LLMs ✨ - Open for Collaboration 📩

Joined Jan 2024
157
Threads
75
views
32.0K
Followers
8.9K
Tweets

Threads

Harvard University is offering free online courses. Learn Computer Science to Data Science for FREE The courses will be open to anyone, with no prerequisites required. Here ar...

Harvard University is offering free online courses. Learn Computer Science to Data Science for FREE The courses will be open to anyone, with no prerequisites required. Here ar...

async programming in Python (with code snippets) asynchronous programming allows executing more than one task without blocking the main task. In this thread, we will see how we...

The Core Components of ML Architecture ML solutions are used to solve a wide variety of problems, but in nearly all cases the core components are the same. Here is a visual repre...

If you want. to become IBM certified Data Engineer, open this. A Thread 🧵👇 https://t.co/VaFiMhlbfv

Become a Google Certified Data Scientist for FREE From the Basics of Python to TensorFlow, Learn everything by spending $0 Free Certification Courses in Data Science using Pytho...

5 Free Chrome Extensions that you don't want to miss. A Thread 🧵👇 https://t.co/S6WFcns73o

Object Oriented Programming in Python Methods in Python (with code snippets) In this thread, we will discuss 3 types of methods with examples 1. Instance 2. Class 3. Static A...

Closures in Python (with snippets) Closures are frequently asked topics in Python Interviews. In this thread, we learn everything about them with code samples. A Thread 🧵👇 htt...

Sets in Python (with code snippets) Set is an unordered collection of unique items. Sets support mathematical operations like union, intersection and symmetric difference. A Thre...

Dictionary Methods in Python (with code snippets) In the previous post, we have seen how to create/update/delete entries from a dictionary. In this thread, we will see 3 essent...

Dictionary in Python (with code snippets) Dictionaries are one of the most used Data structures in Python. In this thread, we will learn how to create a dictionary and some othe...