Programming tutorials/guide blog for beginners

Hi,

I’ve written few blog entries to provide some useful resources and problems to solve to help people get comfortable with the concepts. Check out them here :

Edit : Added - Network Flow

Link to blog : Link

I hope these articles will be useful. Feel free to give feedback

24 Likes

They are really good! Keep up the good work :slight_smile:

1 Like

you can also follow this website

c programming

c# basic syntax

computer programming

Thanks for sharing this useful post. For a long time i am searching for a guide to study programming. As part of my Mobile app development i need to student programming. As a beginner i approached so many people. But they are busy with their own works. This will help me to get an overall idea about programming. Really thank you so much.

1 Like

I think following link are helpful :

1.C programming

2. Data Structure

3. Algorithm.

CodeGround has a lot of useful articles on Data Structure and algorithms

1 Like

how to develop this in java?
Develop a command line based todo application using java programming language:

Features are:
· Add TODO (ex: todo add “learn design patterns”)
· View TODO list (ex: todo list)
· Search TODO list (ex: todo list “learn”)
· Mark TODO as done (ex: todo done 1 – where 1 is the identifier for a todo item displayed from todo list)

Apply any Object Oriented Programming Concepts and Design Patterns (ex MVC, Factory) you know.

It helped a lot …
Thanks

Thanks…

The blog is very good. You are doing a great job. Keep it up.

thanksyo friends

Thanks for listing out the programming tutorials. Definitely these tutorials will aid in learning the programming languages.

1 Like

she is so very well may this website can be trusted

The following blogs can also be followed.
1)An awesome list for competitive programming! - Codeforces
2**)Implementation of various algos and Stanford notebook**: GitHub - jaehyunp/stanfordacm: Stanford ACM-ICPC related materials
As a complete guide to computer science
Beginner’s Guide to Computer Science | by Connectedreams.com | Connectedreams Blog | Medium
3)Getting started with the sport of competitive programming | HackerEarth
@aj95 The contents of your blog are quite good… keep up the good work :slight_smile:

I curated this list of top places to learn about coding and open source -

[Quote by Richard Branson, Founder, Virgin Group]
1

thank you

thank you

thank you

I see you guys have mentioned excellent programming related tutorial links : Here is my 2 cents .

Python Tutorial

C++ Tutorial

DBMS

Certiology’s C++ Tutorial

Tutorialology’s Java Tutorial

hey @aj95 , well done but i would have been nicer if you could put up all the algorithms more clearly rather than explaining the questions related to a topic through logic, understanding from someone’s solution might be a bit difficult .