Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
113 views

PYTHON Tutorials Notes

This document provides resources for learning Python, including Python notebooks, slides, information on the differences between Python 2 and 3, and links to practice problems and exercises. Sections cover Python object and data structures, floating point arithmetic issues, methods and functions, and homework solutions. Links direct users to documentation, tutorials, coding practice websites, a subreddit for daily problems, and a Python challenge site.

Uploaded by

Shyam Sundar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
113 views

PYTHON Tutorials Notes

This document provides resources for learning Python, including Python notebooks, slides, information on the differences between Python 2 and 3, and links to practice problems and exercises. Sections cover Python object and data structures, floating point arithmetic issues, methods and functions, and homework solutions. Links direct users to documentation, tutorials, coding practice websites, a subreddit for daily problems, and a Python challenge site.

Uploaded by

Shyam Sundar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

PYTHON

Section 1 Overview
------------------------

Python Notebooks
----------------------
https://github.com/Pierian-Data/Complete-Python-3-Bootcamp
https://github.com/jmportilla/Complete-Python-Bootcamp

Download Slides
---------------------
https://drive.google.com/drive/folders/1cAM251bjoBCYF2bHfMM07MOGEgU2Q2VQ

Difference b/w Python 2 and Python 3


-----------------------------------------------
http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html
http://py3readiness.org/

Section 3 Python Object and Data Structure basics


-------------------------------------------------------------
Floating Point Arithmetic: Issues and Limitations
------------------------------------------------------------
https://docs.python.org/2/tutorial/floatingpoint.html

Resources for More Basic Practice


------------------------------------------
Basic Practice:
http://codingbat.com/python
More Mathematical (and Harder) Practice:
https://projecteuler.net/archives
List of Practice Problems:
http://www.codeabbey.com/index/task_list
A SubReddit Devoted to Daily Practice Problems:
https://www.reddit.com/r/dailyprogrammer
A very tricky website with very few hints and touch problems (Not for beginners but
still interesting)
http://www.pythonchallenge.com/

Section 6 Methods and Functions


-----------------------------------------

Overview of Quick Function Exercises


------------------------------------------------
https://docs.google.com/document/d/181AMuP-
V5VnSorl_q7p6BYd8mwXWBnsZY_sSPA8trfc/edit?usp=sharing

Functions and Methods Homework Solutions


-----------------------------------------------------------

https://nbviewer.jupyter.org/github/jmportilla/Complete-Python-
Bootcamp/blob/master/Functions%20and%20Methods%20Homework%20-
%20Solutions.ipynb

You might also like