• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Data Dependence

Data Dependence

Learn about software development. Covering topics such as Coding in Python and JavaScript, developer productivity and more.

  • Home
  • Top Resources
  • Who Are You?
  • Show Search
Hide Search
You are here: Home / Archives for python

python

An Introduction to Scientific Python – NumPy

· · 6 Comments

Scientific python: numpy

Oh the amazing things you can do with Numpy. NumPy is a blazing fast maths library for Python with a heavy emphasis on arrays. It allows you to do vector and matrix maths within Python and as a lot of the underlying functions are actually written in C, you get speeds that you would never reach in …

[Read more...] about An Introduction to Scientific Python – NumPy

A Quick Guide to Slicing in Python – Become a Python Ninja

· · Leave a Comment

Python slicing tutorial

Slicing is an incredibly useful and powerful feature of python. It gives you to ability to manipulate sequences with simple and concise syntax. Slicing has more uses than I can think of or list here, but some of many useful applications include string manipulation and various mathematical uses; when …

[Read more...] about A Quick Guide to Slicing in Python – Become a Python Ninja

An Introduction to Scientific Python – Matplotlib

· · 8 Comments

Scientific python - matplotlib

One of the most popular uses for Python, especially in recent years is data processing, analysis and visualisation. This then leads topics such as the analysis of 'big data' which has many applications in pretty much every type of business you can imagine, and a personal interest of mine; Machine …

[Read more...] about An Introduction to Scientific Python – Matplotlib

How to Build a GUI in Python 3.5

· · 3 Comments

guis

Looking around the community, at other people products and such I get the feeling that Python is being used more for services and scientific applications rather than desktop applications. That being said, python desktop applications are by no means dead and lots of people want to create them (me …

[Read more...] about How to Build a GUI in Python 3.5

Mocking in Python – How to Bypass Expensive and External Code Within Your Tests

· · Leave a Comment

python mocking

Do you want to be able to utilise the powerful tool that is mocking within your Python tests? Mocking is a useful tool and was vital to unit tests that I needed to write for a project I am working on. I'd never used mocking before, so I didn't know where to start but after reading pages of …

[Read more...] about Mocking in Python – How to Bypass Expensive and External Code Within Your Tests

How to Use Google’s Python Client Library to Authorise Your Desktop Application With OAuth 2.0

· · 9 Comments

locks

In a previous post I mentioned how I'm going to stop using Blogger's built in post editor due to the horrendous HTML is produces. Well, I had no luck finding a desktop blogging client that worked well. The existing blogging clients either don't work on linux or development was stopped some ten years …

[Read more...] about How to Use Google’s Python Client Library to Authorise Your Desktop Application With OAuth 2.0

How to Find Unclosed Tags and Brackets Using a Stack

· · 1 Comment

How to find unclosed tags and brackets with a stack

This blog is a programming and Computer Science blog. Therefore the posts I have made and will make, have code embedded in them and for readability I thought it would be nice if there was some form of syntax highlighting. Now, this blog is hosted on blogger and blogger doesn't have any support for …

[Read more...] about How to Find Unclosed Tags and Brackets Using a Stack

How to Logically Group Your Python Code into Modules

· · Leave a Comment

logically grouping code

This is going to be a short post, it's just something that hit me today as I was looking over one of my current projects. Python is an object orientated language, everything in Python is an object. However this is extremely misleading. Unlike languages such as Java, in Python you are not forced …

[Read more...] about How to Logically Group Your Python Code into Modules

[Snippet] Insertion Sort Python Implementation

· · Leave a Comment

Insertion sort

Recently I've been reviewing basic algorithms and data structures. I have one more year left of university and then I have to find a job. You hear all kind of crazy stories from programming interviews, but one recurring theme is algorithms and data structures. Long story, short; know them. So, in …

[Read more...] about [Snippet] Insertion Sort Python Implementation

How to Write Beautiful Code with Pythonic Idioms | Notable Others

· · 2 Comments

pythonic code et al.

This is the fifth and final in a series of posts on common pythonic idioms, so if you haven't seen the previous two, you should definitely go and give them a read. Learning the idioms presented in this series has really improved my Python code. Not only do a lot of these idioms actually run …

[Read more...] about How to Write Beautiful Code with Pythonic Idioms | Notable Others

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to Next Page »

Primary Sidebar

LEVEL UP with the Data Dependence Newsletter! Subscribe!


Top Posts & Pages

  • How to Find Unclosed Tags and Brackets Using a Stack
  • How to Build a GUI in Python 3.5
  • Mocking in Python - How to Bypass Expensive and External Code Within Your Tests
  • How to Logically Group Your Python Code into Modules
  • A Quick Guide to Slicing in Python - Become a Python Ninja

Data Dependence

Copyright © 2023 · Monochrome Pro on Genesis Framework · WordPress · Log in

  • Home
  • Top Resources
  • Who Are You?