12-30-2014, 07:52 AM
For those of you that have light development education check out this site for python learning.
http://learnpythonthehardway.org/book/
http://learnpythonthehardway.org/book/
Beginning with Python
|
12-30-2014, 07:52 AM
For those of you that have light development education check out this site for python learning.
http://learnpythonthehardway.org/book/
02-16-2015, 02:32 AM
This is the website I have been using to get started with Python, it is very hands on, and you don't have to download anything to get started.
http://cscircles.cemc.uwaterloo.ca/
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
02-16-2015, 09:05 PM
Thank You avj.
02-16-2015, 09:12 PM
No problem.
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
03-22-2015, 08:42 AM
Hi All,
I've found this course on YT and I'm following it. So far, I think it's the most comprehensive python set of tutorials I've watched. https://www.youtube.com/playlist?list=PL...B57E5894C2
"...But don't forget the songs that made you cry
And the songs that saved your life Yes, you're older now And you're a clever swine But they were the only ones who ever stood by you"
01-27-2017, 01:21 AM
Thanks Hans
02-11-2017, 09:46 PM
Is the included Python in LL suitable full for learning with IDE, or is it for functionality in LL, and I need to download it ?
I am looking for newbie suitable recommendations of an IDE for Python, on Linux Lite, it will be - 1/ without too many panes. 2/ no auto complete, or it can be turned off. Indent is okay if it's not error prone. 3/ not white pane background, or has function to change this. 4/ can load projects to test within/internally, and provide error jump to code line, or log of project, or produce errors gui. I am also looking for recommendation of nice gui creator for use with the above.
02-12-2017, 01:54 PM
I use Geany and Gedit. I'd probably use Gedit exclusively because I like the Cobalt theme and I don't feel overwhelmed with features, but Gedit doesn't have column select. Geany and Gedit are both available via the repository (ie. Install/Remove Software).
Want to thank me? Click my [Thank] link.
02-12-2017, 04:27 PM
Thank you torreydale, I have installed Gedit, it sounds ideal in your description as I don't want to feel overwhelmed with features either.
02-12-2017, 04:47 PM
(This post was last modified: 02-12-2017, 05:04 PM by torreydale.)
You don't need to download Python, by the way. It is already installed with Linux Lite and most Unix based operating systems by default, including Mac. All you have to do in Linux Lite is open a terminal and type in the word "python," and you'll be in the Python interpreter. To run a python program, you type in python and the filename, eg. python test.py. You have to be sure you either include the full directory path of the file or that you're running the command from the directory where that file resides.
Want to thank me? Click my [Thank] link.
|
« Next Oldest | Next Newest »
|