What are some python coding interview questions?
https://medium.com/@ashwinpalo/what-are-some-python-coding-interview-questions-640e2a4e167c
https://medium.com/@ashwinpalo/what-are-some-python-coding-interview-questions-640e2a4e167c
Medium
What are some python coding interview questions?
10 Useful yet Rarely Used OS Functions in Python
https://geekpython.medium.com/10-useful-yet-rarely-used-os-functions-in-python-3c44d4723290
https://geekpython.medium.com/10-useful-yet-rarely-used-os-functions-in-python-3c44d4723290
Medium
10 Useful yet Rarely Used OS Functions in Python
You must have used functions provided by the os module in Python several times in your projects. These could be used to create a file, walk…
Here’s a summary of Python’s history, condensed for a concise overview:
https://medium.com/@malikhassa05/heres-a-summary-of-python-s-history-condensed-for-a-concise-overview-f19dfc40665f
https://medium.com/@malikhassa05/heres-a-summary-of-python-s-history-condensed-for-a-concise-overview-f19dfc40665f
Medium
Python’s simplicity, versatility, and robust community continue to make it one of the most popular languages in tech today.
---
Go vs. Python: Choosing the Best Language for Your Next Project
https://theinnovatorlab.medium.com/go-vs-python-choosing-the-best-language-for-your-next-project-fea6b5064445
https://theinnovatorlab.medium.com/go-vs-python-choosing-the-best-language-for-your-next-project-fea6b5064445
Medium
Go vs. Python: Choosing the Best Language for Your Next Project
Introduction
Python has become essential in data science for many reasons, more so than in data analytics
https://medium.com/@saurankhan54/python-has-become-essential-in-data-science-for-many-reasons-more-so-than-in-data-analytics-11d20bdcbf33
https://medium.com/@saurankhan54/python-has-become-essential-in-data-science-for-many-reasons-more-so-than-in-data-analytics-11d20bdcbf33
Medium
Python has become essential in data science for many reasons, more so than in data analytics
The Reason Why I took Advanced AI Course
https://medium.com/@ghinaalamsyah70/the-reason-why-i-took-advanced-ai-course-b10beb995541
https://medium.com/@ghinaalamsyah70/the-reason-why-i-took-advanced-ai-course-b10beb995541
Medium
The Reason Why I took Advanced AI Course
Hello! It’s Ghina speaking. So here, I’m going to tell you about my interests in AI field. It started from the first time I took a…
How to Build Interactive Web Apps with Streamlit
https://medium.com/@sayedebad.777/how-to-build-interactive-web-apps-with-streamlit-1c80cd748006
https://medium.com/@sayedebad.777/how-to-build-interactive-web-apps-with-streamlit-1c80cd748006
Medium
How to Build Interactive Web Apps with Streamlit
What is Streamlit?
LeetCode: The Comprehensive Guide to Coding Interview Preparation and Career Kickstart in Data…
https://medium.com/@naveed.arshad003/leetcode-the-comprehensive-guide-to-coding-interview-preparation-and-career-kickstart-in-data-c45ef5f9c4ab
https://medium.com/@naveed.arshad003/leetcode-the-comprehensive-guide-to-coding-interview-preparation-and-career-kickstart-in-data-c45ef5f9c4ab
Medium
LeetCode: The Comprehensive Guide to Coding Interview Preparation and Career Kickstart in Data…
In today’s technology industry coding skills are critical for success in interviews of any field it gives you an edge over competitors…
So, You’ve Finally Come Up with a Unique Name for Your Python Package!
https://medium.com/@sermetpekin/so-youve-finally-come-up-with-a-unique-name-for-your-python-package-f41f750984d0
https://medium.com/@sermetpekin/so-youve-finally-come-up-with-a-unique-name-for-your-python-package-f41f750984d0
Medium
So, You’ve Finally Come Up with a Unique Name for Your Python Package!
Every once in a while, as a Python developer, you probably think, I wish there was an easy way to check if a package name is already taken…
How to write better comments in your code?
https://medium.com/@kuipasta1121/how-to-write-better-comments-in-your-code-f82abf946b8d
https://medium.com/@kuipasta1121/how-to-write-better-comments-in-your-code-f82abf946b8d
Medium
How to write better comments in your code?
Nowadays even with tools like ChatGPT that generate code and comments, knowing how to write/check effective comments yourself is important.
Beware of the Malicious Python Package ‘fabrice’: How Typosquatting is Stealing AWS Credentials
https://ikhaleelkhan.medium.com/beware-of-the-malicious-python-package-fabrice-how-typosquatting-is-stealing-aws-credentials-8ce1c126e062
https://ikhaleelkhan.medium.com/beware-of-the-malicious-python-package-fabrice-how-typosquatting-is-stealing-aws-credentials-8ce1c126e062
Medium
Beware of the Malicious Python Package ‘fabrice’: How Typosquatting is Stealing AWS Credentials
Understanding how a malicious PyPI package targeted unsuspecting developers to exfiltrate AWS credentials and establish backdoors on Linux…
[SOLVED] 'L3PacketSocket' object has no attribute 'ins' when using send command
https://medium.com/@fixitblog/solved-39-l3packetsocket-39-object-has-no-attribute-39-ins-39-when-using-send-command-5b4fe2c58605
https://medium.com/@fixitblog/solved-39-l3packetsocket-39-object-has-no-attribute-39-ins-39-when-using-send-command-5b4fe2c58605
Medium
[SOLVED] 'L3PacketSocket' object has no attribute 'ins' when using send command
I am trying to send a packet using a UDP protocol. I am running Python 3 on Ubuntu and using scapy. However, I get the following error message: “AttributeError: ‘L2Socket’ object has no attribute…
Streamlining High-Value RFPs: From Manual Checks to Intelligent Workflows with Claude.ai
https://medium.com/@LakshmiNarayana_U/streamlining-high-value-rfps-from-manual-checks-to-intelligent-workflows-with-claude-ai-765c65f923f8
https://medium.com/@LakshmiNarayana_U/streamlining-high-value-rfps-from-manual-checks-to-intelligent-workflows-with-claude-ai-765c65f923f8
Medium
Streamlining High-Value RFPs: From Manual Checks to Intelligent Workflows with Claude.ai
RFP Process of Large Deals
Mastering Django Annotations for Powerful, Optimized Queries
https://medium.com/@ewho.ruth2014/mastering-django-annotations-for-powerful-optimized-queries-c56d1c902f90
https://medium.com/@ewho.ruth2014/mastering-django-annotations-for-powerful-optimized-queries-c56d1c902f90
Medium
Mastering Django Annotations for Powerful, Optimized Queries
Ever wanted to supercharge your Django queries by calculating values directly within the database? Using annotations in Django’s ORM, you…