This course covers the important aspects of choosing a development environment for Python, the differences between Conda and Pip for working with Python libraries, popular IDEs such as PyCharm, IDLE, Eclipse, and Spyder, as well as running Python on the cloud.
This course covers the important aspects of choosing a development environment for Python, the differences between Conda and Pip for working with Python libraries, popular IDEs such as PyCharm, IDLE, Eclipse, and Spyder, as well as running Python on the cloud.
Python has exploded in popularity in recent years, largely because it makes analyzing and working with data so incredibly simple. Despite its great success as a prototyping tool, Python is still relatively unproven for large, enterprise-scale development.
In this course, Building your First Python Analytics Solution you will gain the ability to identify and use the right development and execution environment for your enterprise.
First, you will learn how Jupyter notebooks, despite their immense popularity, are not quite as robust as fully-fledged Integrated Development Environments, or IDEs. Next, you will discover how different execution environments offer alternative ways of configuring Python libraries, and specifically how the two most popular, Conda and Pip, stack up against each other.
You will also explore several different development environments including IDLE, PyCharm, Eclipse, and Spyder.
Finally, you will round out your knowledge by running Python on the major cloud environments, including AWS, Microsoft Azure, and the GCP.
When you’re finished with this course, you will have the skills and knowledge to identify the correct development and execution environments for Python in your organizational context.
Conda is an open source package management system and environment management system that runs on Windows, macOS and Linux. It was created for Python programs, but it can package and distribute software for any language. Conda as a package manager helps you find and install packages.
Pip is a package-management system written in Python used to install and manage software packages. It connects to an online repository of public and paid-for private packages, called the Python Package Index.
An integrated development environment is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a debugger.
Python code needs to be written, executed and tested to build applications. The text editor provides a way to write the code. The interpreter allows it to be executed.
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.