Where can I get more good resources??? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Where can I get more good resources???

where can I learn more beside sololearn?..I think it's quite good..But i need more good resources .. Can you guys help me please ? T.I.A

17th Sep 2018, 4:53 PM
Nobin khan
Nobin khan - avatar
9 Réponses
+ 13
w3schools is great
17th Sep 2018, 5:46 PM
Mitali
Mitali - avatar
17th Sep 2018, 5:06 PM
Alcatraz
Alcatraz - avatar
+ 3
Good resources for CSS Mitali's Youtoube Chanel https://www.youtube.com/channel/UC15exV5s79D_aYGADudlwpQ
21st Sep 2018, 11:41 AM
Supachai Rojanasiripong
Supachai Rojanasiripong - avatar
+ 2
learn.css youtube channel is great for learning but problem is that you run that channel so you know everything, next option is soloLearn but you are expert in it too, then comes Stepik app, youtube tutorials, stack overflow, w3schools, freecodecamp if you prefer paid learning too then you can try joining coding bootcamps, paid online courses, like : udemy, coursera or you can join coding tuitions which is not that dynamic according to time table of average people. So prefer online courses first then if you want then you can join bootcamps or tuitions. Best of luck. 😊
19th Sep 2018, 9:15 PM
Gurbir Dhaliwal
Gurbir Dhaliwal - avatar
+ 1
thanks Alcatraz
17th Sep 2018, 5:12 PM
Nobin khan
Nobin khan - avatar
17th Sep 2018, 8:30 PM
🌴Vincent Berger🌴
🌴Vincent Berger🌴 - avatar
+ 1
//program for find a factorial of a number. #include<stdio.h> #include<conio.h> void main() { int i,n,f=1; clrscr(); printf("enter a number."); scanf("%d",&n); for(i=1;i<=n;i++) { f*=i; } printf("factorial of a given number is:%d=%d",n,f); getch(); } if you like this program. please follow me guys.
26th Sep 2018, 5:55 PM
Ashish Rastogi
Ashish Rastogi - avatar
0
how can I get an image value in pixels like in the power puff girls bubbles code to create a full image by division?
18th Sep 2018, 12:38 AM
Chamodi Abisheka
Chamodi Abisheka - avatar
0
You can google whichever language you want tutorials for and the results will show up some good sites and youtube channels.
18th Sep 2018, 4:55 AM
Ashuk
Ashuk - avatar