# **Welcome To The World Of Python Programming** :computer: [![HitCount](http://hits.dwyl.io/itzpc/Introduction-To-Python-Programming.svg)](https://github.com/itzpc/Introduction-To-Python-Programming) #### This is a sample repository created for the talk on " Introduction to Python Programming " for the [Google MLCC Workshop](https://developers.google.com/machine-learning/crash-course/) in NIT Jalandhar **Speaker : [Pc](https://www.linkedin.com/in/pcakhilnadh)** ### Contents 1. Introduction - [Introduction on How to Use GitHub Repository](https://github.com/itzpc/Introduction-To-Python-Programming/blob/master/README.md#introduction-on-how-to-use-github-repository) - Introduction to Python Programming - [C Program output](intro/cprog.c) - [Python Program output](intro/Pyprog.py) 2. Data Types 3. Iterative Statements 4. Functions 5. Coding Question 6. [Contribute](https://github.com/itzpc/Introduction-To-Python-Programming/blob/master/README.md#contribute) *** #### Introduction on How to Use GitHub Repository 1. Log on to your [GitHub](https://github.com/login) Account. 2. Go to [this](https://github.com/itzpc/Introduction-To-Python-Programming) Repository 3. Click on Fork or edit icon . This will create a copy of this repository in our GitHub account. 4. Go To your Repository . Select **Introduction-To-Python-Programming** 5. Select the File you want to work on 6. Edit File 7. Make some changes in the File . And Click on Propose Changes . ![Alt text](images/Make%20Some%20Changes.png?raw=true "Title") 8. Create a Pull Request . Remember to Create a branch of your name when you Pull a Request ![Alt text](images/Create%20A%20Pull%20Request.png?raw=true "Title") 9. Submit the request by clicking on Create Pull Request . And Yeah.. You are Done ! ![Alt text](images/Submit%20the%20changes.png?raw=true "Title") #### Contribute [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/itzpc/Introduction-To-Python-Programming/issues) *** You are welcome to contribute to [this](https://github.com/itzpc/Introduction-To-Python-Programming/issues) repository.