MonLes
MonLes

嘗試從都市叢林回到魔法森林。 更多作品 | https://linktr.ee/monles

Python — Part 01




I posted some python articles last year, but decided to redo a new series 🤖




Online Courses

Always push Zero to Mastery for beginners (beginners)

Although they also have Udemy courses, if you join their website, there will be more courses to choose from 💪

Zero to Mastery

https://zerotomastery.io/courses/learn-python/

Udemy

Python 3: Project-based Python, Algorithms, Data Structures

https://www.udemy.com/course/python-programming-algorithms-data-structures/learn/lecture/13556064?start=45#overview

Learn to Code with Python 3!

https://www.udemy.com/course/python3-for-beginners/learn/lecture/14781146?start=0#overview

The Complete Python 3 Course: Beginner to Advanced!

https://www.udemy.com/course/python-complete/



Resources

Practice one question a day, bugs stay away from you

Break-ice-with-python

https://github.com/darkprinx/break-the-ice-with-python



Python is an interpreted language

More information | https://www.geeksforgeeks.org/difference-between-compiled-and-interpreted-language/



What can Python do?

  • artificial intelligence AI,
  • Hacking
  • Deep Learning
  • Web development
  • REST APIs…


Where can I practice Python?



Getting started with Python Coding...!

 name = input ('What's your name?')
prin('heeeeelllllooo' + name)


Differences between Python2 & Python3

In Python 2, print is treated as a statement, but in Python 3, print is treated as a function, and although you don't need to put text in parentheses, you want to do so also

more info |

https://www.interviewbit.com/blog/difference-between-python-2-and-3/



Where is the power of Python?

  • Easy to learn, easy to use, and very versatile.
  • Mature and highly supportive Python community
  • All in all, they also offer many job opportunities 😎

more info |

https://www.futurelearn.com/info/blog/what-is-python-used-for



Python cheat sheet here (ENG)

GitHub — aneagoie/ztm-python-cheat-sheet

If you think my article is helpful👏, you can press the button below to help me clap your hands👇

🤖I also published English teaching articles on FAUN! 💪

🚀Developers: Learn and grow by keeping up with what matters, JOIN FAUN.


CC BY-NC-ND 2.0

Like my work?
Don't forget to support or like, so I know you are with me..

Loading...

Comment