An open API service indexing awesome lists of open source software.

https://github.com/mhcrnl/1000programepython

1000 programs in python language.
https://github.com/mhcrnl/1000programepython

python python-script python3 tkinter tkinter-gui tkinter-python

Last synced: about 1 year ago
JSON representation

1000 programs in python language.

Awesome Lists containing this project

README

          

# Learn_Python

```python3
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# FILE: 005_hello_world.py
# RUN : python3 005_hello_world.py
# --------------------------------------------------------------Begin file
print("Hello, World!")
# ---------------------------------------------------------------End file
```

## Resurse Web
[https://github.com/dabeaz-course/practical-python](https://github.com/dabeaz-course/practical-python)

## Synopsis

At the top of the file there should be a short introduction and/ or overview that explains **what** the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)

This is a **Java** in **NetBeans** project.

## Code Example

Show what the library does as concisely as possible, developers should be able to figure out **how** your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

## Motivation

A short description of the motivation behind the creation and maintenance of the project. This should explain **why** the project exists.

## Installation

Provide code examples and explanations of how to get the project.
```
git clone http//:...........................
```
and import project in NetBeans.

## API Reference

Depending on the size of the project, if it is small and simple enough the reference docs can be added to the README. For medium size to larger projects it is important to at least provide a link to where the API reference docs live.

## Tests

Describe and show how to run the tests with code examples.

## Contributors

Let people know how they can dive into the project, include important links to things like issue trackers, irc, twitter accounts if applicable.

## License

A short snippet describing the license (MIT, Apache, etc.)