User Tools

Site Tools


other:python:jyp_steps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:python:jyp_steps [2020/10/08 13:37]
jypeter [Python 2.7 vs Python 3] Added more information
other:python:jyp_steps [2021/01/21 14:08]
jypeter [Basemap]
Line 55: Line 55:
  
   - always remember that indices start at ''​0''​ and that the last element of an array is at index ''​-1''​!\\ First learn about //​indexing//​ and //slicing// by manipulating strings, as shown in [[#​part1|Part 1]] above (try '''​This document by JY is awesome!'​[::​-1]''​ and '''​This document by JY is awesome!'​[slice(None,​ None, -1)]''​) 8-)   - always remember that indices start at ''​0''​ and that the last element of an array is at index ''​-1''​!\\ First learn about //​indexing//​ and //slicing// by manipulating strings, as shown in [[#​part1|Part 1]] above (try '''​This document by JY is awesome!'​[::​-1]''​ and '''​This document by JY is awesome!'​[slice(None,​ None, -1)]''​) 8-)
-  - if you are a Matlab user (but the references are interesting for others as well), you can read the following:+  - if you are a **Matlab user** (but the references are interesting for others as well), you can read the following: 
 +    - [[https://​www.enthought.com/​wp-content/​uploads/​2019/​08/​Enthought-MATLAB-to-Python-White-Paper-1.pdf|Migrating from MATLAB to Python]] on the [[https://​www.enthought.com/​software-development/​|Enthought Software Development page]]
     - [[https://​docs.scipy.org/​doc/​numpy-dev/​user/​numpy-for-matlab-users.html|Numpy for Matlab users]]     - [[https://​docs.scipy.org/​doc/​numpy-dev/​user/​numpy-for-matlab-users.html|Numpy for Matlab users]]
     - [[http://​mathesaurus.sourceforge.net/​matlab-numpy.html|NumPy for MATLAB users]] (nice, but does not seem to be maintained any more)     - [[http://​mathesaurus.sourceforge.net/​matlab-numpy.html|NumPy for MATLAB users]] (nice, but does not seem to be maintained any more)
Line 210: Line 211:
 ===== Basemap ===== ===== Basemap =====
  
-<note warning>​Basemap is going to be slowly phased out, in favor of [[#​cartopy]]\\ More information in this:+<note warning>​Basemap is going to be slowly phased out, in favor of [[#cartopy_iris|cartopy]]\\ More information in this:
   * [[https://​github.com/​SciTools/​cartopy/​issues/​920|cartopy github issue]]   * [[https://​github.com/​SciTools/​cartopy/​issues/​920|cartopy github issue]]
   * [[https://​github.com/​matplotlib/​basemap/​issues/​267|basemap github issue]]   * [[https://​github.com/​matplotlib/​basemap/​issues/​267|basemap github issue]]
other/python/jyp_steps.txt · Last modified: 2024/03/07 10:15 by jypeter