Some nice simple on-line free tutorials for HTML, CSS, and JavaScript. Great for beginners.
Thanks HTML DOG.
Another good looking on-line free teaching site for these topics is W3Schools.
Showing posts with label Education. Show all posts
Showing posts with label Education. Show all posts
Monday, June 17, 2013
HTML, CSS, JavaScript Tutorials
Saturday, June 15, 2013
Startup Engineering
A very promising free on-line course.
Startup Engineering from Stanford is offered by coursera. 10 weeks, starts June 17 2013.
This technical course builds on an early Stanford course that was more theory.
Startup Engineering requires one to have (free) accounts with:
Startup Engineering from Stanford is offered by coursera. 10 weeks, starts June 17 2013.
This technical course builds on an early Stanford course that was more theory.
Startup Engineering requires one to have (free) accounts with:
- Amazon Web services (AWS)
- Github
- Heroku
Sunday, May 26, 2013
Using Bitbucket with Pycharm
Pycharm (the python IDE) has built in support for Github. That's nice as I want to use git for source code management. Codeschool by the way has a nice free git intro course in their electives area. Enough to get one going with git.
The free Github plan however is restrictive compared to Bitbucket's free plan.
Github: no private repos, limited to just yourself.
Bitbucket: unlimited private repos, up to 5 team members
So how does one configure Pycharm to use Bitbucket?
The free Github plan however is restrictive compared to Bitbucket's free plan.
Github: no private repos, limited to just yourself.
Bitbucket: unlimited private repos, up to 5 team members
So how does one configure Pycharm to use Bitbucket?
- Create a free bitbucket account
- Launch Pycharm and go to Settings->Plugins
- Click on Browse Repositories
- Enter Bitbucket into the search field
- Highlight the Bitbucket pluging and click on the "dowload & install" icon
- Close all windows and re-start Pycharm (required after a plug-in installation)
- Relauch Pycharm
- Return to settings and select the new Bitbucket option in the IDE section
- Enter Bitbucket userID and password.
- Click on Add SSH Key button and navigate to the SSH key you used for Bitbucket
Saturday, April 20, 2013
MongoDB Training
Great FREE MongoDB training @ https://education.10gen.com
You may need to wait until the specific course you want is scheduled but it is worth the wait.
Quality training for the right price.
A free into to MongoDB is available in the following ebook:
http://openmymind.net/2011/3/28/The-Little-MongoDB-Book/
Read about PyMongo if you want to use MongoDB with Python.
You may need to wait until the specific course you want is scheduled but it is worth the wait.
Quality training for the right price.
A free into to MongoDB is available in the following ebook:
http://openmymind.net/2011/3/28/The-Little-MongoDB-Book/
Read about PyMongo if you want to use MongoDB with Python.
Subscribe to:
Posts (Atom)