python 3

  1. I

    🔒 Closed Python or Java?

    "Python or Java?" Patulong naman po kung ano yung mas worth it pagtuunan ng atensyon, tsaka kung ano po yung mga major differences nila in the long run. Thank you!
  2. K

    🎓 Course Udemy's Complete Python 3: Beginner to Advanced Course coupon 100% off (Closed)

    The Complete Python 3 Course: Beginner to Advanced (expired) - Joseph Delgadillo, Nick Germaine Steps to Enroll: 1. Sign-up to Udemy. 2. Look for the said course. 3. Enter Udemy course coupon code: Hidden content 4. Enjoy guys!
  3. A

    🔒 Closed Nahihirapan ako maunawaan yung Nested Looping

    Hi guys! Inaaral ko po yung Python. Actually, sinubukan ko aralin yung JavaScript at C# noon pero huminto din ako dahil nahirapan ako maunawaan talaga yung nested looping. Tapos nahinto na naman ako. May work ako sa SEO company, pero yung ginagawa ko ay pakiramdam ko repeated tasks lang. Cool...
  4. V

    🔒 Closed [4] python basics: using text file in a game.

    Ayun mga ka phc, sorry sa late post. Daming activities sa school at daming kelangan i rewrite ng code. So ayun nga, back to topic. Last time, napag aralan natin pano mag read ng text from a text file at pano mag write. May mga kakaibang func kayong makikita dito tulad ng sum, for at kung ano...
  5. V

    🔒 Closed [3] python basics: reading out a line from file

    Ito madali lang to pag alam nyo na mag open ng file. Skip ko na yung ibang explanation kasi nasa attribute na yung meaning mismo. f = open('file.txt') f.write('Text as string') #para ma read yung Argument #1 sa f.write, ito gagamitin natin. f.readline() #output nito ay string. #or line_text...
  6. V

    🔒 Closed [2] python basics: file r/w

    Gandang araw sainyo. Dahil tinamas ako pumasok, at wala akong ginagawa, continue nalang natin yung tutorial natin. Kung nabasa nyo yung [0] at [1], madadalian nalang kayo dito. So reading and writing a file. Hindi sya mahirap. May mga bagay lang na kelangan tandaan. 'a' = append 'r' = read 'w' =...
  7. V

    🔒 Closed [1] python basics: while

    Dahil may pasok pako at isiningit ko lang to, Bibillisan natin. While = Repeat the conclusion while statement is True; Loop until false. Anong ibig sabihn nyan? Ibig sabihin, paulit ulit nyang ie-execute ang conclusion mo habang true pa. Example. i = 0 #define i as integer 0 while i == 0...
  8. V

    🔒 Closed [0] python basics

    Mema share muna. Python basics muna. Why python? ito kasi main PL ko. Data types: list, dictionary, string, integer, float, conclusion, boolean, math func List = [] Dictionary = {} String = 'string' Integer = 12345 Float = 1.2 Conclusion = print() Boolean = true/flase Functions = +,-,*,/ Dun...
  9. D

    🔒 Closed Python 3 on android using jupyter notebook

    >>>>> magandang magandang hapon po Mga ka phc. Sa thread po na to ay tuturuan ko kayo pano e'access ang jupyter notebook through smartphone device lamang. Ang maganda lng kasi dito makaka code ka parin kahit naglalakad ka, or habang nagcocoffee ka sa starbucks or anywhere, anytime pwede mo ma...
  10. D

    🔒 Closed Tut on how to access jupyter notebook on android wherever you go!

    >>>>> magandang magandang hapon po Mga ka phc. Sa thread po na to ay tuturuan ko kayo pano e'access ang jupyter notebook through smartphone device lamang. Ang maganda lng kasi dito makaka code ka parin kahit naglalakad ka, or habang nagcocoffee ka sa starbucks or anywhere, anytime pwede mo ma...
  11. S

    🔒 Closed Questions about using arduino and/or python

    Is it possible po ba na gamitin either Arduino, Python, or both para makakuha ng data from a sensor (i.e. non-invasive current sensor). If yes, please paturo or at least where to start para may path na susundan para aralin. Thanks
  12. A

    🔒 Closed Mga boss newbie lang po baka pwede patulong using for loop

    PYTHON po ha. Paano maka-calculate yung sum ng all even numbers and odd numbers? Halimbawa input ko 15 tas ifactor muna then lahat ng even iadd tas lahat ng odd iadd.
  13. N

    🔒 Closed Python3: print integers as glyphs

    Share ko lang yung ginawa ko a while ago para sa assignment ng kaibigan ko. This code will print positive integers as a 3-line glyph: # Sample output for 5674: # _ _ _ # |_ |_ | |_| # _| |_| | | s = input('Enter Number: ') STAMP = ' _ |_||_|' NUM = ['4', '13467', '38', '36'...
Back
Top