Pythonist Profile Banner
Pythonist Profile
Pythonist

@ErhunEriyo89295

Followers
947
Following
148
Media
300
Statuses
1,734

Python Developer || Data science, ML and AI || Web Development || Automation and Robotics || We post Python here || Follow for more....

Earth 🌏
Joined April 2023
Don't wanna be here? Send us removal request.
Explore trending content on Musk Viewer
@ErhunEriyo89295
Pythonist
2 months
Effortlessly convert PDF content into text format for easy manipulation and analysis.
Tweet media one
4
9
85
@ErhunEriyo89295
Pythonist
4 months
run chatGPT on your local IDE with just 20 lines of code🤭.
Tweet media one
1
1
34
@ErhunEriyo89295
Pythonist
1 month
Tweet media one
@ErhunEriyo89295
Pythonist
1 month
⌨️ Remove the Background of an Image Using Python....
Tweet media one
0
1
4
1
3
31
@ErhunEriyo89295
Pythonist
4 months
What is the output of the following python code? Numbers = [n for n in range(3)] print(n)
Tweet media one
28
0
29
@ErhunEriyo89295
Pythonist
2 months
Lolz 😂
Tweet media one
@ErhunEriyo89295
Pythonist
2 months
Python coding memes loading.....
1
1
4
1
4
23
@ErhunEriyo89295
Pythonist
2 months
FastAPI: A modern, fast (high-performance) web framework for building APIs with Python 3.7+ based on standard Python type hints. It's known for its automatic interactive API documentation, performance, and ease of use.
Tweet media one
0
3
23
@ErhunEriyo89295
Pythonist
1 month
What is the output of this python code?
Tweet media one
8
4
22
@ErhunEriyo89295
Pythonist
4 months
Learn the basis of Python classes. #Python #pythonprogramming
Tweet media one
1
0
21
@ErhunEriyo89295
Pythonist
1 month
How many python one liners do you know?
Tweet media one
2
2
18
@ErhunEriyo89295
Pythonist
2 months
Jupiter notebook or Google collab?
21
1
19
@ErhunEriyo89295
Pythonist
1 month
Let's make a low battery notification system using python...
Tweet media one
1
1
18
@ErhunEriyo89295
Pythonist
18 days
With fmpeg-python you can extract high quality audio from your video files effortlessly.
Tweet media one
@ErhunEriyo89295
Pythonist
18 days
Extract mp3 from MP4 in python....
0
0
3
1
0
18
@ErhunEriyo89295
Pythonist
25 days
People Still Make THIS Mistake in Python... By indently.
1
1
19
@ErhunEriyo89295
Pythonist
2 months
⌨️ Automate File Renaming with Python: Tired of renaming files one by one? Let's automate it with Python!
Tweet media one
0
2
15
@ErhunEriyo89295
Pythonist
3 months
What is the output?: elems =['a', 'b' , 'c' 'd', 'e'] print(len(elems) / 2) A) SyntaxError B) 5.0 C) 2.5 D) 2.0
7
0
15
@ErhunEriyo89295
Pythonist
4 months
Hello guys. I'm very excited to tell you all that Pythonist is now officially on YouTube, so do us a favor and subscribe as we will be posting three new videos every week.
2
2
13
@ErhunEriyo89295
Pythonist
4 months
what is the output of this python code?
Tweet media one
1
0
14
@ErhunEriyo89295
Pythonist
2 months
@Python_Dv The append method in Python adds its argument as a single element to the end of a list. List_a.append(list_b) adds the entire list_b list as a single element to list_a, resulting in list_a containing [1, 2, 3, [4, 5, 6]]. So, len(list_a) will return 4, the correct answer is 4.
0
1
14
@ErhunEriyo89295
Pythonist
4 months
argparser (argument parser) is a Python module used for parsing command-line arguments. It simplifies the process of creating command-line interfaces (CLIs) for your Python scripts by automatically generating help messages, handling argument parsing, and enforcing argument types.
Tweet media one
0
0
12
@ErhunEriyo89295
Pythonist
2 months
Popular libraries for machines learning...
Tweet media one
1
1
12
@ErhunEriyo89295
Pythonist
4 months
This setup ensures type safety by restricting the mode parameter to only accept the specified literal values, enhancing code readability and maintainability
Tweet media one
0
0
11
@ErhunEriyo89295
Pythonist
2 months
Who am i to disagree 😂
Tweet media one
0
0
12
@ErhunEriyo89295
Pythonist
2 months
⌨️ The for ... else Construct
Tweet media one
0
1
12
@ErhunEriyo89295
Pythonist
2 months
PyTorch: A popular open-source machine learning library developed by Facebook's AI Research lab (FAIR). It's primarily used for applications such as natural language processing, computer vision, and deep learning. One of its key features is its dynamic computation graph.
Tweet media one
0
1
11
@ErhunEriyo89295
Pythonist
2 months
Bottle: A fast, simple, and lightweight WSGI micro web-framework for Python. It's designed for small web applications and APIs and is known for its simplicity and ease of use.
Tweet media one
0
1
11
@ErhunEriyo89295
Pythonist
3 months
Web scraping 001 🥲
Tweet media one
0
1
11
@ErhunEriyo89295
Pythonist
2 months
To-do app with Python: Check it out.
Tweet media one
0
2
10
@ErhunEriyo89295
Pythonist
3 months
Not gonna lie, Llama3 is dope 🙌.
1
0
9
@ErhunEriyo89295
Pythonist
2 months
Flask: A lightweight web framework that is simple and easy to use, yet powerful enough to build complex web applications. It's known for its simplicity and flexibility, allowing developers to choose the tools and libraries they prefer.
Tweet media one
0
0
9
@ErhunEriyo89295
Pythonist
2 months
@teslacarsonly I'll go with yellow
2
0
5
@ErhunEriyo89295
Pythonist
4 months
how well do you know frozen sets in python: Do you know that this code will output an error because frozenset has no attribute (.add)
Tweet media one
1
0
9
@ErhunEriyo89295
Pythonist
29 days
For real bruh😭
@dev_jayson
{{ Omobolaji }}
1 month
Data structures and algorithms
Tweet media one
3
2
13
0
0
9
@ErhunEriyo89295
Pythonist
4 months
Whyyy!!!! 😭😂
Tweet media one
0
0
8
@ErhunEriyo89295
Pythonist
2 months
What is the output of this python code: A) small B) medium C) small medium
Tweet media one
2
0
8
@ErhunEriyo89295
Pythonist
3 months
Which one of these is an invalid variable name in Python? #Python
Tweet media one
15
0
8
@ErhunEriyo89295
Pythonist
25 days
functools.partial allows you to fix a certain number of arguments of a function and generate a new function. This can make your code cleaner and more modular!
Tweet media one
@ErhunEriyo89295
Pythonist
25 days
Simplifying function calls in Python...
0
0
2
0
0
8
@ErhunEriyo89295
Pythonist
2 months
@clcoding The code initializes a dictionary my_dict with one key-value pair: "key": 10. Then, it updates the value associated with the key "key" to "changed". Finally, it prints the dictionary, which now contains the updated value for the key "key". So, the output is {'key': 'changed'}.
1
0
7
@ErhunEriyo89295
Pythonist
1 month
f Strings (Formatted String Literals) Prefix: f or F Purpose: Provides a way to embed expressions inside string literals, using curly braces {}. Use Case: Useful for including variables and expressions inside strings in a readable and concise manner.
Tweet media one
@ErhunEriyo89295
Pythonist
1 month
Tweet media one
2
0
1
0
2
8
@ErhunEriyo89295
Pythonist
5 months
@clcoding the is operator checks if two variables refer to the same object in memory. As a result, a is b evaluates to True because a and b refer to different list objects, even though their contents are the same.
1
1
8
@ErhunEriyo89295
Pythonist
4 months
Python devs.... What year was python created and how did its name originate?
2
0
7
@ErhunEriyo89295
Pythonist
3 months
I made a to-do app using pure python, check it out:
Tweet media one
0
0
7
@ErhunEriyo89295
Pythonist
4 months
Python Error 011: FileNotFoundError. Cause: occurs when a program attempts to access or open a file that does not exist in the specified location. Solution: >>>Check File Existence >>>Use Absolute Paths >>>Alternatively you can Handle Exceptions by using the Try Except block.
Tweet media one
2
0
7
@ErhunEriyo89295
Pythonist
2 months
@ElonMuskAOC Tell him Argentina is kinda cool. lol
0
0
5
@ErhunEriyo89295
Pythonist
2 months
Top 10 python web development frameworks...
Tweet media one
0
1
6
@ErhunEriyo89295
Pythonist
4 months
Hello python devs.... What time do you code? At Night... In the Morning... Mid day....
3
0
7
@ErhunEriyo89295
Pythonist
4 months
Ok guys whats the output of this python code😂?
Tweet media one
1
0
7
@ErhunEriyo89295
Pythonist
2 months
@driscollis When you use the * operator with a dictionary in Python, it unpacks the keys of the dictionary. So, when you execute print(*my_dict), it's equivalent to print(1, 2), which prints the keys of the dictionary my_dict. the output of print(*my_dict) will be 1 2
1
0
7
@ErhunEriyo89295
Pythonist
2 months
What is the output of this python code: A) {1:3, 2:4} B) {3:1, 4:2} C) {1: [3, 4], 2: [3, 4]} D) {[1, 2]: [3, 4], [1, 2]: [3, 4]}}
Tweet media one
0
0
7
@ErhunEriyo89295
Pythonist
2 months
@Python_Dv In Python, the .find method is not available for lists; it is specifically a string method. If you want to find the index of an element in a list, you should use the .index method instead. in this case the answer would be Error.
1
0
7
@ErhunEriyo89295
Pythonist
21 days
RAG stands for Retrieval-Augmented Generation, a method used in natural language processing that combines retrieval-based and generative-based approaches to improve the performance of tasks like question answering and document generation.
Tweet media one
@ErhunEriyo89295
Pythonist
21 days
What is RAG
0
0
3
1
2
7
@ErhunEriyo89295
Pythonist
3 months
In computer science, are a set of instructions for solving some problem, step-by-step. A) patterns B) scripts C) algorithms
2
0
7
@ErhunEriyo89295
Pythonist
4 months
What is your answer?
Tweet media one
2
0
7
@ErhunEriyo89295
Pythonist
4 months
We can't talk about transformers without talking about the attention mechanism 😌 #Attentionisallyouneed #machinelearning
Tweet media one
0
0
7
@ErhunEriyo89295
Pythonist
4 months
What is the output of the python code?
Tweet media one
3
0
7
@ErhunEriyo89295
Pythonist
3 months
@MAstronomers Where the hell is Pluto??
2
0
5
@ErhunEriyo89295
Pythonist
2 months
What is the output of this python code: @ lambda_: (): def _(): print("_")
Tweet media one
3
2
6
@ErhunEriyo89295
Pythonist
4 months
Always remember to call your functions my fellow pythonist 😂.
Tweet media one
0
0
5
@ErhunEriyo89295
Pythonist
2 months
Pytest: A popular testing framework for Python. It allows developers to write simple and scalable test cases for their Python code. Some key features of pytest are: >Simple Syntax. >Parameterized Tests. >Powerful Assertions. >Plugin Ecosystem. >Integration with Other Tools.
Tweet media one
0
0
4
@ErhunEriyo89295
Pythonist
2 months
Python for data analysis
@pyquantnews
PyQuant News 🐍
2 months
Python for Data Analysis. By the guy who invented pandas. (Free online.) Here's the link:
Tweet media one
2
62
357
0
0
6
@ErhunEriyo89295
Pythonist
13 days
Let's create an audiobook in Python...
Tweet media one
0
1
8
@ErhunEriyo89295
Pythonist
2 months
With Statement in Python: In Python, the with statement replaces a try-catch block with a concise shorthand. More importantly, it ensures closing resources right after processing them. A common example of using the with statement is reading or writing to a file.
0
0
4
@ErhunEriyo89295
Pythonist
3 months
@imsacid Just trust the process 🙌
2
0
6
@ErhunEriyo89295
Pythonist
4 months
what's the use of the code: if __name__ == "__main__": main() ?
Tweet media one
1
0
5
@ErhunEriyo89295
Pythonist
2 months
How to use scrapy for web scraping in Python..
@freeCodeCamp
freeCodeCamp.org
2 months
If you need to gather a bunch of data from a website, doing it manually can be tedious. Instead, you can use a scraping tool like Scrapy to help automate the process. This course teaches you how to use it – and how to build your first Scrapy spider.
4
88
439
0
0
6
@ErhunEriyo89295
Pythonist
22 days
What is GIL? Global Interpreter Lock (GIL): A lock that allows only one thread to execute in the Python interpreter at any given time.
@ErhunEriyo89295
Pythonist
22 days
What is GIL?
0
0
2
1
0
6
@ErhunEriyo89295
Pythonist
2 months
@YouTube Maybe 👀
0
0
3
@ErhunEriyo89295
Pythonist
2 months
Check out how to split an absolute path into a directory name with two approaches.
@driscollis
Mike Driscoll
2 months
A common task of a programmer or engineer is to split an absolute path into the directory name and the last part of the path, which could be a file or folder. You have two options in #Python : 🐍 os.path.split 🐍pathlib Here are the two approaches:
Tweet media one
Tweet media two
3
9
68
0
3
6
@ErhunEriyo89295
Pythonist
4 months
How well do you know the reduce function in python?
Tweet media one
0
0
6
@ErhunEriyo89295
Pythonist
2 months
@Teslaconomics For sure 😁
2
0
5
@ErhunEriyo89295
Pythonist
5 months
@clcoding @ retry @ property @ staticmethod @ timer @ wraps
0
0
6
@ErhunEriyo89295
Pythonist
2 months
@csaba_kissi Python 🥹
1
0
6
@ErhunEriyo89295
Pythonist
2 months
@clcoding In Python, floating-point numbers are represented in scientific notation, and 10e-17 represents 10×10−1710×10−17, which is a very small number close to zero, So, the output of the code will be: 10.0
0
0
6
@ErhunEriyo89295
Pythonist
1 month
Merge PDFs in Python...
Tweet media one
0
1
6
@ErhunEriyo89295
Pythonist
2 months
python class basics: Define a class and Creating an object
Tweet media one
1
0
5
@ErhunEriyo89295
Pythonist
2 months
CherryPy: A minimalist web framework that allows developers to build web applications in a similar way to building any other object-oriented Python program.
Tweet media one
@ErhunEriyo89295
Pythonist
2 months
Top 10 python web development frameworks...
Tweet media one
0
1
6
0
2
6
@ErhunEriyo89295
Pythonist
2 months
4
0
5
@ErhunEriyo89295
Pythonist
2 months
We just hit 500 followers guys . Thanks for all your support to all who followed. I know we can hit a thousand followers before the end of this year 🫡. Fortunately I will soon be renewing my subscription. Thanks once again 😁.
Tweet media one
1
2
6
@ErhunEriyo89295
Pythonist
5 months
@Python_Dv the answer is (D) because In the expression a + 3, Python tries to concatenate a string (a, which is "6") with an integer which is not possible. String concatenation in Python requires both operands to be strings.
1
0
6
@ErhunEriyo89295
Pythonist
4 months
What does "fine-tuning" involve in the context of Large Language Models (LLMs)?
Tweet media one
2
0
6
@ErhunEriyo89295
Pythonist
2 months
@clcoding This code takes the string '0x1a', which represents a hexadecimal number, and converts it to its integer equivalent. The output will be 26.
0
0
6
@ErhunEriyo89295
Pythonist
3 months
TensorFlow and PyTorch, two popular deep learning frameworks, differ in their approach to computational graphs. TensorFlow uses a static computational graph, where the graph structure is defined before the actual computation occurs. In contrast, PyTorch employs a dynamic
Tweet media one
@ErhunEriyo89295
Pythonist
3 months
Machine learning talk...... Shall we? 😁
0
0
2
0
0
3
@ErhunEriyo89295
Pythonist
2 months
What is the output of this python code?
Tweet media one
9
0
5
@ErhunEriyo89295
Pythonist
2 months
0
0
5
@ErhunEriyo89295
Pythonist
2 months
University of Michigan free computer science course.🔊📢
@clcoding
Python Coding
6 months
University of Michigan is offering FREE courses 🔥 💻 Computer Science 🐍 Python 🚀 Cybersecurity 📊 Data Science 🕹️ SQL 🤖 Artificial Intelligence Here are 6 FREE courses to become skilled in 2023 : Open this thread get started today 🧵👇
Tweet media one
15
360
1K
0
0
5
@ErhunEriyo89295
Pythonist
2 months
@Teslaconomics What's that other car near the Cyber Truck? 💀
4
0
5
@ErhunEriyo89295
Pythonist
2 months
Learn python the easy way by doing it yourself....
Tweet media one
1
2
4
@ErhunEriyo89295
Pythonist
4 months
>>> Google released Gemini Ultra >>> OpenAI introduced Sora >>> Anthropic released Claude3 Get ready for some shitty AI ride in 2024 😂😌.
3
0
5
@ErhunEriyo89295
Pythonist
4 months
@clcoding ()*3 creates an empty tuple () and then repeats it three times using the multiplication operator. Therefore, the result is a tuple containing three empty tuples: (), (), (). Which is A.
0
1
4
@ErhunEriyo89295
Pythonist
3 months
create an analog clock with python.
Tweet media one
0
0
5
@ErhunEriyo89295
Pythonist
2 months
5 down, 5 more to go. And maybe some extra 🙂
@ErhunEriyo89295
Pythonist
2 months
Django | Tensorflow Flask | Fast API Bottle | Selenium | Scikit-Learn Pytest | Pytorch All these frameworks will be explained in later posts.
0
1
2
0
0
5
@ErhunEriyo89295
Pythonist
2 months
Who's been there?😂
Tweet media one
0
0
5