Geek Python
@geek_python
Followers
13
Following
106
Media
14
Statuses
75
Get astounding articles and tutorials on #Python Programming language in a click.
Joined August 2022
Polymorphism lets you write code that works with different types, without caring about their class. Same method name, different behavior. Used in: ✅ ML pipelines ✅ Django ✅ Flask 🎥 Full real-world breakdown: https://t.co/NtX4SuxJo2
#Python #OOP #Polymorphism
0
0
1
0
0
0
#MCP (Model Context Protocol) - a way you can leverage AI according to you by providing #LLMs real-time or unseen data https://t.co/LqiORPWQN9
0
0
1
What happens when __init__.py file is present in a directory or not in #Python
https://t.co/scoo1x7hJS
0
0
0
What's needed to create a #Python package? https://t.co/0bGQ3y2EIt
0
0
2
What happens when a module is getting imported in #PYTHON
https://t.co/Ebrc7qn71e
0
0
1
10 Useful yet Rarely Used OS Functions in Python https://t.co/X698Jyq7rz via @geek_python
geekpython.in
In this article, we’ll discuss the functions that are as useful as any function in the os module but are rarely used.
0
1
1
Stream Video to Frontend in FastAPI
geekpython.in
FastAPI is a fast and modern web framework and we’ll see how to stream videos on frontend in FastAPI.
0
1
2
What should you write into the __init__.py file? 2MinutesPy https://t.co/dYQ3RBIPNs via @YouTube
0
0
1
What are Decorators in Python? 2MinutesPy https://t.co/d5XqiAWuzL via @YouTube
0
0
1
Python has a standard library called pickle that helps you perform the serialization and de-serialization process on the Python objects. https://t.co/G0hq3LDvPD
geekpython.in
Python has a standard library called pickle that helps you perform the serialization and de-serialization process on the Python objects.
0
0
1
Build WebSocket Server and Client Using Python
geekpython.in
A WebSocket allows two-way communication (bidirectional) between two entities over a single TCP connection.
0
0
3
Hey Guyzzz, Which is your favorite Python web framework?? A. Flask B. Django
0
0
1
Explore which pre-trained #deeplearning model performs best: A. VGG16 B. Xception C. InceptionV3 D. ResNet50 https://t.co/O9ofGkx1vd
geekpython.in
In this article, you'll see which of the four commonly used pre-trained models (VGG, Inception, Xception, and ResNet) is more accurate.
0
1
2
✨Cleanse Your Dataset by Finding and then Removing Duplicate Rows🗒️ https://t.co/8qbPQSZTTz
geekpython.in
The DataFrame.duplicated() function can be used to identify the duplicate rows in a dataset and drop_duplicates() function removes the duplicate rows.
0
1
2
Mastering Flask Sessions: Your Ultimate Guide to Harnessing Their Power💪🐍 Sessions can store and manage data across multiple requests. https://t.co/ZVlvtRzB1P
geekpython.in
The entirety of the session is the time the user spends on an application from logging in to logging out.
0
1
2