@Codingdidi
9.44K subscribers
26 photos
7 videos
47 files
257 links
Free learning Resources For Data Analysts, Data science, ML, AI, GEN AI and Job updates, career growth, Tech updates
Download Telegram
Hi, All

Pandas Day-2 video is live on YT.

Go check it out.

Here are the links.

IN HINDI:- https://youtu.be/xSrb_Cds-ws?si=Aiteble51O9nmlhe


In English:-

https://youtu.be/lWNogRvSbtQ?si=vpKKIlhpLjah_aPX



πŸ‘πŸ©·Don't forget to comment down your views and thank me in the comment section πŸ˜‰.

I'm waiting for your comment.

----Share this playlist with your friends πŸ˜‡----


βœ…FOLLOW @CODINGDIDI
πŸ‘2❀1
@Codingdidi
Roadmap for Data scientist.pdf
Here's the roadmap for the data science role.
@Codingdidi
SQL Roadmap.pdf
Hi, all

Here's the pdf to learn SQL from scratch with resources.

A complete roadmap which I have divided into multiple parts/weeks/levels.

Do check it out.

βœ…Follow @codingdidi
πŸ‘3
πŸ’”2πŸ‘1
@Codingdidi
Photo
What are your views on this?
Happy Friday everyone!!



Rackspace Technology is hiring for a Financial Analyst !

Qualification : Bachelor's degree
Experience : Freshers / Experienced
Location : Work from home

Apply link :
https://jobs.lever.co/rackspace/b2587717-e8d5-4fbb-b33b-4da51dc1cce8/apply?source=LinkedIn
⚠️Hi, This job is for karnataka applicants.⚠️


Amazon is Hiring for a Data Analyst Role
Location : Karnataka
Qualification : Bachelor's degree
Work Experience : 1+ years
Preferred Qualifications: SQL/Python/R, scripting, MS Excel

πŸ“ŒJoin our Community
βœ…Follow @codingdidi

https://www.amazon.jobs/en/jobs/2613934/data-analyst
@Codingdidi
Data Analyst Interview Q&A .pdf
Hi, all

Here's the list of questions which are for the Data analyst role.

Do check it out.βœ…

And share it with your fellow friendsπŸ‘πŸ˜‰


Follow @codingdidi
πŸ‘1
COMMON TERMINOLOGIES IN PYTHON

Have you ever gotten into a discussion with a programmer before? Did you find some of the Terminologies mentioned strange or you didn't fully understand them?

In this series, we would be looking at the common Terminologies in python.

It is important to know these Terminologies to be able to professionally/properly explain your codes to people and/or to be able to understand what people say in an instant when these codes are mentioned. Below are a few:

IDLE (Integrated Development and Learning Environment) - this is an environment that allows you to easily write Python code. IDLE can be used to execute a single statements and create, modify, and execute Python scripts.

Python Shell - This is the interactive environment that allows you to type in python code and execute them immediately

System Python - This is the version of python that comes with your operating system

Prompt - usually represented by the symbol ">>>" and it simply means that python is waiting for you to give it some instructions

REPL (Read-Evaluate-Print-Loop) - this refers to the sequence of events in your interactive window in form of a loop (python reads the code inputted>the code is evaluated>output is printed)

Argument - this is a value that is passed to a function when called eg print("Hello World")... "Hello World" is the argument that is being passed.

Function - this is a code that takes some input, known as arguments, processes that input and produces an output called a return value. E.g print("Hello World")... print is the function

Return Value - this is the value that a function returns to the calling script or function when it completes its task (in other words, Output). E.g.
>>> print("Hello World")
Hello World
Where Hello World is your return value.

Note: A return value can be any of these variable types: handle, integer, object, or string

Script - This is a file where you store your python code in a text file and execute all of the code with a single command

Script files - this is a file containing a group of python scripts.


🫢Follow @codingdidi βœ…
πŸ‘2
Hi, πŸ€— everyone!!

https://www.instagram.com/reel/C6QN86Crvtv/?igsh=MTBpcXYxa2xjdHhpcw==

Here are the links!


1. SQL Data Analytics Project

https://www.youtube.com/watch?v=GHtX0QXfi6g&t=1664s

2. Data Analyst Portfolio Project - SQL

https://www.youtube.com/watch?v=0rB_memC-dA

3. Data Analyst Portfolio Project Complete Playlist

https://www.youtube.com/watch?v=qfyynHBFOsM&list=PLUaB-1hjhk8H48Pj32z4GZgGWyylqv85f


Don't forget to comment on this videoπŸ˜‰βœ…


βœ…Follow @codingdidi
πŸ‘4
@Codingdidi pinned a file
⭐️ The PyTorch team is developing a library for learning LLM called torch titan.

Today the library has become publicly available on GitHub, but it is still in a pre-release state and is actively being developed.

- Library link: https://github.com/pytorch/torchtitan

The library was created for preliminary training of models, and for fine tuning PyTorch has another library, torchtune:

https://github.com/pytorch/torchtune

βœ… https://t.me/Codingdidi
TOP 10 SQL Concepts for Job Interview.

Don't forget to revise these concepts to clear the interview.

1. Aggregate Functions (SUM/AVG)
2. Group By and Order By
3. JOINs (Inner/Left/Right)
4. Union and Union All
5. Date and Time processing
6. String processing
7. Window Functions (Partition by)
8. Subquery
9. View and Index
10. Common Table Expression (CTE)



Like this post if you need more πŸ‘β€οΈ

Hope it helps :)
πŸ‘7