Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python for Rookies
Rating: 4.0 out of 5(30 ratings)
1,825 students

Python for Rookies

Learn the basics of the legendary Python language.
Created byJesse Boyer
Last updated 11/2013
English
English [Auto],

What you'll learn

  • Understand Python Datatypes
  • Use Pythons Unique Syntax
  • Use Python Package Manager for 3rd Party Items

Course content

7 sections37 lectures3h 14m total length
  • Installing Python3:21
    We will install Python 2.7 on Windows in this video, we then set the Environment Variable so that we can access it through any console on the system. Python comes pre-installed on Windows. Installing on Mac, you do not have to edit the system variables.
  • Grab Your Text Editor1:48

    Pick your favorite text editor. Here are a few suggetsions!

  • Get a Console You Like2:36
    You'll use a terminal to run your Python code, so get one you like! OSX and Linux already have one built in you can use.

Requirements

  • Mac / Linux / PC

Description

You should learn this language! Python is one of the fastest growing languages, it's even renowned as the language of the decade. You can use Python on any operating system to build whatever you like, including but not limited to GUI Applications, Web Applications, and Console Applications.

I'll teach you how this seemingly strange language is actually quite simple. We cover the fundamentals to writing Python code from Syntax, Datatypes, Operators, and Looping. We'll even take a look into 3rd party package management!

Who this course is for:

  • Python Beginner
  • PHP User Interested in Python