-
Learn to program Python for free
Howdy, y'all. I'm Al Sweigart, author of "Automate the Boring Stuff with Python" and several other programming books. I release all of my books under a Creative Commons license, so you can read them for free on my website at https://inventwithpython.com.
#Education #Development #Online Learning 140 social mentions
-
Scratch is the programming language & online community where young people create stories, games, & animations.Pricing:
- Open Source
Next I advise Scratch. 8 years old seems to be the minimum age in the classes I've taught (the 7 year olds didn't seem to really stay on task). 9 is a bit of a safer age, but if kids want to tackle programming, let them. Scratch is meant for 8 to 16 year olds, but around 13 or 14 is when they start feeling Scratch isn't a "real" programming language, at which point you can put them on Python.
#Kids Education #Programming #Coding 572 social mentions
-
Mnemosyne (named for the Greek goddess of memory, Mnemosyne) is spaced repetition software...Pricing:
- Open Source
3) I like to write down notes on paper. I usually fold a paper in half so I have two long columns. Writing forces me to slow down and actually think about what I'm studying. I don't really tend to look at the papers later. Flash cards help (there's a nice open source program called Mnemosyne to help with that.
#Studying #Education #Spaced Repetition 15 social mentions
-
Write your apps in Python and release them on iOS, Android, Windows, MacOS, Linux, Web, and tvOS...
Python has pretty much conquered everything, though there's still not much in the way of writing mobile apps with Python. Beeware is the main thing for Python on mobile, and I've been meaning to contribute to it for years.
#Rapid Application Development #IDE #Development Tools 29 social mentions
-
Bring the Zen of Python to iOS.
If you own an iPad you could look at the Pythonista app: http://omz-software.com/pythonista/ ... This is sufficient Python programming using anything in the standard libraries, NumPy and MatPlotLib, various other useful libraries like BeautifulSoup4 and SQLAlchemy, and it includes omz's custom modules to provide access to a number of iOS specific features.
#Development #Education #Online Learning 11 social mentions