I've mainly used CSS for theme changes on WordPress, and using light html with that also. with some PHP I find that with small to medium sized projects, WordPress is going to be your best bet. Themes cost about 50 bucks for a premium theme and once you upload a child theme you can customize it pretty well. But if you are actually looking to make scripts that can do things with data, python is good with that, like what he's doing.For those in this thread that have learned to code, what sort of things have you coded that have been of use?
Dope. Pick a GUI kit, Tkinter or QT recommended, I used Tkinter but I need to get into QT bc Qtbuilder is the shit, or Visual Studio w Python extension then bind your functions to the gui(not that you need a GUI for bots at all, but it's nice). should be posting this in the thread if you're learning it and it's a journey >_> 2 centz. Try OCR, when I started I was able to machine read like 100 page pdf into Magento, not sure how I did it even but OCR is amazing technology and def the future. Crypto is a awesome branch too that I really want to get into but it's so math based and so I'm at a disadvantage lol. Trying to learn a encryption standard fully (not that I don't know how to implement security protocol properly, but as to how they work exactly). Fun stuffI habe already coded procedural bots and am fairly comfortable with basic selenium bots.
Thanks for the two cents.
hi
good luck with your journey
21 days to learn to code is an unrealistic goal, first, you need to build a habit if you want to learn
I agree 100% with this being unrealistic.
However, I have about 50-80 hours of debugging and reading code on stackoverflow already, so it's not unrealistic for someone in my shoes. Besides, the only goal is to get familiar with the syntax, everything else is a life long learning process.
Cheers!
Nice.I think I used that EXACT resource to learn a lot of fundamentals in Python, but I didn't really have a bible as w/ JS or C#, I kind of just read a lot of different programs/books and amalgamated the knowledge/perspective of them together, as everyone codes Python pretty differently in style and in function. That is a amazing starting point though, go through that and you'll be set. About IDEs, I personally find big IDEs like PyCharm to get in the way and convolute my thought process, and I would rather just use Notepad++ or Sublime, but it's all in what you prefer. Try to integrate outside libraries with the basic fundamentals in the tutorial, IE scraping rudimentary data with Urllib2 and a for loop.