Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Getting into Python filter_list
Author
Message
Getting into Python #1
Getting back into learning Python, I know the basics, but have no idea where to go when it comes to specializing, any suggestions?

Reply

RE: Getting into Python #2
This is definitely the wrong section of the forum to be asking about coding. @"mothered" will have to move the thread for you.

Anyways, if you want to quickly improve at anything, just do it. Start writing a small program in Python. It doesn't have to be anything big like a game or something with a lot of functionality. Just something that'll make you think and build muscle memory. Something rock-paper-scissors, or an inventory manager. That's what I'd do.

Reply

RE: Getting into Python #3
Thread moved from The Lounge forum to Python.
[Image: AD83g1A.png]

Reply

RE: Getting into Python #4
It depends entirely on what you would like to specialize in. Like @"Drako" said, write something. When you get stuck Google it. There will most definitely be other people who have reached the same problems as you on Stack Overflow etc.

Good luck.
Code:
  _______              _   _________
  \      \            | | /        /
  |      | _____  ____| | |   ____/ _____  _____  _____  _____
  |   |  |/  _  \/      | \____   |/     \/     \/  ___\/  _  \
  |      |    __/|  |   |/        |   |  |   |   \  \__ |   __/
 /_______/\_____/\____|_/________/|  ____/\_____|_\____/\_____/
                                  | |
                                  |_/
                       

BTC Address:  bc1qds8uqnt4ga0zn9ftrm45cq9u9hfct0qluqes5a

Reply

RE: Getting into Python #5
one good way to start is by doing online 'courses' for example there was one where you create an entire ascii game step by step.
you can also mess around with malware or follow tutorials on youtube. do something, so you get used to typing in the code.
get familiar with the different types of files. everything isnt always stored in one file, more often spread over several.
config file, start file, updater file.

also, get familiar with using Vim as text editor.
its made for coding and much better than the regular text editor on MSW.

Reply

RE: Getting into Python #6
same problem with me I dont know how to improvise my skill

Reply

RE: Getting into Python #7
Try to come up with small projects to teach expand your skills a little at a time without putting too much on your plate at once.
- Web Scraper - Grab some data that is useful to you, parse it some way, store it, call it later and use it for something else?
- Create a giveaway entry bot, or other simple bot.
- Try to automate a small task, modifying a CSV or text file, in some way that is useful to you.

Deciding on projects to learn with can be tough, but once you do, things will start to click, and it WILL snowball, you just have to do things you actually find interesting or useful.

Reply

RE: Getting into Python #8
(09-15-2021, 08:26 PM)anime32 Wrote: same problem with me I dont know how to improvise my skill
Do advanced tutorials on the net not suffice your needs?
[Image: AD83g1A.png]

Reply

RE: Getting into Python #9
this one was very helpful for me: https://www.youtube.com/watch?v=rfscVS0vtbw

Reply

RE: Getting into Python #10
(08-29-2021, 09:54 PM)newdrip16 Wrote: Getting back into learning Python, I know the basics, but have no idea where to go when it comes to specializing, any suggestions?
As anybody would tell you, it is always dependent on the goal of learning. For example, what you want to do after studying, but if you don't know yet, I can offer you a quick pass.
Python is a programming language that is widely used in web development, machine learning applications, and other cutting-edge software technologies. Python is an excellent programming language for both novices and experienced programmers familiar with other programming languages such as C++ and Java. This Python Tutorial will help you learn Python from the ground up, from beginner to advanced.

Reply







Users browsing this thread: 2 Guest(s)