All Projects → iitmcvg → Python-Exercises

iitmcvg / Python-Exercises

Licence: other
Generic Set of exercises in python aimed to teach newbies to grasp fundamentals easily.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Python-Exercises

basic-python
Python tutorials for beginners
Stars: ✭ 28 (-15.15%)
Mutual labels:  python-tutorial
byte-of-python
《简明 Python 教程》V4.0c 2017 译本 /A Byte of Python 2017 Simplified Chinese Translation Edition
Stars: ✭ 604 (+1730.3%)
Mutual labels:  python-tutorial
openmm-tutorials
Quickstart Python tutorials helping molecular dynamics practitioners get up to speed with OpenMM
Stars: ✭ 37 (+12.12%)
Mutual labels:  python-tutorial
Py
Repository to store sample python programs for python learning
Stars: ✭ 4,154 (+12487.88%)
Mutual labels:  python-tutorial
Datasciencepython
common data analysis and machine learning tasks using python
Stars: ✭ 4,442 (+13360.61%)
Mutual labels:  python-tutorial
data-analysis-using-python
Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data
Stars: ✭ 81 (+145.45%)
Mutual labels:  python-tutorial
python
Python codes from tutorials on the Data Professor YouTube channel
Stars: ✭ 51 (+54.55%)
Mutual labels:  python-tutorial

Python Exercises

These are a set of basic exercises in python aimed to help newbies grasp fundamentals easily.

If you are here for the first time

  • Look at Exercise-0 online (Click on the file above)
  • Clone this repository
  • Install Jupyter by shooting up a terminal(Linux)/cmd(Windows), and hitting pip install jupyter notebook
  • Open a terminal/cmd in the git folder you just cloned, and start a Notebook by typing jupyter notebook
  • Go through the exercises sequentially

If you face any problems or have suggestions, please raise an issue in the repository issues page

If you believe you can contribute, then send in a pull request :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].