<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.imk-tro.kit.edu/trowiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wv4258+2</id>
	<title>imk-tro wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.imk-tro.kit.edu/trowiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wv4258+2"/>
	<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=Special:Contributions/Wv4258_2"/>
	<updated>2026-05-25T22:06:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=57</id>
		<title>PhD Information</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=57"/>
		<updated>2023-02-27T13:58:06Z</updated>

		<summary type="html">&lt;p&gt;Wv4258 2: /* Essential Softwares (Python) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki hopes to cover most information regarding the admin part about doing a PhD at IMK, however there are many other places that also supply information and some are listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== General Information for PhD Students ==&lt;br /&gt;
A nice overview about doing a doctorate at IMK(TRO) can be found [https://www.imk-tro.kit.edu/trowiki/images/7/77/Doctorate_IMK-TRO_v2022.pdf here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== PhD Council and Representatives ==&lt;br /&gt;
&lt;br /&gt;
We have now started a PhD Council at IMK with two representatives in charge of the contact with the group leaders. We are informally in charge of adding things to this wiki as well as other projects for improving PhD life at IMK. If you are interested in joining us or you have small or big ideas send us an email at imk-phd-council@lists.kit.edu!&lt;br /&gt;
&lt;br /&gt;
We are aiming at organising a bi-annual PhD Assembly to improve our networking as well as an opportunity to voice any concerns. These will hopefully be in conjunction with the semester start and will be announced in the TRO Newsletter as well through the PhD emailing lists.&lt;br /&gt;
&lt;br /&gt;
== Business trips ==&lt;br /&gt;
&lt;br /&gt;
Please see the page on  [https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips business trips].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== On-boarding Checklist ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Registering as a PhD Student  ==&lt;br /&gt;
&lt;br /&gt;
The registration procedure can be quite complicated for a new PhD student, [https://www.imk-tro.kit.edu/trowiki/images/8/80/PhD_induction_day_2022_Registration.pdf here] is the information given on the latest PhD Induction day. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Further information can be found here:&lt;br /&gt;
&lt;br /&gt;
* [https://www.imk-tro.kit.edu/trowiki/images/7/77/Doctorate_IMK-TRO_v2022.pdf PDF with General info about doing a PhD at IMK-TRO]&lt;br /&gt;
&lt;br /&gt;
* [https://www.khys.kit.edu/english/doing-phd-at-kit.php KHYS (Karlsruhe House of Young Scientists)]&lt;br /&gt;
&lt;br /&gt;
* [https://www.imk-tro.kit.edu/interna/7399.php Internal IMK-TRO Page]&lt;br /&gt;
&lt;br /&gt;
* [https://www.khys.kit.edu/doktorandenkonvent-physik/english/index.php# Doktorandenkonvent of the Department of Physics]&lt;br /&gt;
&lt;br /&gt;
* [https://www.imk-tro.kit.edu/download/Promotionsordnung_Fak_Physik_27-3-2017.pdf The official document about the &amp;quot;Promotionsordnung&amp;quot;]  (only in German) &lt;br /&gt;
&lt;br /&gt;
== Teaching ==&lt;br /&gt;
A nice intro to teaching at the IMK can be found [https://www.imk-tro.kit.edu/trowiki/images/e/e6/Leaflet_Teaching_Participation_IMK_PHD_v20220927.pdf here].&lt;br /&gt;
&lt;br /&gt;
== Essential Software ==&lt;br /&gt;
The following is a list of essential software packages and the links to their web pages:&lt;br /&gt;
&lt;br /&gt;
==== CDO ==== &lt;br /&gt;
https://code.mpimet.mpg.de/projects/cdo/. &lt;br /&gt;
&lt;br /&gt;
Note that CDO has a lot of built-in functions that are not well documented, but details about these can be usually found in their discussion forums, https://code.mpimet.mpg.de/projects/cdo/boards.&lt;br /&gt;
&lt;br /&gt;
==== Python ====&lt;br /&gt;
Instructions on how to download and install Python for all OSs can be found at: https://www.python.org/.&lt;br /&gt;
&lt;br /&gt;
It is usually recommended to use the Anaconda distribution to install Python. Details on how to do this are here: https://www.anaconda.com/&lt;br /&gt;
&lt;br /&gt;
Python can be combined with a good Integrated Development Environment (IDE) of your choice. All existing IDEs have their pros and cons. Some of the most popular IDEs are the following:&lt;br /&gt;
&lt;br /&gt;
*IDLE [https://docs.python.org/3/library/idle.html]&lt;br /&gt;
*PyCharm [https://www.jetbrains.com/pycharm/]&lt;br /&gt;
*Visual Studio Code[https://code.visualstudio.com/]&lt;br /&gt;
*Sublime Text [https://www.sublimetext.com/3]&lt;br /&gt;
*Jupyter [https://jupyter.org/]&lt;br /&gt;
*Atom [https://www.javatpoint.com/atom-python]&lt;br /&gt;
*Spyder [https://www.spyder-ide.org/]&lt;br /&gt;
&lt;br /&gt;
Python boasts a large number of packages. Some of the most used packages for manipulating large files in NetCDF, HDF5 or CSV formats are the following:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Data analysis&#039;&#039;&#039;:&lt;br /&gt;
*NumPy [https://numpy.org/]&lt;br /&gt;
*xarray [https://docs.xarray.dev/en/stable/#]&lt;br /&gt;
*pandas [https://pandas.pydata.org/]&lt;br /&gt;
*SciPy [https://scipy.org/]&lt;br /&gt;
&#039;&#039;&#039;Parallel computing, Machine learning, Deep learning etc.&#039;&#039;&#039;: &lt;br /&gt;
*dask [https://www.dask.org/]&lt;br /&gt;
*scikit-learn [https://scikit-learn.org/stable/]&lt;br /&gt;
*Keras [https://keras.io/]&lt;br /&gt;
*PyTorch [https://pytorch.org/]&lt;br /&gt;
*TensorFlow [https://www.tensorflow.org/]&lt;br /&gt;
&#039;&#039;&#039;Data visualization&#039;&#039;&#039;:&lt;br /&gt;
*seaborn [https://seaborn.pydata.org/]&lt;br /&gt;
*matplotlib [https://matplotlib.org/]&lt;br /&gt;
*Bokeh [https://docs.bokeh.org/en/latest/]&lt;br /&gt;
*plotly [https://plotly.com/]&lt;br /&gt;
*Geoplotlib [https://github.com/andrea-cuttone/geoplotlib]&lt;br /&gt;
&lt;br /&gt;
Most of these packages are distributed through either &#039;&#039;&#039;Conda&#039;&#039;&#039; [https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/installing-with-conda.html] or &#039;&#039;&#039;Pip&#039;&#039;&#039; [https://packaging.python.org/en/latest/tutorials/installing-packages/].&lt;br /&gt;
&lt;br /&gt;
On top of these, various users also create packages tuned for specific purposes. They are usually made public through &#039;&#039;&#039;GitHub&#039;&#039;&#039; [https://github.com/python]. &lt;br /&gt;
&lt;br /&gt;
Various forums exist for the sole purpose of clearing specific questions about coding. One such forum is &#039;&#039;&#039;stackoverflow&#039;&#039;&#039;[https://stackoverflow.com/]. &#039;&#039;&#039;Medium&#039;&#039;&#039; [https://medium.com/] is also a good source for reading up about new ideas and tools in Python and other languages.&lt;/div&gt;</summary>
		<author><name>Wv4258 2</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=56</id>
		<title>PhD Information</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=56"/>
		<updated>2023-02-27T12:51:01Z</updated>

		<summary type="html">&lt;p&gt;Wv4258 2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki hopes to cover most information regarding the admin part about doing a PhD at IMK, however there are many other places that also supply information and some are listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== General Information for PhD Students ==&lt;br /&gt;
A nice overview about doing a doctorate at IMK(TRO) can be found [https://www.imk-tro.kit.edu/trowiki/images/7/77/Doctorate_IMK-TRO_v2022.pdf here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== PhD Council and Representatives ==&lt;br /&gt;
&lt;br /&gt;
We have now started a PhD Council at IMK with two representatives in charge of the contact with the group leaders. We are informally in charge of adding things to this wiki as well as other projects for improving PhD life at IMK. If you are interested in joining us or you have small or big ideas send us an email at imk-phd-council@lists.kit.edu!&lt;br /&gt;
&lt;br /&gt;
We are aiming at organising a bi-annual PhD Assembly to improve our networking as well as an opportunity to voice any concerns. These will hopefully be in conjunction with the semester start and will be announced in the TRO Newsletter as well through the PhD emailing lists.&lt;br /&gt;
&lt;br /&gt;
== Business trips ==&lt;br /&gt;
&lt;br /&gt;
Please see the page on  [https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips business trips].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== On-boarding Checklist ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Registering as a PhD Student  ==&lt;br /&gt;
&lt;br /&gt;
The registration procedure can be quite complicated for a new PhD student, [https://www.imk-tro.kit.edu/trowiki/images/8/80/PhD_induction_day_2022_Registration.pdf here] is the information given on the latest PhD Induction day. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Further information can be found here:&lt;br /&gt;
&lt;br /&gt;
* [https://www.imk-tro.kit.edu/trowiki/images/7/77/Doctorate_IMK-TRO_v2022.pdf PDF with General info about doing a PhD at IMK-TRO]&lt;br /&gt;
&lt;br /&gt;
* [https://www.khys.kit.edu/english/doing-phd-at-kit.php KHYS (Karlsruhe House of Young Scientists)]&lt;br /&gt;
&lt;br /&gt;
* [https://www.imk-tro.kit.edu/interna/7399.php Internal IMK-TRO Page]&lt;br /&gt;
&lt;br /&gt;
* [https://www.khys.kit.edu/doktorandenkonvent-physik/english/index.php# Doktorandenkonvent of the Department of Physics]&lt;br /&gt;
&lt;br /&gt;
* [https://www.imk-tro.kit.edu/download/Promotionsordnung_Fak_Physik_27-3-2017.pdf The official document about the &amp;quot;Promotionsordnung&amp;quot;]  (only in German) &lt;br /&gt;
&lt;br /&gt;
== Teaching ==&lt;br /&gt;
A nice intro to teaching at the IMK can be found [https://www.imk-tro.kit.edu/trowiki/images/e/e6/Leaflet_Teaching_Participation_IMK_PHD_v20220927.pdf here].&lt;br /&gt;
&lt;br /&gt;
== Essential Softwares (Python) ==&lt;/div&gt;</summary>
		<author><name>Wv4258 2</name></author>
	</entry>
</feed>