Skip to content

ChuppLabs/Python-Lesson-0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Python Lesson 0

Getting your environment setup

Verify Python 2.7 is installed

Open Terminal
Type python -V and hit Enter
You should see 'Python 2.7.13' or something similar

Create a folder for your projects

i.e. ~/cse-101

PyCharm

Download PyCharm

Download here
Open PyCharm
Change the theme to Darcula for more wins

Hello World!

Create your first project

In PyCharm, on the Welcome Screen press Create New Project
Navigate to your project folder, and give the project a name. (Should look like ~/cse-101/project001)

Time to code

In PyCharm, right click on your project folder in the view on the left, and select New > Python File
Name the new file hello-world
In the new file type

print "Hello, World!"

Right click in the file and select Run 'hello-world'

References

Google's Python Course
anandology's Python Practice Book
CodeMentor's Python Cheatsheet for Data Science

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published