arkoma
Redneck Overlord
Posts: 1761
Registered: 3-2-2014
Location: On a Big Blue Marble hurtling through space
Member Is Offline
Mood: украї́нська
|
|
Python
My friends daughter is learning python and having roadblocks. I'm an idiot. Anyone know where a decent interactive tut is that may be easier to
digest than the crap she getting from the paid textbook company?
"We believe the knowledge and cultural heritage of mankind should be accessible to all people around the world, regardless of their wealth, social
status, nationality, citizenship, etc" z-lib
|
|
RedDwarf
Hazard to Others
Posts: 166
Registered: 16-2-2019
Location: UK (North West)
Member Is Offline
Mood: Variable
|
|
Try https://www.codecademy.com/
|
|
mayko
International Hazard
Posts: 1218
Registered: 17-1-2013
Location: Carrboro, NC
Member Is Offline
Mood: anomalous (Euclid class)
|
|
It's not quite interactive, but "How To Think Like A Computer Scientist" is a friendly & accessible intro to python:
http://openbookproject.net/thinkcs/python/english3e/
If she isn't already, using an IDE like iPython can be very helpful, the tab-autocomplete is especially useful for seeing how things work.
edit:
Rosalind has a lot of practical exercises:
http://rosalind.info/problems/locations/
[Edited on 19-11-2019 by mayko]
al-khemie is not a terrorist organization
"Chemicals, chemicals... I need chemicals!" - George Hayduke
"Wubbalubba dub-dub!" - Rick Sanchez
|
|
Tsjerk
International Hazard
Posts: 3032
Registered: 20-4-2005
Location: Netherlands
Member Is Offline
Mood: Mood
|
|
I like udemy.com, courses usually are 13 Euro, but you can get your money back within 30 days if you don't like the course or you don't need access
anymore.
Codewars is nice to check your skills, I like their extensive testing of the code you write there.
|
|
B(a)P
International Hazard
Posts: 1139
Registered: 29-9-2019
Member Is Offline
Mood: Festive
|
|
This website is worth a look
https://automatetheboringstuff.com/
It is supported by udemy mentioned above by Tsjerk
It also has free youtube content as well
|
|
Praxichys
International Hazard
Posts: 1063
Registered: 31-7-2013
Location: Detroit, Michigan, USA
Member Is Offline
Mood: Coprecipitated
|
|
I used SoloLearn to learn Python, in addition to Code Academy which was already mentioned. I think they compliment each other well.
https://www.sololearn.com/
I also recommend PyCharm for easy Python script editing.
https://www.jetbrains.com/pycharm/
|
|
Tsjerk
International Hazard
Posts: 3032
Registered: 20-4-2005
Location: Netherlands
Member Is Offline
Mood: Mood
|
|
The Udemy beginner courses I know all start with a section on what software to install and how to configure it. I would advice sticking with the
software that is used in the courses, as it will help greatly in following what the instructor is doing during the course.
PyCharm is nice indeed.
|
|
chemist1243
Hazard to Others
Posts: 170
Registered: 7-8-2019
Member Is Offline
|
|
solo learn 100%.
|
|
G-Coupled
Hazard to Others
Posts: 287
Registered: 9-3-2017
Member Is Offline
Mood: Slightly triturated
|
|
She could check out Khan Academy's YouTube channel that has Python tutorials:
YouTube Khan Academy - Python
Also, the MIT lectures/courses are well regarded:
MIT-Gentle Introduction to Programming in Python
|
|
yobbo II
National Hazard
Posts: 762
Registered: 28-3-2016
Member Is Offline
Mood: No Mood
|
|
https://www.mooc-list.com/course/introduction-interactive-pr...
try part one too
|
|
arkoma
Redneck Overlord
Posts: 1761
Registered: 3-2-2014
Location: On a Big Blue Marble hurtling through space
Member Is Offline
Mood: украї́нська
|
|
thank y'all for your replies!
"We believe the knowledge and cultural heritage of mankind should be accessible to all people around the world, regardless of their wealth, social
status, nationality, citizenship, etc" z-lib
|
|
chemist0612
Harmless
Posts: 5
Registered: 26-11-2019
Location: in the trunk of my kidnappers car
Member Is Offline
Mood: wanting out of the trunk
|
|
I use SoloLearn for learning Python, I really like it. If you want an online IDE, I would recommend repl.it.
|
|