Python
Learn Python for Beginners – Part 1: Variables, Strings, Lists, Dictionaries, and Sets
In this tutorial you’ll learn basics of the Python programming language. The first part covers variables, strings, lists, dictionaries, and sets. The tutorial uses Jupyter Notebook as the Python development environment. If you have not installed Jupyter Notebook yet take a look at Getting Started With Jupyter Notebook For Python. [...]
Top 3 Python Online Courses
Why You Should Learn Python Python is one of the top programming languages requested by companies in 2017 / 2018. If you haven’t added Python to your programming skill set yet it’s now the perfect time to start learning. With Python you’re able to cover a wide range of use cases. You can implement command line scripts, [...]
Getting Started With Jupyter Notebook for Python
In the following tutorial you will be guided through the process of installing Jupyter Notebook. Furthermore we’ll explore the basic functionality of Jupyter Notebook and you’ll be able to try out first examples. This is at the same time the beginning of a series of Python-related tutorial on CodingTheSmartWay.com. From the [...]