Never even knew this was a thing. One hour of coding completed.
RMH
Misplaced Lens Cap
trying on a metaphor

izzy's playlists!
NASA
h

JBB: An Artblog!
"I'm Dorothy Gale from Kansas"

Andulka
hello vonnie
Show & Tell


YOU ARE THE REASON

ē„ę„ / Permanent Vacation
Alisa U Zemlji Chuda

ā
noise dept.
Sade Olutola

Discoholic šŖ©

seen from Singapore

seen from United States

seen from United States
seen from United States

seen from United States

seen from Singapore

seen from United States
seen from United States
seen from Malaysia

seen from United States
seen from United States
seen from United States

seen from Malaysia
seen from United Arab Emirates
seen from India
seen from United States
seen from United States

seen from United Kingdom
seen from United States
seen from Bosnia & Herzegovina
@iamlearningtocode-blog
Never even knew this was a thing. One hour of coding completed.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Iv completed my 1st coding exercise. I think I'll go through the whole thing a few more times so I understand it a bit more. I don't think this tutorial is great at explaining what is required in each line of code.
This code avangers app is pretty hard. Think I'm going to go through it again tomorrow because I didn't pay enough attention.
What in the heck is Python?
Hello, there!
If youāve never wrote a single line of code in your life before - donāt fear. Before I took a college Intro to Computer Science class, I didnāt even know what writing code meant. So, the very fact that you are looking at this post means that youāre far ahead of the game. With that said, letās continue!
Python is a programming language that is popular in high school and some college classes because of how easy it is to learn (whew, right?).Ā
So, why should YOU learn Python? The easy answer would be: because itās totally cool. But, in all seriousness, itās a great āfirst language" to help you understand how to communicate with computers - those darn things donāt speak English. Itās also a great way to build analytical thinking skills, and it looks great on a resume. Going back to the coolness factor: Google, NASA, and a ton of other companies program in Python. Itās pretty powerful.
Now, letās get started!
Hereās what you will need for this Tumblr tutorial series:
1. Python 3.4
You can download Python here:Ā https://www.python.org/downloads/
2. Wing IDE 101
You can download Wing IDE 101 here:Ā http://wingware.com/downloads/wingide-101
Make sure you download Python first, so that when you download Wing, Python 3.4 will be set as the default version of Python to be used.
Mac users should be able to do this as well (you just have to add Wing and Python to your Applications folder). If youāre having trouble getting started, feel free to send me a message or comment below!
When youāre finished downloading both Python and Wing, open Wing and click on the blue paper icon (Create a new file). You should have something that looks like this:
(Note: I have Python 2.7, just out of preference).
If you do have something similar to whatās in the photo above: Congrats! You just set up an intelligent development environment to work with Python in.
Basically, an integrated/interactive development environment (IDE) is a program that allows you to work with code in an editor so you can write code faster, fix your code easily, and just have a nice workspace. Itās like using Word instead of Notepad or TextEdit to write a final paper - if that makes any sense.
Thatās it for now! Check back for a tutorial on how to write your first program!
learn how to code!
everyone should learn how to code. itās a lot of fun, its a useful skill in any field, and itsĀ a really easy skill to learn if you have a good place to learn it, and in my experience itās learnt best when its self driven!
learn the basics of coding and algorithms with a cute cat spriteĀ by mit
learn many coding languagesĀ by codecademy
intro to computer science; learn python and algorithm theory by mit
learn javascript and html and also play games!!Ā by codeavengers
learn javascript and cryptology (and lots of other stuff) by khanacademy
notepad++ and atom are really good applications for writing code
iāll add to this more when i find more links (feel free to send them!), and iāll probably make posts about the theory behind coding languages, human-computer interactions, and algorithms but iām sure you can find stuff on academic earth if you look under computer science!

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Do yourself a favor. Learn to code. Here's how.
Iāve said this to my non-techie friends countless times. Itās no secret that being able to code makes you a better job applicant, and a better entrepreneur.Ā Hell, one techie taught a homeless man to code and now that man is making his first mobile application.
Learning to code elevates your professional life, and makes you more knowledgeable about the massive changes taking place in the technology sector that are poised to have an immense influence on human life.
(note: yes I realize that 3/5 of those links were Google projects)
But most folks are intimidated by coding. And it does seem intimidating at first. But peel away the obscurity and the difficulty, and you start to learn that coding, at least at its basic level, is a very manageable, learnable skill.
There areĀ a lot of resources out there to teach you. Iāve found a couple to be particularly successful. Hereās my list of resources for learning to code, sorted by difficulty:
Novice
Never written a line of code before? No worries. Just visit one of these fine resources and follow their high-level tutorials. You wonāt get into the nitty-gritty, but donāt worry about it for now:
Dash - by General Assembly
CodeAcademy
w3 Tutorials (start at HTML on the left sidebar and work your way down)
Intermediate
Now that youāve gone through a handful of basic tutorials, itās time to learn the fundamentals of actual, real-life coding problems. Iāve found these resources to be solid:
Khan Academy
CodeAcademy - Ruby, Python, PHP
Difficult
If youāre here, youāre capable of building things. You know the primitives. You know the logic control statements. Youāre ready to start making real stuff take shape. Here are some different types of resources to turn you from someone who knows how to code, into a full-fledged programmer.
Programming problems
Sometimes, the challenges in programming arenāt how to make a language do a task, but just how to do the task in general. Like how to find an item in a very large, sorted list, without checking each element. Here are some resources for those types of problems
Talentbuddy
TopCoder
Web Applications
If you learned Python, Django is an amazing platform for creating quick-and-easy web applications. Iād highly suggest the tutorial - itās one of the best Iāve ever used, and you have a web app up and running in less than an hour.
Django Tutorial
Iāve never used Rails, but itās a very popular and powerful framework for creating web applications using Ruby. Iād suggest going through their guide to start getting down-and-dirty with Rails development.
Rails Guide
If you know PHP, thereās an ocean of good stuff out there for you to learn how to make a full-fledged web application. Frameworks do a lot of work for you, and provide quick and easy guides to get up and running. Iād suggest the following:
Cake PHP Book
Symfony 2 - Get Started
Yii PHP - The Comprehensive Guide
Conclusion
If thereās one point I wanted to get across, itās thatĀ it is easier than ever to learn to code. There are resources on every corner of the internet for potential programmers, and the benefits of learning even just the basics are monumental.
If you know of any additional, great resources that arenāt listed here, please feel free to tweet them to me @boomeyer.
Best of luck!
Sound advice I will be taking up.
This is what I'm going to be doing on the bus ride home. Says it takes about an hour should have just enough time.