Programming Classes
257 subscribers
35 photos
1 video
12 files
24 links
Tech For better Future!
Download Telegram
Hello everybody,
Due to the final exam preparations we had closed our classes for over a month, coming semester we will go harder to finish the classes before mid exam. So do review what you learned during your break. Till then we will learn with some videos which I will post on here. Don't forget to tell each other.

Have a blast one.
πŸ‘3❀1
#python
Everyone get ready we will have a video lesson posted after now. Make sure you watch the entire video.
πŸ‘2
Programming Classes
https://youtu.be/_uQrJ0TkZlc?si=-9WIXYTy4aGyrp2q
#python
Every single one of you must at least watch 4 hours of this video
❀2
Media is too big
VIEW IN TELEGRAM
#python
You can download it from here too
πŸ‘2πŸ‘1
#Web_Devlopment

Hello Students, As we all know we have stopped our regular class due to different Exams including the Final exam. So to cover missed classes we will have some classes Next semester at The beginning. Also Since we have covered the basics we will change our technique and follow PBL(Project Based Learning) strategy. So from the below poll please vote at maximum (not greater than) three Projects we will do and the top Voted Three projects will be done in class and the others will be given as a project for you. So please make yourself ready for our next sessions by reviewing what we learned with video I'm gonna send you Next.
πŸ”₯3
Programming Classes
For Web development Students only

Please Select Only 3 Projects from these 10 Projects. Top 3 selected projects will be done in class. We will Try to cover the others too AS much as The time allowed us.
Please try to look at all Projects before voting. Also You can retract your vote if that's not what you thought we should practice in class
πŸ‘1πŸ”₯1πŸ‘1
CSS And JavaScript Complete Course For Beginners
Learn Complete CSS And JavaScript Programming Language In-depth With CSS And JavaScript Complete Course For Beginners


This course includes:
⏲ 4 hours of on-demand video
πŸ“Ί Access on mobile and TV
πŸ’  Full lifetime access
πŸ’  Language: English


FREE 100% OFF
Original Price $84.99



Enroll in your account before expiring the Coupon Code :
πŸ‘‰Click the Coupon Included Link πŸ˜ƒ


⏳ Enroll Quickly Before Expire.



βœ… TO INSPIRE US KINDLY GIVE REACTION IN THE POST ❀️



Provide SS in the Comment.

β–¬β–¬πŸŽ–Share & SupportπŸŽ– β–¬β–¬
❀2
I just got a certificate on Linux, get yourself a free certificate too
πŸ”₯4πŸ‘3
Forwarded from Udemy Free Course
πŸ†“πŸ†“πŸ†“ FREE COURSE ALERT πŸ†“πŸ†“πŸ†“

πŸ“š Learn CSS - For Beginners

ℹ️ Learn to Work with Cascading Style Sheets
πŸ§‘β€πŸ« Instructor: YouAccel Training

🌐 Language: English
πŸ“Œ Category: #Coding

πŸ’° Price: $39.99 βž‘οΈπŸ†“
πŸƒ ENROLL NOW - LIMITED ENROLLMENTS ONLY
━━━━━━━━━━━━━━━
πŸ“š @course | @exams | @iitjee | @learning | @notes | @physicswallah | @skillshare | @unacademy πŸ“‘
Programming Classes pinned Β«For Web development Students only

Please Select Only 3 Projects from these 10 Projects. Top 3 selected projects will be done in class. We will Try to cover the others too AS much as The time allowed us.
Β»
Forwarded from Udemy Free Course
πŸ†“πŸ†“πŸ†“ FREE COURSE ALERT πŸ†“πŸ†“πŸ†“

πŸ“œ Learn JavaScript - For Beginners

ℹ️ Learn how to Code Web Pages using JavaScript
πŸ§‘β€πŸ« Instructor: YouAccel Training

🌐 Language: English
πŸ“Œ Category: #Coding

πŸ’° Price: $34.99 βž‘οΈπŸ†“
πŸƒ ENROLL NOW - LIMITED ENROLLMENTS ONLY
━━━━━━━━━━━━━━━
πŸ“š @course | @exams | @iitjee | @learning | @notes | @physicswallah | @skillshare | @unacademy πŸ“‘
❀1πŸ₯°1
We have a class on Sunday at the usual time , don't forget to study before you come to class.
πŸ‘4
How many hours of the python video with mosh have you watched?
Anonymous Poll
18%
1 hour
8%
2 hours
13%
3 hours
24%
4 hours and more
37%
I haven't seen it at all
πŸ‘3
There is class tomorrow (Sunday). Please be make sure you come on time. Attendance has marks. Being absent may result in loss of marks.
❀2πŸ‘1
    var inputValue = parseFloat(document.getElementById("input").value);
var Result = document.getElementById("result");
var outputValue;

outputValue = inputValue * 1000; /

outputElement.textContent = outputValue + " km";
}