Kenny: What is something productive to do in programming?
I program in Python, and lately have been bored.
Eventually I would like to create applications,
but that involves learning a GUI. For some reason I’m really lazy, and don’t want to learn more pygtk. What can I do to stop this laziness? I really want to start programming some more.
Answers and Views:
Answer by tbshmkr
Try C++
=
Tutorials online:
https://www.cplusplus.com
https://www.cprogramming.com/tutorial.html
======
Free Electronic Books
–
Thinking in C++ 2nd Edition by Bruce Eckel
Volume 1 & Volume 2
======
Structure and Interpretation of Computer Programs
by Harold Abelson and Gerald Jay Sussman with Julie Sussman
HTML
https://mitpress.mit.edu/sicp/full-text/book/book.html
PDF
======
How to Design Programs
by Matthias Felleisen, Robert Bruce Findler, Matthew Flatt and Shriram Krishnamurthi
https://www.htdp.org/
======
Code::Blocks
https://www.codeblocks.org/downloads/binaries
======
MinGW Installer
https://sourceforge.net/projects/mingw/files/OldFiles/
I use the videos to learn C++ from. There are a few games to program in them.
https://xoax.net/cpp/index.php
Answer by boyoyoyoyoyoyingA programmer who does not want to learn? Try another vocation or start playing with VB.NET.Answer by butthead_jm
same situation happened to me, then I started programming games with VB.net and Flex. It helps me alot then luckily a group of students paid me just to edit their Thesis Project of millionaire’s game. I earned a lot thanks to that programming knowledge =)
Leave a Reply