• 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 / Blog

Get Things Done and Level up as a Developer With the 6 External Sources of Help

· · Leave a Comment

help me

I've recently been reading a book called 'In the End, People Who Do Things Immediately Get Everything' which is a loose and unofficial translation of the title 'Kekkyoku  "sugu yaru hito" ga subete wo te ni ireru'; a Japanese book about getting things done and succeeding in life. This book leads …

[Read more...] about Get Things Done and Level up as a Developer With the 6 External Sources of Help

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

How to Write Beautiful Code with Pythonic Idioms | Dictionaries

· · Leave a Comment

This is the forth 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. STEP ONE: MASTER DICTIONARIES, STEP TWO: TAKE OVER THE WORLD OK, obviously you can't take over the world with dictionaries, but mastering them …

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

How to Write Beautiful Code with Pythonic Idioms | Unpacking

· · Leave a Comment

This is the third 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. This post is all about unpacking, that is, splitting sequences into other variables. However as you will soon see, they have some very …

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

How to Write Beautiful Code with Pythonic Idioms | Lists

· · Leave a Comment

If you are reading this post then you probably want to write beautiful, clean, readable code that has people's mouths watering when they look at it. Well done, that's the right mindset to have. If you work or are planning to work for a company, or maybe contribute to open source software there is …

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

How to Write Beautiful Code with Pythonic Idioms | For Loops

· · 1 Comment

Although not the first language I picked up, I've really taken a liking to Python, especially recently. I've tried out many languages and Python is one of the languages that I find the most fun to program in. One of the reasons I enjoy programming in it so much is that Python code is neat, …

[Read more...] about How to Write Beautiful Code with Pythonic Idioms | For Loops

Become a Better Software Developer with Habitual Programming

· · Leave a Comment

git

I'm a very goal orientated person. I have goals for fitness, education, personal life, finances and of course my skills as a developer. Goals are healthy, they help us improve, give us direction and also give us something to relentlessly chase. How though, do you go about achieving them? There are …

[Read more...] about Become a Better Software Developer with Habitual Programming

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

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?