Closed VedasreeM closed 1 month ago
I think we have all these - please check
1."Dive Into Python 3" by Mark Pilgrim
This book is a comprehensive guide to Python 3, targeting experienced programmers who want to learn Python quickly. It covers advanced topics like decorators, generators, and more. https://freecomputerbooks.com/Dive-Into-Python-3.html
2."Programming Principles and Practice Using C++" by Bjarne Stroustrup
This book is written by the creator of C++. It’s designed for beginners and covers both the fundamentals of programming and the principles of software development. https://www.codewithc.com/programming-principles-and-practice-using-c-pdf-bjarne-stroustrup/
3.edX: CS50’s Introduction to Artificial Intelligence with Python
This course teaches the foundational concepts of AI, covering topics such as search algorithms, neural networks, and machine learning, using Python. https://www.edx.org/learn/artificial-intelligence/harvard-university-cs50-s-introduction-to-artificial-intelligence-with-python?index=product&queryID=0f6f2ad30f4423c1948a7ae635fcbe9f&position=1&linked_from=autocomplete&c=autocomplete
4.Udacity: Intro to HTML and CSS
This free course is perfect for beginners looking to learn the basics of web development. It covers HTML and CSS to build stylish and responsive web pages. https://www.udacity.com/course/intro-to-html-and-css--ud001
"Namaste JavaScript" is an excellent resource for anyone looking to deepen their understanding of JavaScript.
Hello! I would like to contribute by adding two free programming books and two free online programming courses to our resources. Here are my suggestions:
Free Programming Books:
"Algorithms in a Nutshell: A Practical Guide" by Gary Pollice, George T. Heineman, and Stanley Selkow Link: https://www.google.co.in/books/edition/Algorithms_in_a_Nutshell/w7rNCwAAQBAJ?hl=en&gbpv=1&pg=PT4&printsec=frontcover Describes a large number of existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs.
"Effective Modern C++" by Scott Meyers Link: https://www.google.co.in/books/edition/Effective_Modern_C++/ZDhIBQAAQBAJ?hl=en&gbpv=1&kptab=getbook A practical guide to C++11 and C++14, offering insights and best practices for writing efficient and maintainable code. This is really a very good book to read.
Free Programming Courses:
Great Learning Link: https://www.mygreatlearning.com/coding/free-courses Free coding courses covering popular languages like C, Python, PHP, Java and more. Students can learn the basics of coding, practice with algorithms, and earn certificates.
Programming for the Puzzled - MIT OpenCourseWare Link: https://ocw.mit.edu/courses/6-s095-programming-for-the-puzzled-january-iap-2018/ Builds a bridge between the recreational world of algorithmic puzzles (puzzles that can be solved by algorithms) and the pragmatic world of computer programming, teaching students to program while solving puzzles.
@mutant138 First check if we already have the books listed!
@yaswika0311 Please don't recommend books that aren't free.
Closing this issue because our workflow is to propose a pull request first. This forces the contributor to see if we already have the suggested books.
I'd like to suggest adding two free programming books and two free online programming courses to the repository.