Jose Salvatierra made an announcement: Hey there!It's been a while since I sent an e-mail—but I wanted to share with you a few tools that I've recently become increasingly fond of. They can really help you become more productive when writing Python code.There are a few things that happen while you write code...The majority of writing code is a creative process.You have to think about what you want to create, and also how you're going to turn that idea into code that works and makes sense.Then there are parts of coding that aren't creative: like formatting your code so it's nice and readable, or making sure you've imported all the libraries you're using in your program.I call these "not creative", because they just require you to go through your code and analyse it to make sure it's all good. When you analyse code like that, you're maybe unwittingly applying rules to determine whether the code is good or something needs to change.When you've got rules, you can have automation.These tools will help you automate code formatting and finding common errors, so you don't have to waste time doing that repetitive work.Check out the blog post to learn more about linters and formatters in Python!I hope to see you back in the course(s)!Kind regards,JoseP.S. More content coming soon on both YouTube and the blog... stay tuned!
9 days ago
Jose Portilla made an announcement: Hello Everyone! Big News: We’ve reached over 500,000 students across all our courses! To celebrate this new scale, we’re launching a new chat room service using Discord. This chat room will allow you to connect with other students to ask questions, partner up on projects, or just hang out and chat! You can access this chat room by signing up through this link: https://discord.gg/TztE6B8 We’re hosting monthly competitions through this new chat channel to encourage students to interact with each other! We’re also working on bots to help automatically answer your questions. For full details on the new chat server, check out this explanatory video: https://www.youtube.com/watch?v=bkH89OJ001M Feel free to message me with any questions. I’m also super excited for some upcoming material later this month, so stay tuned for a promotional announcement later on! Thanks again so much for enrolling in the course, I’m very excited for the future of courses here on Udemy! Jose
13 days ago
Hi, Adam Grant Welcome back