项目作者: benfwalla

项目描述 :
A repository I made for absolute Python beginners
高级语言: Python
项目地址: git://github.com/benfwalla/Python-For-Beginners.git
创建时间: 2018-09-17T01:15:28Z
项目社区:https://github.com/benfwalla/Python-For-Beginners

开源协议:

下载


Python For Beginners

Hello, novice Pytohnistas! I created this repository for absolute beginners of
Python 3 for my club, Code@IU. Learning to code can be a very overwhelming
process because you might not know where to begin. If you feel like you are at
that state, then this repository is for you. The following topics will be
covered:

Each file will have thorough documentation that should make it easy to
follow along.

A quick disclaimer: this repository is meant for absolute beginners! It is
meant to be clear and concise. By no means do these scripts explain the
concepts in totality. In fact, I’d say that it barely skims the surface! The
goal of this repository is to give a beginner the confidence to explore the
world of Python with the syntax and terminology to succeed.

Installing Python 3

Since you’re probably a beginner of Python, you probably will not have it
installed. In order to run the code in this folder, you will need to install
Python 3
to your local computer. You will also need to download Sublime,
which is a super simple text editor to write your Python.

I created a pretty nifty set of slides to download Python 3 and Sublime on your
Mac or PC. You can view the slides here.