René's URL Explorer Experiment
go
Title:
IntroToPython
direct link
Domain:
makeabilitylab.github.io
Links
:
← Back to Index
https://makeabilitylab.github.io/physcomp/signals/index
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Python-Tutorial
Python tutorial
http://cs231n.github.io/python-numpy-tutorial/
Convolutional Neural Neworks for Visual Recognition
https://cs231n.github.io/
here
https://github.com/kuleshov/cs228-material
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Using-this-notebook
Binder
https://mybinder.org/v2/gh/makeabilitylab/signals/master?filepath=Tutorials%2FIntroToPython.ipynb
Colab
https://colab.research.google.com/github/makeabilitylab/signals/blob/master/Tutorials/IntroToPython.ipynb
GitHub repository
https://github.com/makeabilitylab/signals
Jupyter Notebook
https://jupyter.org/
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Changelist
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Introduction
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Python-Versions
Vinko Kodžoman, Things you’re probably not using in Python 3 – but should
https://datawhatnow.com/things-you-are-probably-not-using-in-python-3-but-should/
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Style!
official style guide
https://www.python.org/dev/peps/pep-0008/
official style guide
https://www.python.org/dev/peps/pep-0008/
official Google style guide for Python
https://google.github.io/styleguide/pyguide.html
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Basic-Data-Types
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Numbers
documentation
https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-long-complex
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Booleans
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Strings
.NET's String.Format method
https://docs.microsoft.com/en-us/dotnet/api/system.string.format?view=netframework-4.8
https://pyformat.info/
https://pyformat.info/
documentation
https://docs.python.org/3/library/stdtypes.html#string-methods
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Containers
lists
https://docs.python.org/3/tutorial/datastructures.html#more-on-lists
dictionaries
https://docs.python.org/3/tutorial/datastructures.html#dictionaries
sets
https://docs.python.org/3/library/stdtypes.html#set-types-set-frozenset
tuples
https://docs.python.org/3/library/stdtypes.html#tuples
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Lists
list
https://docs.python.org/3/tutorial/datastructures.html#more-on-lists
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#List-slicing
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#List-loops
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#List-comprehensions
comprehensions
https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Generating-a-random-list
random.sample
https://docs.python.org/3/library/random.html#random.sample
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Dictionaries
dictionary
https://docs.python.org/3/library/stdtypes.html#dict
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Dictionary-comprehensions
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Shallow-vs.-deep-copies
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Sets
set
https://docs.python.org/3/library/stdtypes.html#set-types-set-frozenset
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Looping-over-sets
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Set-comprehensions
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Tuples
tuple
https://docs.python.org/3/library/stdtypes.html#tuples
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Functions
functions
https://docs.python.org/3/library/stdtypes.html#functions
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Classes
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Class-Variables-vs.-Class-Instance-Variables
Python docs
https://docs.python.org/3/tutorial/classes.html#class-and-instance-variables
A Word About Names and Objects
https://docs.python.org/3/tutorial/classes.html#tut-object
mutable objects
https://docs.python.org/3/glossary.html#term-mutable
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Dynamically-Querying-Objects-for-Member-Variables-and-Functions
Reflection
https://docs.microsoft.com/en-us/dotnet/framework/reflection-and-codedom/dynamically-loading-and-using-types
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Misc
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Random
¶
https://makeabilitylab.github.io/physcomp/signals/IntroToPython.html#Future-TODOs
URLs of
crawlers that visited me
.