Computer Programming
492 subscribers
6 files
231 links
We mainly post about Tech Interview Prep, Machine Learning, Full Stack, Data Structures, Algorithms & Programming Languages.

Please check the pinned message and invite your friends to this channel. Sharing is Caring 💕
Download Telegram
How to check the version of Pandas?

Table of Contents SolutionSolution 1 – GEt version number with __version__ attributeSolution 2 – Using pip Freeze + GrepSolution 3 – With PIP SHOW Solution There are several ways you check the version of pandas you are…

https://thecodingbot.com/how-to-check-the-version-of-pandas/
Any Feedback/Suggestions ? Drop a comment on the group above
Happy holi fellas!!!
Rearrange a linked list such that all even index nodes come after all odd index nodes

Table of Contents Problem StatementSolutionApproachHere are the steps in detailImplementation of the Above Approach Problem Statement Given a singly linked list, group all odd nodes together followed by all the even nodes. Please note here…

https://thecodingbot.com/rearrange-a-linked-list-such-that-all-even-index-nodes-come-after-all-odd-index-nodes/
Remove duplicates from a Pandas DataFrame with two or more column in the subset criteria

Introduction There are some functions available to remove duplicates or identify duplicated rows in the dataframe in Pandas. One such function is df.duplicated() and the other function is df.drop_duplicates(). df.duplicated() not exactly removes duplicates from the dataframe but it…

https://thecodingbot.com/remove-duplicates-from-a-pandas-dataframe-with-two-or-more-column-in-the-subset-criteria/
Given an array nums of integers, return how many of them contain an even number of digits

Problem Statement Given an array nums of integers, return how many of them contain an even number of digits. Example 1: Input: nums = [12,345,2,6,7896] Output: 2 Explanation: 12 contains 2 digits (even number of digits).  345 contains 3…

https://thecodingbot.com/given-an-array-nums-of-integers-return-how-many-of-them-contain-an-even-number-of-digits/
Please let your friends also know about thecodingbot.com, if you like it . This will help me a lot. It takes so much effort to write and provide good content after a full-time job 🙏
What is k fold cross validation in machine learning? https://machinelearningmastery.com/k-fold-cross-validation/
In these challenging times, we find ourselves in one of the most severe economic downturns, which has had a profound impact on both students and working professionals. Internship and placement opportunities for students have become scarce, while layoffs and a dearth of new opportunities have affected the livelihoods of many professionals.

As a gesture of gratitude towards the community that has supported my personal growth, I am pleased to announce the creation of a dedicated Telegram channel. The purpose of this channel is to share valuable information regarding job and internship opportunities specifically in the field of Information Technology (IT).

To ensure maximum convenience and relevance, we have organized the postings based on a structured format:

Mondays: Data Science/Machine Learning
Tuesdays: Full Stack Development
Wednesdays: DevOps
Thursdays: Frontend Development
Fridays: Backend Development
Saturdays: Testing
Sundays: Internships

Channel Link:
https://t.me/be_job_ready ( @be_job_ready )


We aim to provide daily updates on relevant opportunities according to this schedule. Together, let us navigate these challenging times and support one another by sharing valuable job prospects and internships.

Thank you for being a part of this community.

Best regards,
Admin
Computer Programming pinned «In these challenging times, we find ourselves in one of the most severe economic downturns, which has had a profound impact on both students and working professionals. Internship and placement opportunities for students have become scarce, while layoffs and…»