Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

How to design a project using Python

  • 30-08-2019 5:01pm
    #1
    Registered Users Posts: 2,758 ✭✭✭


    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,328 ✭✭✭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 Posts: 2,758 ✭✭✭stockshares


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


Advertisement