Skip to content

:bowtie: Introduction to Python, Curses and PyGames

Notifications You must be signed in to change notification settings

nowdoc/2016-python-class-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Class #1

Introduction to Python, Curses and PyGames

Content

Documentation

Examples

Console

Only for Windows users!

Here is a short script for starting python scripts from anywhere.

set PATH=%PATH%;D:\Folder\other\python
start

Replace D:\Folder\other\python with your absolute path to python.

Without adding python to your Windows PATH enviroment, you have to run scripts with absolute paths.

From python folder

python.exe D:\code\main.py

From codes

D:\Folder\other\python\python.exe main.py

About

:bowtie: Introduction to Python, Curses and PyGames

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published