How can a piece of code be this heavy!!! As a python user, It is really traumatizing to see your system crash in front of you. because of a code Python is a wrapper around C programming it's a multi layered. when we run python it doesn't directly talk to our processor instead of a middleman program (Cpython written in C) must translate your code on the fly #python #machinelearning #cprogramming #Ai #datascience
Python Crashes Due to C Intermediary
More Relevant Posts
-
🐍 Learning Python as a complete beginner 💻From basic loops to nested dictionaries. Every syntax error is a lesson. Every working script is a small victory. 🎯The goal? Automate processes and solve real problems with code. Progress > Perfection (ALWAYS) #Python #CodingJourney #TechSkills #ContinuousLearning #LearningToCode
To view or add a comment, sign in
-
-
Abstraction — not raw speed — is what truly changed computing. From flip-flops to Python, each layer helped humans think bigger and build faster. Read the full story here 👇 🔗 https://lnkd.in/gjKeJKRW #Computing #Abstraction #Programming #SoftwareEngineering #TechThinking #Python
To view or add a comment, sign in
-
🚀 Day 7/30 – Mini Python App Challenge Built a Dice Roll Simulator 🎲 using Python. Features: • Random dice roll (1–6) • Roll again option Concepts used: random module, loops, user input GitHub 👇 🔗 https://lnkd.in/dCSFW_Hd #Python #LearningInPublic #30DaysOfCode #FunWithPython #coding #miniprojects #github #dailyposting #wednesdaymotivation
To view or add a comment, sign in
-
-
I Automated my Excel Reports in Python #programming #python #coding Here is how to Merge multiple Excel files into a single master report instantly using Python. This script leverages the glob library to find matching files and pandas to concatenate them into one dataframe.
To view or add a comment, sign in
-
Merged PR to Pydantic : Support Root models with Literal root types as discriminator fields Working on major Python libraries teaches you about architecture and design patterns. This enables developers to use Literal types for discriminating between API response types - crucial for type-safe systems. https://lnkd.in/dsY8AqKz #OpenSource #Python #Pydantic
To view or add a comment, sign in
-
🚀 Day 19 of #100DaysOfCode 🐍 Python Programming Challenge Today I worked on checking whether two numbers are Co-Prime using basic looping logic instead of built-in GCD functions. 🔹 Problem: Check whether two given numbers are co-prime or not. (Two numbers are co-prime if they have only 1 as a common factor.) 🔹 Concepts Practiced: ✔ Loops ✔ Conditional statements ✔ Factors & divisibility ✔ Mathematical reasoning #Python #PythonDeveloper #CodingChallenge #ProblemSolving #LearnPython #CoPrimeNumbers #MathematicalLogic #Day19 #100DaysOfCode
To view or add a comment, sign in
-
-
🚀 Practiced conditional statements in Python using a real-life example. This program uses if-elif-else to simulate traffic light rules and make decisions based on user input. Such examples help in understanding how conditions control program flow. #Python #PythonBasics #LearningJourney #SIC_India_2025
To view or add a comment, sign in
-
-
Mastering the syntax is easy; mastering the logic takes practice. 🧠 practicing some core Python concepts today: Loops, Conditions, and List operations. #Python #Coding #TechCommunity #100DaysOfCode"
To view or add a comment, sign in
-
-
Mastering the syntax is easy; mastering the logic takes practice. 🧠 practicing some core Python concepts today: Loops, Conditions, and List operations. #Python #Coding #TechCommunity #100DaysOfCode"
To view or add a comment, sign in
-
-
Ever wondered how to count vowels and consonants in Python? 🐍 Here’s a simple program that does just that! This script takes a sentence as input, converts it to lowercase, and then counts the number of vowels and consonants. A great beginner-friendly exercise to practice string manipulation and loops in Python! Break it down → Count vowels & consonants with Python. Clean code. Clear logic. Great practice for loops and conditionals. 👉 Try it out and share your version in the comments! #Python #Coding #Programming #PythonProgramming #LearnToCode #CodingForBeginners #Developer #Tech #SoftwareDevelopment #CodeNewbie #LearnPython #CodingJourney #TechSkills #CodingTips #TechEducation #ProgrammingLogic #SoftwareDeveloper #CodingLife #CodingChallenge #ProgrammingCommunity #CodeWithMe #TechTalk #Day21
To view or add a comment, sign in
-
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development
Use memory mapping reduces load on RAM avoiding system crashes and reduce N_jobs (CPU cores at work), been there🙌🏼