Introduction to python

Hello, Welcome to this new series Python basics. Python is one of the most popular programming languages in the world, you can use it to build complex systems both for the webdata science(including machine learning, data analysis, and data visualization) and even scripts. Here we will learn the basics then you decide on what you want to make.

This series is for everyone who is new to programming or has been using other languages and wants to transition to Python. I will not be able to teach you everything in python, instead, I’ll get you started then you can use other resources. After this, I will be writing on Python Django which is a python framework for writing server-side code. Or backend of websites.

This series will capture the following areas:

  • Python Installation guide
  • Basic Python Syntax
  • Strings, Integers and basic math operations
  • Variables
  • Control Structures
  • Looping structures
  • Functions and modules
  • Classes and objects
  • Conclusion

These areas might change along the way. Please always be free to ask more and give suggestions on what you want me to write on. You can send your suggestions to my email info@omborisymons.com

Looking forward to learning together.

Write a comment