Python

161 Articles 5 Followers


Solving python challenges - 1

14 Nov 2022 5 minute read 0 comments DrPsycho

Capital indexes Write a function named capital_indexes. The function takes a single parameter, which is a string. Your function should return a list of all the indexes in the string that have capital letters. For example, calling capital_indexes("...

Why computers can’t represent 0.3 accurately

4 Oct 2022 1 minute read 0 comments 4rkal

Most people know that adding up 0.1 + 0.2 equals 0.3. However computers represent it as 0.30000000000000004 . Here is a screenshot of it in python3 Your first thought might be that this is just some kind of error. Well its not Why is that? Fractions...

What is Coding ?

8 Sep 2022 3 minute read 0 comments Aditya Madhok

When we ask about Coding to any non-tech guy or a complete beginner to a coding, he or she will define coding as something hard as engineering usually when it is not that thing. To Non-coders, you might be surprised, that it is as easiest than engi...

How to Panel data python – An easy introduction

6 Sep 2022 1 minute read 0 comments Dspyt

In this video we discuss panel data python as well as panel data regression. Panel data (or longitudinal data) comprises time-series for each cross-sectional unit in a data set. In other words, in a panel data we take into account the same cross-sect...

Artificial Intelligence: Part 2: Neural Networks

24 Aug 2022 5 minute read 1 comment Rutkowski

  Artificial Intelligence: Artificial Intelligence is becoming a major part of our lives as technology evolves beyond our wildest imaginations, or is it? We will go through plenty forms of artificial intelligence during the course of this series...

Artificial Intelligence: Part 1: Where we are headed #AI #Python

20 Aug 2022 4 minute read 0 comments Rutkowski

Preface Welcome to the new Series on A.I Part I of an unknown amount. The concept behind this series is to open everyone's eyes to the changing/evolving world that we are living in today. The times are completely different than when we were children,...

Blockchain Development, Security and Scalability

13 Jun 2022 1 minute read 0 comments InsideCrypto

Hi everyone, we are back with another episode of our approachable podcast allowing you to get to know people working behind the scenes of the crypto industry. Today we catch up with Archie Chaudhury, the founder of Adamnite. Adamnite is a layer-1 blo...

Boot Camp Week 15, Technical Recap

22 May 2022 4 minute read 0 comments Mike Bivens

In the penultimate week of the Dojo experience, I wrapped up two projects this week so that’s very relieving. I can focus on wrapping up the others this week and get started on more ASAP and committed to a heavy load of web3 learnings (check out my s...

Boot Camp Week 14, Technical Recap

15 May 2022 4 minute read 0 comments Mike Bivens

Another week down, 2 to go. This is the technical recap, if you want the non-technical then check this out. This last week posed much less time and energy constraints from outside influences, meaning less stress and more focus on coding. Which is why...

Learning Python update #4 - the break to have a baby!

10 May 2022 1 minute read 0 comments dotMatrix

Sometimes Life Happens!   Welcoming my second child into the world meant that I couldn't get as much coding time as I would have hoped for.  She arrived into the world in a straightforward way, but we then had a difficult couple of weeks whilst she u...