jordancaraballo / python4Juniors

Series of Python scripts that work as a tutorial to teach students how to program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python4Juniors

The aim of this project is to create a remote repository available at the time of giving workshops to juniors at middle and high schools from Puerto Rico and to maintain a global version for their future reference. It includes a series of basic Python scripts that cover the essential tools for learning how to program and how to think like a programmer.

Getting Started

To start using these scripts you will need to clone the repository by running:

git clone https://github.com/jordancaraballo/python4Juniors

Once you have this done, you can use any text editor or Python IDE to run the scripts. To know about how to install or how to run any of these scripts you can visit https://wiki.python.org/moin/PythonEditors. For the purpose of this workshop students will be guided on how to run Python and dependencies like text editors will be already installed in the systems.

Running the tests

The majority of the scripts were written individually without no dependency between each other. In order to run any of these scripts you can either use the Python IDE of your preference, or use the terminal in a Linux system by typing:

python ./scriptName.py

Latest Workshops

Programming: A new way of thinking - 25 high school students Experimenta Con PREM - 20 high school students Petra Mercado Bougart - 25 high school students Introduction to Python - 20 high school students Interdisciplinary Programming - 10 Undergraduate students

Need a Workshop for Your School?

We are open to voluntarily teach programming in the Languages of Python, Java, C++, Perl, and Web (HTML, PHP, CSS, JavaScript). Additionally we offer Linux and Unix workshops at any Level.

Authors

  • Jordan Alexis Caraballo-Vega - UPR-Humacao
  • Paola A. Alicea Roman - UPR-Humacao

Acknowledgments

  • This work is the first of many upcoming initiatives to teach programming in Puerto Rico middle and high schools. I would like to thank all the people that helped during the brainstorming of this initiative, specially Professor Hilda Jimenez.

About

Series of Python scripts that work as a tutorial to teach students how to program


Languages

Language:C++ 86.6%Language:Python 13.4%