Python tutorials

Accessing Indonesian Tidal Data using Python

Link to Google Colab IPython Notebook (viewer privilege): https://colab.research.google.com/drive/1xFLteWYLFG3AgVX8_maCAyUxyzsAAysM?usp=sharing I have just learned today that the Indonesian “Badan Informasi Geospasial” (BIG; Geospatial Information Bureau) website has been overhauled (thanks, Jokowi). Interactivity-wise,    

Read more

Pump It Up: The EDA

Part One: The data When looking for projects to boost my data cleaning, exploratory data analysis (EDA) and machine learning skills, I came across the DrivenData website and I was sold. I get to hone my skills and contribute to a social challenge — specifically the

Read more

HTML and CSS for Python Developers

When you want to build websites as a Python programmer, there’s no way around HTML and CSS. Almost every website on the Internet is built with HTML markup to structure the page. To make a website look nice, you can style HTML with CSS. If you’re interested in web development with Python, then knowing HTML and CSS will help you understand web frameworks like Django and Flask better. But even if you’re just getting started with Python, HTML and CSS […]

Read more

Building Command Line Interfaces With argparse

One of the strengths of Python is that it comes with batteries included: it has a rich and versatile standard library that makes it one of the best programming languages for writing scripts for the command line. But, if you write scripts for the command line, then you also need to provide a good command line interface, which you can create with the Python argparse library. In this video course, you’ll learn: What the Python argparse library is, and why […]

Read more
1 93 94 95 96 97 189