Author Topic: Python Projects  (Read 1321 times)

0 Members and 1 Guest are viewing this topic.

Offline N0M4N_79

  • NULL
  • Posts: 2
  • Cookies: -2
    • View Profile
Python Projects
« on: January 26, 2016, 05:04:35 am »
I am new to python and I was thinking that I need some experience writing some programs but I don't know where to start and have no ideas. If there are any projects that a beginner can complete please list them for me. Yes, I already checked google for some ideas but want your opinion on projects that would help me get experience writing python.

Offline flowjob

  • Knight
  • **
  • Posts: 327
  • Cookies: 46
  • Pastafarian
    • View Profile
Re: Python Projects
« Reply #1 on: January 27, 2016, 03:54:50 pm »
How about project euler?

Quote
What is Project Euler?
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.

The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.


Who are the problems aimed at?
The intended audience include students for whom the basic curriculum is not feeding their hunger to learn, adults whose background was not primarily mathematics but had an interest in things mathematical, and professionals who want to keep their problem solving and mathematics on the cutting edge.


Can anyone solve the problems?
The problems range in difficulty and for many the experience is inductive chain learning. That is, by solving one problem it will expose you to a new concept that allows you to undertake a previously inaccessible problem. So the determined participant will slowly but surely work his/her way through every problem.

https://projecteuler.net/
Quote
<phil> I'm gonna DDOS the washing machine with clothes packets.
<deviant_sheep> dont use too much soap or youll cause a bubble overflow

Offline N0M4N_79

  • NULL
  • Posts: 2
  • Cookies: -2
    • View Profile
Re: Python Projects
« Reply #2 on: January 31, 2016, 03:52:59 am »
Never heard about this. I'll check it out. Thanks

Offline paramon

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Re: Python Projects
« Reply #3 on: February 02, 2016, 11:44:05 am »
If you like "learn by doing" check  https://www.checkio.org/

Good community, and tasks. You can see how it doing other. And take comments for your solution from the other.

Offline TheCrazyPasta

  • Serf
  • *
  • Posts: 23
  • Cookies: -2
    • View Profile
Re: Python Projects
« Reply #4 on: February 05, 2016, 02:01:23 am »
Not sure how much your knowledge extends with python. I found the book "Learn python the hard way" I great tool ... every page is an exercise and gets you thinking. I wrote some simple things off ideas from the exercises . Good Luck
" DO OR DO NOT, THERE IS NO TRY" - Yoda

Offline may1

  • Serf
  • *
  • Posts: 20
  • Cookies: 0
  • ZERO
    • View Profile
Re: Python Projects
« Reply #5 on: February 20, 2016, 11:09:04 pm »
I second 'learn python the hard way' - after you've finished the material the the best way to learn and stay motivated  through the next phase is to design a project from the ground up to solve a real world problem . I wrote a linux dvbapi wrapper module to move my satellite dish and autoscan every transponder - simple enough but really embeds the syntax and fundamentals of the language :)