Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

How to design a project using Python

  • 30-08-2019 05:01PM
    #1
    Registered Users, Registered Users 2 Posts: 2,760 ✭✭✭


    Can anyone recommend a step by step guide to building a project using python.

    I'm currently doing the MTA Course - Introduction to Programming using Python and I want to start a project but have no idea how to go about it.

    The course covers the basics such as Syntax, Loops, Input/Output etc but doesn't cover building a project from start to finish.

    I've searched on Google and the best I could find is the link below which recommend joining Git and then setting up your Packages.
    https://dev.to/codemouse92/dead-simple-python-project-structure-and-imports-38c6

    I'm looking for a step by step guide so that I know exactly what's involved in building a project so that I know exsctly where I stand at any point during the building of the project.

    Thanks for any help with this.


Comments

  • Registered Users, Registered Users 2 Posts: 1,424 ✭✭✭nullObjects


    If you want to get an idea of how to structure the project you could have a look for example projects on GitHub


  • Registered Users, Registered Users 2 Posts: 2,760 ✭✭✭stockshares


    Thanks, can you just look through someone else's project. Is every project there open source.


Advertisement