[NEW] Basic gets a boost: Announcing major upgrades to our free AI code assistant
//

How-to's | Page 7

//
django_pycharm_community_features.jpg
How to create Django projects in PyCharm Community Edition
August 17, 2021
/
6 -min read
When it comes to Python, PyCharm seems to be the goto IDE for most professional…
dev-team.jpeg
Top 13 productivity tools for software development teams
August 15, 2021
/
6 -min read
Everyone wants to get more done in less time. When it comes to software development,…
blog_image_18.png
How to code in Python on Sublime Text
August 12, 2021
/
6 -min read
Sublime Text Editor has been around since 2008 and has remained one of the most…
3wordpress-phpstorm.jpg
How to use PhpStorm for WordPress development
August 10, 2021
/
6 -min read
WordPress is everywhere. In fact, it powers 42.2% of all websites online. It is free,…
snippets-jupyter-notebook.png
Top 12 Jupyter Notebook extensions
August 8, 2021
/
5 -min read
Data science isn’t just about mining and analyzing data. A good data scientist needs to…
post default image
The ultimate guide to Python Dictionary comprehension
July 21, 2021
/
5 -min read
Python dictionaries -- or dict in Python -- is a way of storing elements similar…
jeremy-zero-HbFAJ244csg-unsplash-scaled.jpg
Understanding GraphQL filters
June 29, 2021
/
5 -min read
GraphQL has grown in popularity since its release in 2015. With the prevalence of JSON…
post default image
How to use Brython: A guide to writing Python for the frontend
June 2, 2021
/
5 -min read
Python for frontend seems a bit counter-intuitive for anyone who has ever developed the frontend…
david-clode-ie_gumxPtLo-unsplash-scaled.jpg
The essential guide to Python switch statements
May 17, 2021
/
4 -min read
Switch statements are one of the building blocks of logic in code. It's a way…