Skip to content

Commit 532e4e0

Browse files
committed
working on pycharm starter page
1 parent 0100fba commit 532e4e0

File tree

4 files changed

+39
-1
lines changed

4 files changed

+39
-1
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
title: PyCharm
2+
category: page
3+
slug: pycharm
4+
sortorder: 0206
5+
toc: False
6+
sidebartitle: PyCharm
7+
meta: PyCharm is a text editor and integrated development environment specifically designed for writing Python code.
8+
9+
10+
# PyCharm
11+
[PyCharm](https://www.jetbrains.com/pycharm/) is a text editor and
12+
integrated development environment specifically designed for writing
13+
Python code.
14+
15+
<a href="https://www.jetbrains.com/pycharm/" class="nob"><img src="/img/logos/pycharm.jpg" width="100%" alt="PyCharm logo, copyright JetBrains." class="shot outl"></a>
16+
17+
<div class="well see-also">PyCharm is an implementation of the <a href="/text-editors-ides.html">text editors and IDEs</a> concept. Learn how these parts fit together in the <a href="/development-environments.html">development environments</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
18+
19+
20+

static/img/logos/pycharm.jpg

36 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What do you want to learn about after PyCharm?</h3>
2+
<div class="row">
3+
<div class="c4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/data.html" %}
6+
</div>
7+
</div>
8+
<div class="c4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/web-frameworks.html" %}
11+
</div>
12+
</div>
13+
<div class="c4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/deployment.html" %}
16+
</div>
17+
</div>
18+
</div>

theme/templates/css/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)