<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on The Augmented Scholar</title><link>https://augmentedscholars.com/tags/python/</link><description>Recent content in Python on The Augmented Scholar</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 17 Jul 2026 17:59:48 +0400</lastBuildDate><atom:link href="https://augmentedscholars.com/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Matplotlib Publication Figure Template</title><link>https://augmentedscholars.com/downloads/matplotlib-figure-template/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/downloads/matplotlib-figure-template/</guid><description>&lt;h2 id="what-makes-a-publication-quality-figure"&gt;What Makes a Publication-Quality Figure&lt;/h2&gt;
&lt;p&gt;Journal requirements typically demand:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;300 DPI&lt;/strong&gt; minimum (often 600 for line art)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Figure width:&lt;/strong&gt; 86 mm (single column) or 176 mm (double column) — exact values depend on journal&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Font size:&lt;/strong&gt; 8–10pt for axis labels, consistent with body text&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No chart junk:&lt;/strong&gt; white background, no box spines, minimal grid lines&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Colour-blind friendly&lt;/strong&gt; palettes (avoid red/green alone)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This template sets all of these automatically. A single &lt;code&gt;import figure_styles&lt;/code&gt; at the top of a notebook applies the preset.&lt;/p&gt;</description></item><item><title>VS Code — The Researcher's Code &amp; Writing Editor</title><link>https://augmentedscholars.com/tools/vscode/</link><pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/vscode/</guid><description>&lt;h2 id="why-researchers-should-use-vs-code"&gt;Why Researchers Should Use VS Code&lt;/h2&gt;
&lt;p&gt;VS Code is the tool that unified all my workflows. I write LaTeX, Python scripts, Markdown, and Jupyter Notebooks — all in the same editor, with the same shortcuts.&lt;/p&gt;</description></item><item><title>Matplotlib — Publication-Quality Figures for Researchers</title><link>https://augmentedscholars.com/tools/matplotlib/</link><pubDate>Mon, 05 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/matplotlib/</guid><description>&lt;h2 id="why-matplotlib-is-still-the-standard"&gt;Why Matplotlib Is Still the Standard&lt;/h2&gt;
&lt;p&gt;Despite the rise of Seaborn, Plotly, and Altair, Matplotlib remains the tool you need to know for academic publishing. Every journal has figure requirements (DPI, font size, line weight, column width) and Matplotlib is the most direct way to meet them precisely.&lt;/p&gt;</description></item><item><title>Jupyter — Interactive Notebooks for Research</title><link>https://augmentedscholars.com/tools/jupyter/</link><pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/jupyter/</guid><description>&lt;h2 id="why-jupyter-is-the-researchers-data-analysis-standard"&gt;Why Jupyter Is the Researcher&amp;rsquo;s Data Analysis Standard&lt;/h2&gt;
&lt;p&gt;A Jupyter notebook contains code cells and markdown cells interleaved. You run a cell, see the output inline, add a note explaining what you just found, then move to the next step. The result is a document that is simultaneously the analysis &lt;em&gt;and&lt;/em&gt; the documentation.&lt;/p&gt;</description></item><item><title>Automate Your Publication List with Python &amp; LaTeX</title><link>https://augmentedscholars.com/posts/research-tools/automate-your-publication-list-with-python-latex/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/automate-your-publication-list-with-python-latex/</guid><description>&lt;h1 id="automate-your-publication-list-with-python--without-manual-updates"&gt;Automate Your Publication List with Python — Without Manual Updates&lt;/h1&gt;
&lt;p&gt;You&amp;rsquo;re applying for a grant next month. Your CV lists 23 publications, but you haven&amp;rsquo;t updated your citation count in six months. Google Scholar shows you now have 340 citations (not 287), and your H-index jumped to 12. You manually edit your publication list in LaTeX, rebuild the PDF, and pray you didn&amp;rsquo;t introduce a typo.&lt;/p&gt;</description></item><item><title>Create Beautiful LaTeX Tables with Pandas &amp; Python</title><link>https://augmentedscholars.com/posts/research-tools/create-beautiful-latex-tables-with-pandas-python/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/create-beautiful-latex-tables-with-pandas-python/</guid><description>&lt;h2 id="generate-publication-ready-latex-tables-from-csv-using-pandas--for-researchers--data-scientists"&gt;Generate Publication-Ready LaTeX Tables from CSV Using Pandas — For Researchers &amp;amp; Data Scientists&lt;/h2&gt;
&lt;p&gt;You&amp;rsquo;ve spent hours manually formatting a LaTeX table for your research paper. Then your advisor asks you to re-run the analysis with different parameters. Now you&amp;rsquo;re staring at 200 lines of hand-coded &lt;code&gt;\hline&lt;/code&gt; and &lt;code&gt;&amp;amp;&lt;/code&gt; delimiters, knowing you&amp;rsquo;ll have to rebuild the entire table from scratch—and probably introduce formatting errors in the process.&lt;/p&gt;</description></item><item><title>Git and GitHub for Researchers: Version Control Your Work Without Fear</title><link>https://augmentedscholars.com/posts/code-automation/git-github-researchers/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/code-automation/git-github-researchers/</guid><description>&lt;p&gt;You&amp;rsquo;ve lost work before. A hard drive failure, a file accidentally overwritten, a script that worked yesterday that doesn&amp;rsquo;t today and you have no idea what changed.&lt;/p&gt;
&lt;p&gt;Git solves all of these. It&amp;rsquo;s a version control system — a way of saving the full history of changes to files so you can always go back, identify what changed, and collaborate without conflicts.&lt;/p&gt;</description></item></channel></rss>