Skip to main content

6 Useful Python Libraries & Tools For Data Science Beginners.

Python is kind of like the frozen yogurt of programming languages — it’s extremely popular and versatile on its own, but it’s even better when you add toppings. Of course, by “toppings,” we’re talking about the many Python libraries and tools that level-up what you can do with the language. With data science, in particular, there are lots of pre-written Python code packages and extra tools that allow you to work with data in more advanced ways, explains Ada Morse, Codecademy Curriculum Developer in Data Science. In the new free course Getting Started with Python for Data Science, you’ll get to use Pandas, a Python module that’s used for data manipulation. read more...

Comments

Popular posts from this blog

Debugging Perl

The standard Perl distribution comes with a debugger, although it's really just another Perl program, perl5db.pl. Since it is just a program, I can use it as the basis for writing my own debuggers to suit my needs, or I can use the interface perl5db.pl provides to configure its actions. That's just the beginning, though. read more...

How To Set Up A Cisco Lab On Linux

After a quick search I found the wonderful Dynamips project that goes beyond what other simulators do by running actual Cisco IOS images, as well as the PEMU project which allows for running of Cisco PIX images. To integrate the various pieces of software... more .