Coding Projects
61.9K subscribers
765 photos
1 video
267 files
367 links
Channel specialized for advanced concepts and projects to master:
* Python programming
* Web development
* Java programming
* Artificial Intelligence
* Machine Learning

Managed by: @love_data
Download Telegram
List of Java Project Ideas πŸ’‘πŸ‘¨πŸ»β€πŸ’»β˜•

Beginner Projects

πŸ”Ή Calculator
πŸ”Ή To-Do List App
πŸ”Ή Number Guessing Game
πŸ”Ή Password Generator
πŸ”Ή Flashcard Quizzer
πŸ”Ή Simple Chatbot
πŸ”Ή Weather App
πŸ”Ή Unit Converter
πŸ”Ή Rock-Paper-Scissors Game

Intermediate Projects

πŸ”Έ Personal Diary
πŸ”Έ Web Scraping Tool
πŸ”Έ Expense Tracker
πŸ”Έ Spring Boot Blog
πŸ”Έ Image Gallery
πŸ”Έ Chat Application
πŸ”Έ Pomodoro Timer
πŸ”Έ Basic Game with JavaFX

Advanced Projects

πŸ”Ί Social Media Dashboard
πŸ”Ί Machine Learning Model
πŸ”Ί Data Visualization Tool
πŸ”Ί Blockchain Simulation
πŸ”Ί Chatbot with NLP
πŸ”Ί File Organizer

Free Java Resources: https://t.me/Java_Programming_Notes
πŸ‘5
Python Cheatsheet βœ…
❀7πŸ‘2
Random Module in Python πŸ‘†
πŸ‘7
30 skills to become unstoppable in your 30s
πŸ‘3
Many people still aren't fully utilizing the power of Telegram.

There are numerous channels on Telegram that can help you find the latest job and internship opportunities?

Here are some of my top channel recommendations to help you get started πŸ‘‡πŸ‘‡

Latest Jobs & Internships: https://t.me/getjobss

Jobs Preparation Resources:
https://t.me/jobinterviewsprep

Data Science Jobs:
https://t.me/datasciencej

Interview Tips:
https://t.me/Interview_Jobs

Data Analyst Jobs:
https://t.me/jobs_SQL

AI Jobs:
https://t.me/AIjobz

Remote Jobs:
https://t.me/jobs_us_uk

FAANG Jobs:
https://t.me/FAANGJob

Software Developer Jobs: https://t.me/internshiptojobs

If you found this helpful, don’t forget to like, share, and follow for more resources that can boost your career journey!

Let me know if you know any other useful telegram channel

ENJOY LEARNINGπŸ‘πŸ‘
πŸ‘7
Python Syllabus πŸ‘†
πŸ”₯2πŸ‘1
Improve yourself as a developer ☝️
πŸ‘6πŸ”₯4
SQL Cheatsheet βœ…
πŸ‘4
100+ Practice Questions

❍ C/C++
❍ Python
❍ JavaScript
❍ Java
❍ C#
❍ Golang

➊ Simple Numbers

βž€ Find a digit at a specific place in a number
➁ Find count of digits in a number
βž‚ Find the largest digit
βžƒ Find the 2nd largest digit
βž„ Find the kth largest digit
βž… Find the smallest digit
βž† Find the 2nd smallest digit
βž‡ Find the kth smallest digit
➈ Find generic root (sum of all digits) of a number
βž‰ Reverse the digits in a number
βž€βž€ Rotate the digits in a number
βž€βž Is the number a palindrome?
βž€βž‚ Find sum of 'n' numbers
βž€βžƒ Check if a number is perfect square
βž€βž„ Find a number in an AP sequence
βž€βž… Find a number in a GP sequence
βž€βž† Find a number in fibonacci sequence
βž€βž‡ Check number divisibility by 2, 3, 5, 9
βž€βžˆ Check if a number is primary or not
20. Given a number, print all primes smaller than it
βžβž€ Check if a number is circular prime or not
➁➁ Find all prime factors of a number
βžβž‚ Find the GCD of 2 numbers
βžβžƒ Find the LCM of 2 numbers
βžβž„ Find the factorial of a number
βžβž… Find the exponentiation of a number

βž‹ Unit Conversion

βž€ Number Base (Binary, Octal, Hexadecimal, Decimal)
➁ Weight (gram, kg, pound)
βž‚ Height (cm, m, inch, feet)
βžƒ Temperature (centigrade, fahrenhite)
βž„ Distance (km, mile)
βž… Area (mΒ², kmΒ², acre)
βž† Volume (ltr, gallon)
βž‡ Time (sec, min, hour)
➈ Currency

➌ Calculator

βž€ Loan EMI Calculator
➁ Fixed Deposit Returns Calculator
βž‚ Interest Calculator
βžƒ BMI Calculator
βž„ Item Price (considering tax, discount, shipping)
βž… Tip Calculator

➍ Geometry

βž€ Find distance between 2 points
➁ Given 2 sides of a right angle triangle, find the 3rd
βž‚ Find 3rd angle of a triangle when 2 are given
βžƒ Area of a triangle when 3 sides are given
βž„ Area of a right angle triangle
βž… Perimeter of a Square
βž† Area of a Square
βž‡ Perimeter of a Rectangle
➈ Area of a Rectangle
βž‰ Circumference of a Circle
βž€βž€ Area of a Circle
βž€βž Circumference of a Semi-Circle
βž€βž‚ Area of a Semi-Circle
βž€βžƒ Area of a Ring
βž€βž„ Circumference of an Ellipse
βž€βž… Area of an Ellipse
βž€βž† Suface Area of a Sphere
βž€βž‡ Volume of a Sphere
βž€βžˆ Surface Area of a Hemisphere
20. Volume of a Hemisphere
βžβž€ Surface area of a Cube
➁➁ Volume of a Cube
βžβž‚ Surface area of a Cylinder
βžβžƒ Volume of a Cylinder

➎ Vector

βž€ Find Scalar Multiplication of a vector
➁ Find addition/subtraction of vectors
βž‚ Find magnitude of a vector
βžƒ Find an unit vector along a given vector
βž„ Find dot product of 2 vectors
βž… Find cross product of 2 vectors
βž† Check if 2 vectors are orthogonal

➏ Matrix

βž€ Find the determinant of a matrix
➁ Find Scalar Multiplication of a matrix
βž‚ Find addition/subtraction of matrices
βžƒ Find the transpose of a matrix
βž„ Find if 2 matrices are orthogonal
βž… Find inverse of a 2x2 and 3x3 matrix

➐ Set

βž€ Find Union of 2 sets
➁ Find Intersection of 2 sets
βž‚ Find the Difference of 2 sets
βžƒ Find the Symmetric Difference of 2 sets
βž„ Find if a set is subset/superset of another set
βž… Find if 2 sets are disjoints

βž‘ Special Numbers

βž€ Strong Number
➁ Perfect Number
βž‚ Armstrong Number
βžƒ Harshad Number
βž„ Kaprekar Number
βž… Lychrel Number
βž† Narcissistic Decimal Number
βž‡ Lucus Number
➈ Catalan Number
βž‰ Duck Number
βž€βž€ Ugly Number
βž€βž Abundant Number
βž€βž‚ Deficient Number
βž€βžƒ Automorphic Number
βž€βž„ Magic Number
βž€βž… Friendly Pair Numbers
βž€βž† Neon Number
βž€βž‡ Spy Number
βž€βžˆ Happy Number
20. Sunny Number
βžβž€ Disarium Number
➁➁ Pronic Number
βžβž‚ Trimorphic Number
βžβžƒ Evil Number
βžβž„ Amicable Pairs

⬘ If you want to excel in programming, practice a lot.

Join for more: https://t.me/programming_guide

⬙ Problems based on numbers are easy to start with and they help in improving your analytical skills.
πŸ‘11
Machine Learning Project Ideas βœ…
πŸ‘2