Thursday, November 5, 2020

PyCharm: Webinar: “What It’s Like To Do Instructional Videos on YouTube” with Nelson Jamal

Want to learn about producing technical videos on YouTube and gaining an audience? Nelson Jamal, who has experience with both, joins us to take a deep look at his soon-to-be-released PyCharm tutorial on YouTube: planning, recording, and publishing. He’ll compare these with some of his other popular videos and what he’s learned along the way.

  • Thursday, November 19
  • 12:00 Eastern Standard Time
  • Register here

Speaking To You

Nelson is a Software Engineer and Entrepreneur. He provides easy to follow programming courses on Amigoscode and has a YouTube channel where he teaches and inspires people around the world how to code. You can also find him on Discord.

Nelson’s main goal is to encourage and inspire people from all ages to experience the career path of Software Development. He has a strong belief in programming and wants to make it accessible to anyone by providing intuitive and easy to learn programming courses and tutorials allowing students to get ready for job opportunities, university and bootcamps.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...