Jump to content

some python solving exercise

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
totolzz

totolzz

    Newbie

  • Members
  • Pip
  • 5 posts
hello guys need help to improve my basic skills..:rolleyes: im really newbie right now

#2
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
If you like challenges you should check out this The Python Challenge

In each level you need to find the key(a code) to the next level. To find this you solve different riddles by coding in Python (the purpose is to use Python but other languages might work as well).

#3
manux

manux

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 234 posts
If you have good math and logic skills, you might want to give a try to Project Euler, all problems are Python-solvable ;)

#4
Sapman

Sapman

    Newbie

  • Members
  • PipPip
  • 20 posts
There's quite a few project ideas here:

Daniweb

#5
yamman13

yamman13

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
Vswe, thanks for sharing that link I've been at it all day. Currently on challenge 6, I expect my python to be a LOT better after all this. How far are you/have you done them all?

#6
empty_kinse

empty_kinse

    Newbie

  • Members
  • Pip
  • 7 posts
Codingbat for starters.