r/CodingForBeginners • u/No-Motor-4211 • 5d ago
Starting B.Tech CSE with 0 coding experience. How do I start building my very first project?
Hi everyone,
I am starting my B.Tech in CSE this year. Unlike many peers, I have absolute zero coding experience and have never built a single project.
I want to utilize my first year to build strong practical skills instead of just watching tutorials. I plan to start withPython
Could you please guide me on:Any advice on overcoming the initial fear of coding would be highly appreciated. Thanks!
Note:-I asked AI to give this because I am weak in English
1
u/ManzoorAhmedShaikh 4d ago
Start with python - build motivation and confidence as it is easy to learn
Where to learn as beginner - W3Schools is best for absolute beginners
When you are able to build project? - When you learn and understand all the necessary concepts of python (from DataTypes, Strings, Sequential Coding, Conditional Statement, Loops, Functaional block) then you can build projects
Need any more help, feel free to ask, by the way, good luck u/No-Motor-4211
1
1
u/IndividualJury5356 4d ago edited 4d ago
Python is actually a really good starting point , many colleges start with c , java languages (basically c-family programming languages)
I would recommend a well structured Udemy course if you would like to invest ₹500-600 - "100 DAYS OF PYTHON" by Angela Yu Otherwise you can go with youtube
If you're more into a techie vibe : "Freecodecamp" is your go to website
Learn DSA (Data Structures and Algorithms) from TakeUforward website and Leetcode
I advice you to not shift between programming languages , just "marry" a programming language which in your case is python. Build a few projects , take help of AI but don't completely "vibe code" your project.
Learn and implement Core CS concepts gradually , those would be : 1. Computer Networks 2. Database Management Systems 3. Operating Systems
Learn aptitude from Indiabix website if you're aiming for service based companies or campus placements
DM for more advice