Python: Difference between revisions

From Squirrel's Lair
No edit summary
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== IDE ==
{{Skillset|Description=We have programmed some of our [[Raspberry Pi]] and [[Office Automation]] [[Projects]] in Python.  }}
* Idle
* run program with the "Run" in the file menu


== Windows automation ==
[[Windows interface automation using Python]]
== pip ==
* <code>py -m pip install --upgrade pip</code>
== PyGame ==
* <code>py -m pip install pygame</code>
* <code>py -m pip install --upgrade pygame</code>
== Setup ==
===Setting up in windows===
* https://www.python.org/downloads/windows/
=== Setting up on a stick ===
* https://sourceforge.net/projects/winpython/
Setup
* expand on a stick
==== installing packages in winpython ====
* open the winpython command prompt from the main winpython directory
* run pip from there


[[Category:Python| * ]]
[[Category:Python| * ]]
Line 29: Line 6:
[[Category:Software]]
[[Category:Software]]
[[Category:Office Automation]]
[[Category:Office Automation]]
[[Category:Raspberry Pi]]

Latest revision as of 17:32, 2021 November 22

We have programmed some of our Raspberry Pi and Office Automation Projects in Python.

Click any of the images for more about that project.