Learning how to program

Chat about just about anything else
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 30 days after creation.
Locked
Wiz Kid

Learning how to program

Post by Wiz Kid »

Anyone know of any websites for learning how to program? It could be tutorials, books, or interactive.

I'm good with computers, but it's bothering me that I never got beyond the basics of programming. How can I say I'm good in computers, when I don't know how to program.

I'm hoping to get good enough to contribute to open source projects. I'm just learning so all languages are welcome.
Last edited by LockBot on Wed Dec 07, 2022 4:01 am, edited 1 time in total.
Reason: Topic automatically closed 30 days after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29587
Joined: Wed Jul 06, 2011 3:58 am

Re: Learning how to program

Post by xenopeek »

You could consider Python. Google has a very basic Python class to get you started: https://developers.google.com/edu/python/. The Hitchhiker's Guide To Python may be a nice resource along the way also: http://docs.python-guide.org/en/latest/index.html. Another good resource is Learn Python The Hard Way, which throws you in the deep end but gets you going fast with the basics: http://learnpythonthehardway.org/book/. You don't need much to get started, Gedit or Kate both already have syntax highlighting for Python source code, though you may want to look into a lightweight programmer's editor like Geany to get a little more productive as your programming skills grow (you can install it from the Software Manager; I recommend you also install geany-plugins for some extra tools). But there are plenty of other programmer's editors and IDEs suitable for use with Python, though again you don't need to concern yourself with that while you are starting to learn the language.

Many programs developed by Linux Mint are actually written in Python, like the Software Manager and Update Manager for example. Programming with Python is fun, at least I think so :wink:
Image
Wiz Kid

Re: Learning how to program

Post by Wiz Kid »

A Hitchhiker's Guide to Python hmm, that's right up my alley. Thanks for the resources!
User avatar
russellz
Level 3
Level 3
Posts: 179
Joined: Sat Nov 24, 2012 7:02 am
Location: Millas, France

Re: Learning how to program

Post by russellz »

Have a look at this site: http://www.learnpython.org/

Russell
Laptop: HP17bs086nf, Intel Core i5-7200U, Intel HD Graphics 620 . Mint Cinnamon 21.1
Desktop: ASUS Prime B760-plus D4 motherboard, AMD Radeon RX6500XT, Intel 12th gen i7 12 core 3500MHz, 8GB ram, 500GB Samsung SSD, Mint Cinnamon 21.1
Locked

Return to “Open Chat”