Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   1572

Python in the real world?

by SandPhantom - 31 July, 2019 - 04:53 PM
This post is by a banned member (SandPhantom) - Unhide
44
Posts
5
Threads
6 Years of service
#1
Other than in classrooms i'm struggling to find a practical use for Python. Many people say it's an incredibly versatile language yet, I am however only a beginner. Even trying to make a shiddy UI for a plumbers company is hard. In school we were only taught how to use modules like 'tkinter' for aesthetics and we were expected to build the engine from the ground up. I'd just like to have a conversation with people that have much more experience than me (Which shouldn't be hard :) ). Any help would be most appreciated.  Pepe Pepe

Sincerely,

SandPhantom
This post is by a banned member (ghoostoo) - Unhide
ghoostoo  
Registered
21
Posts
1
Threads
6 Years of service
Warned #2
(31 July, 2019 - 04:53 PM)SandPhantom Wrote: Show More
Other than in classrooms i'm struggling to find a practical use for Python. Many people say it's an incredibly versatile language yet, I am however only a beginner. Even trying to make a shiddy UI for a plumbers company is hard. In school we were only taught how to use modules like 'tkinter' for aesthetics and we were expected to build the engine from the ground up. I'd just like to have a conversation with people that have much more experience than me (Which shouldn't be hard :) ). Any help would be most appreciated.  Pepe Pepe

Sincerely,

SandPhantom

yes brother
This post is by a banned member (StronK) - Unhide
StronK  
Registered
39
Posts
0
Threads
6 Years of service
#3
(This post was last modified: 03 August, 2019 - 12:11 AM by StronK.)
I'd reccomend the pdf/course "Automate The Boring Stuff With Python"
This post is by a banned member (zwerg4) - Unhide
zwerg4  
Registered
9
Posts
0
Threads
6 Years of service
#4
I started python by programming bots, website parser and so on. Maybe you can code some information scraping from some website that you are interested in.
This post is by a banned member (mnwd) - Unhide
mnwd  
Registered
67
Posts
4
Threads
6 Years of service
#5
I love to use python, because there are so many practical packages on pip and because the the code is very clean
[WTS] [AUTOBUY] Full-scale Discord Service and Token/Account provider
Autobuy: meanwood.io
Newschannel: t.me/meanwood_news
Support: https://meanwood.io/contact
Reviews: Coinpayments
This post is by a banned member (HSGM) - Unhide
HSGM  
Registered
14
Posts
0
Threads
6 Years of service
#6
Here is how I would look at it;

Python is a lot more data science, and what I would call, prototype language than others. Trying to build a front end with python will feel kind of shitty and if you go that route its often better to just use a web frontend like Django.

I think the most solid bet is to learn how to do web scraping, API interactions, and database interactions. As in, you can scrape some data, put it into a database, and do something with it. Anaconda is a great suite of tools for Python regarding data science that I would also recommend.

You just have to find a niche or something you want to automate. For your current project, I again recommend a simple web frontend in django with some basic database interactions on the backend.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)